diff --git a/install.sh b/install.sh index ab2fddf3..14950757 100755 --- a/install.sh +++ b/install.sh @@ -13,9 +13,9 @@ fi SRC_DIR=$(cd $(dirname $0) && pwd) THEME_NAME=Qogir -THEME_VARIANTS=('' '-manjaro' '-ubuntu') -WIN_VARIANTS=('' '-win') -COLOR_VARIANTS=('' '-light' '-dark') +THEME_VARIANTS=('' '-Manjaro' '-Ubuntu') +WIN_VARIANTS=('' '-Win') +COLOR_VARIANTS=('' '-Light' '-Dark') LOGO_NAME='' image='' @@ -28,16 +28,18 @@ theme_color='default' SASSC_OPT="-M -t expanded" if [[ "$(command -v gnome-shell)" ]]; then + gnome-shell --version SHELL_VERSION="$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -1)" - echo "Your gnome-shell version is '$(gnome-shell --version)'" - if [[ "${SHELL_VERSION:-}" -ge "40" ]]; then - GS_VERSION="new" + if [[ "${SHELL_VERSION:-}" -ge "42" ]]; then + GS_VERSION="42-0" + elif [[ "${SHELL_VERSION:-}" -ge "40" ]]; then + GS_VERSION="40-0" else - GS_VERSION="old" + GS_VERSION="3-32" fi else echo "'gnome-shell' not found, using styles for last gnome-shell version available." - GS_VERSION="new" + GS_VERSION="42-0" fi usage() { @@ -76,8 +78,8 @@ install() { local color=${4} local logo=${5} - [[ ${color} == '-dark' ]] && local ELSE_DARK=${color} - [[ ${color} == '-light' ]] && local ELSE_LIGHT=${color} + [[ ${color} == '-Dark' ]] && local ELSE_DARK=${color} + [[ ${color} == '-Light' ]] && local ELSE_LIGHT=${color} local THEME_DIR=${dest}/${name}${theme}${color} @@ -128,16 +130,10 @@ install() { if [[ "$tweaks" == 'true' ]]; then sassc $SASSC_OPT ${SRC_DIR}/src/gtk/theme-3.0/gtk${color}.scss ${THEME_DIR}/gtk-3.0/gtk.css + sassc $SASSC_OPT ${SRC_DIR}/src/gtk/theme-3.0/gtk-Dark.scss ${THEME_DIR}/gtk-3.0/gtk-dark.css else cp -r ${SRC_DIR}/src/gtk/theme-3.0/gtk${color}.css ${THEME_DIR}/gtk-3.0/gtk.css - fi - - if [[ ${color} != '-dark' ]]; then - if [[ "$tweaks" == 'true' ]]; then - sassc $SASSC_OPT ${SRC_DIR}/src/gtk/theme-3.0/gtk-dark.scss ${THEME_DIR}/gtk-3.0/gtk-dark.css - else - cp -r ${SRC_DIR}/src/gtk/theme-3.0/gtk-dark.css ${THEME_DIR}/gtk-3.0/gtk-dark.css - fi + cp -r ${SRC_DIR}/src/gtk/theme-3.0/gtk-Dark.css ${THEME_DIR}/gtk-3.0/gtk-dark.css fi cp -r ${SRC_DIR}/src/gtk/assets/thumbnail${theme}${ELSE_DARK}.png ${THEME_DIR}/gtk-3.0/thumbnail.png @@ -159,21 +155,22 @@ install() { if [[ "$tweaks" == 'true' ]]; then sassc $SASSC_OPT ${SRC_DIR}/src/gtk/theme-4.0/gtk${color}.scss ${THEME_DIR}/gtk-4.0/gtk.css + sassc $SASSC_OPT ${SRC_DIR}/src/gtk/theme-4.0/gtk-Dark.scss ${THEME_DIR}/gtk-4.0/gtk-dark.css else cp -r ${SRC_DIR}/src/gtk/theme-4.0/gtk${color}.css ${THEME_DIR}/gtk-4.0/gtk.css - fi - - if [[ ${color} != '-dark' ]]; then - if [[ "$tweaks" == 'true' ]]; then - sassc $SASSC_OPT ${SRC_DIR}/src/gtk/theme-4.0/gtk-dark.scss ${THEME_DIR}/gtk-4.0/gtk-dark.css - else - cp -r ${SRC_DIR}/src/gtk/theme-4.0/gtk-dark.css ${THEME_DIR}/gtk-4.0/gtk-dark.css - fi + cp -r ${SRC_DIR}/src/gtk/theme-4.0/gtk-Dark.css ${THEME_DIR}/gtk-4.0/gtk-dark.css fi cp -r ${SRC_DIR}/src/gtk/assets/thumbnail${theme}${ELSE_DARK}.png ${THEME_DIR}/gtk-4.0/thumbnail.png - # GNOME SHELL + # link gtk4.0 for libadwaita + mkdir -p ${HOME}/.config/gtk-4.0 + rm -rf ${HOME}/.config/gtk-4.0/{assets,gtk.css,gtk-dark.css} + ln -sf ${THEME_DIR}/gtk-4.0/assets ${HOME}/.config/gtk-4.0/assets + ln -sf ${THEME_DIR}/gtk-4.0/gtk.css ${HOME}/.config/gtk-4.0/gtk.css + ln -sf ${THEME_DIR}/gtk-4.0/gtk-dark.css ${HOME}/.config/gtk-4.0/gtk-dark.css + + # GNOME SHELL mkdir -p ${THEME_DIR}/gnome-shell cp -r ${SRC_DIR}/src/gnome-shell/common-assets ${THEME_DIR}/gnome-shell/assets cp -r ${SRC_DIR}/src/gnome-shell/assets${theme}/{background.jpg,calendar-today.svg} ${THEME_DIR}/gnome-shell/assets @@ -189,18 +186,11 @@ install() { cp -r ${SRC_DIR}/src/gnome-shell/icons ${THEME_DIR}/gnome-shell cp -r ${SRC_DIR}/src/gnome-shell/pad-osd.css ${THEME_DIR}/gnome-shell - if [[ "${GS_VERSION:-}" == 'new' ]]; then - if [[ "$tweaks" == 'true' ]]; then - sassc $SASSC_OPT ${SRC_DIR}/src/gnome-shell/theme-40-0/gnome-shell${ELSE_DARK}.scss ${THEME_DIR}/gnome-shell/gnome-shell.css - else - cp -r ${SRC_DIR}/src/gnome-shell/theme-40-0/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css - fi + + if [[ "$tweaks" == 'true' ]]; then + sassc $SASSC_OPT ${SRC_DIR}/src/gnome-shell/theme-${GS_VERSION}/gnome-shell${ELSE_DARK}.scss ${THEME_DIR}/gnome-shell/gnome-shell.css else - if [[ "$tweaks" == 'true' ]]; then - sassc $SASSC_OPT ${SRC_DIR}/src/gnome-shell/theme-3-32/gnome-shell${ELSE_DARK}.scss ${THEME_DIR}/gnome-shell/gnome-shell.css - else - cp -r ${SRC_DIR}/src/gnome-shell/theme-3-32/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css - fi + cp -r ${SRC_DIR}/src/gnome-shell/theme-${GS_VERSION}/gnome-shell${ELSE_DARK}.css ${THEME_DIR}/gnome-shell/gnome-shell.css fi cd ${THEME_DIR}/gnome-shell @@ -224,14 +214,14 @@ install() { mkdir -p ${THEME_DIR}/metacity-1 if [[ "$window" == 'round' ]]; then - cp -r ${SRC_DIR}/src/metacity-1/assets-round ${THEME_DIR}/metacity-1/assets - cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-3-round.xml ${THEME_DIR}/metacity-1/metacity-theme-3.xml + cp -r ${SRC_DIR}/src/metacity-1/assets-Round ${THEME_DIR}/metacity-1/assets + cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-3-Round.xml ${THEME_DIR}/metacity-1/metacity-theme-3.xml cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-1${ELSE_LIGHT}-round.xml ${THEME_DIR}/metacity-1/metacity-theme-1.xml else if [[ "$square" == 'true' ]]; then - cp -r ${SRC_DIR}/src/metacity-1/assets${ELSE_LIGHT}-win/*.png ${THEME_DIR}/metacity-1 - cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-3-win.xml ${THEME_DIR}/metacity-1/metacity-theme-3.xml - cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-1${ELSE_LIGHT}-win.xml ${THEME_DIR}/metacity-1/metacity-theme-1.xml + cp -r ${SRC_DIR}/src/metacity-1/assets${ELSE_LIGHT}-Win/*.png ${THEME_DIR}/metacity-1 + cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-3-Win.xml ${THEME_DIR}/metacity-1/metacity-theme-3.xml + cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-1${ELSE_LIGHT}-Win.xml ${THEME_DIR}/metacity-1/metacity-theme-1.xml else cp -r ${SRC_DIR}/src/metacity-1/assets${ELSE_LIGHT}/*.png ${THEME_DIR}/metacity-1 cp -r ${SRC_DIR}/src/metacity-1/metacity-theme-3.xml ${THEME_DIR}/metacity-1/metacity-theme-3.xml @@ -248,11 +238,11 @@ install() { if [[ "$square" == 'true' ]]; then if [[ "$hidpi" == 'true' ]]; then - cp -r ${SRC_DIR}/src/xfwm4/themerc-win${ELSE_LIGHT} ${THEME_DIR}/xfwm4/themerc - cp -r ${SRC_DIR}/src/xfwm4/assets-win${ELSE_LIGHT}-hidpi/*.png ${THEME_DIR}/xfwm4 + cp -r ${SRC_DIR}/src/xfwm4/themerc-Win${ELSE_LIGHT} ${THEME_DIR}/xfwm4/themerc + cp -r ${SRC_DIR}/src/xfwm4/assets-Win${ELSE_LIGHT}-hidpi/*.png ${THEME_DIR}/xfwm4 else - cp -r ${SRC_DIR}/src/xfwm4/themerc-win${ELSE_LIGHT} ${THEME_DIR}/xfwm4/themerc - cp -r ${SRC_DIR}/src/xfwm4/assets-win${ELSE_LIGHT}/*.png ${THEME_DIR}/xfwm4 + cp -r ${SRC_DIR}/src/xfwm4/themerc-Win${ELSE_LIGHT} ${THEME_DIR}/xfwm4/themerc + cp -r ${SRC_DIR}/src/xfwm4/assets-Win${ELSE_LIGHT}/*.png ${THEME_DIR}/xfwm4 fi else if [[ "$hidpi" == 'true' ]]; then diff --git a/parse-sass.sh b/parse-sass.sh index 6087aa6a..9aba69f8 100755 --- a/parse-sass.sh +++ b/parse-sass.sh @@ -9,13 +9,13 @@ SASSC_OPT="-M -t expanded" SRC_DIR=$(cd $(dirname $0) && pwd) -_COLOR_VARIANTS=('' '-light' '-dark') +_COLOR_VARIANTS=('' '-Light' '-Dark') if [ ! -z "${COLOR_VARIANTS:-}" ]; then IFS=', ' read -r -a _COLOR_VARIANTS <<< "${COLOR_VARIANTS:-}" fi -_COLOR_D_VARIANTS=('' '-dark') +_COLOR_D_VARIANTS=('' '-Dark') if [ ! -z "${COLOR_D_VARIANTS:-}" ]; then IFS=', ' read -r -a _COLOR_D_VARIANTS <<< "${COLOR_D_VARIANTS:-}" @@ -35,6 +35,8 @@ for color in "${_COLOR_D_VARIANTS[@]}"; do echo "==> Generating the gnome-shell-3-32${color}.css..." sassc $SASSC_OPT src/gnome-shell/theme-40-0/gnome-shell${color}.{scss,css} echo "==> Generating the gnome-shell-40-0${color}.css..." + sassc $SASSC_OPT src/gnome-shell/theme-42-0/gnome-shell${color}.{scss,css} + echo "==> Generating the gnome-shell-42-0${color}.css..." sassc $SASSC_OPT src/cinnamon/cinnamon${color}.{scss,css} echo "==> Generating the cinnamon${color}.css..." done diff --git a/src/_sass/_colors.scss b/src/_sass/_colors.scss index cf01ce07..4de54134 100644 --- a/src/_sass/_colors.scss +++ b/src/_sass/_colors.scss @@ -40,9 +40,9 @@ $suggested_fg_color: white; $drop_target_color: #F08437; $progress_color: $selected_bg_color; -$borders_color: if($variant == 'light', rgba(black, 0.15), rgba(white, 0.12)); +$borders_color: if($variant == 'light', rgba(black, 0.12), rgba(white, 0.12)); $alt_borders_color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05)); -$solid_borders_color: if($variant == 'light', darken($bg_color, 15%), lighten($bg_color, 10%)); +$solid_borders_color: if($variant == 'light', mix(black, $base_color, 12%), mix(white, $base_color, 12%)); $highlight: if($variant == 'light', rgba(white, 0.13), rgba(white, 0.10)); $alt_highlight_color: rgba(white, 0.2); @@ -63,8 +63,8 @@ $header_bg_backdrop: if($titlebar == 'dark' or $variant == 'dark', lighten($head $header_border: if($variant == 'light' and $titlebar == 'light', darken($header_bg, 10%), lighten($header_bg, 10%)); -$header_fg: if($titlebar == 'dark', saturate(rgba(#e6ebef, 0.8), 10%), saturate(rgba($fg_color, 0.8), 10%)); -$alt_header_fg: if($titlebar == 'dark', lighten($header_fg, 10%), darken($header_fg, 10%)); +$header_fg: if($titlebar == 'light', #4a4c59, #e0e5eb); +$alt_header_fg: mix($header_fg, $header_bg, 75%); $dark_sidebar_bg: white; @if $trans == 'true' and $titlebar == 'light' { $dark_sidebar_bg: rgba(#f6f9fb, 0.95); } diff --git a/src/_sass/_variables.scss b/src/_sass/_variables.scss index e8203512..8edfd8b0 100644 --- a/src/_sass/_variables.scss +++ b/src/_sass/_variables.scss @@ -16,11 +16,10 @@ $asset_suffix_win: if($titlebutton == 'circle', '', '-win'); // sizes $small_size: 16px; $medium_size: 28px; -$large_size: 38px; +$large_size: 40px; $cont_padding: 6px; $menuitem_size: 28px; -$icon_padding: 5px; // radiuses $bt_radius: if($window == 'round', 4px, 2px); diff --git a/src/_sass/gnome-shell/_widgets-3-32.scss b/src/_sass/gnome-shell/_widgets-3-32.scss index 436f319c..f49f9150 100644 --- a/src/_sass/gnome-shell/_widgets-3-32.scss +++ b/src/_sass/gnome-shell/_widgets-3-32.scss @@ -52,3 +52,5 @@ @import 'widgets-3-32/dash'; @import 'widgets-3-32/misc'; @import 'widgets-3-32/workspace-thumbnails'; +@import 'widgets-3-32/popovers'; +@import 'widgets-3-32/osd'; diff --git a/src/_sass/gnome-shell/_widgets-40-0.scss b/src/_sass/gnome-shell/_widgets-40-0.scss index c5f26223..e789f7e5 100644 --- a/src/_sass/gnome-shell/_widgets-40-0.scss +++ b/src/_sass/gnome-shell/_widgets-40-0.scss @@ -54,3 +54,5 @@ @import 'widgets-40-0/search-entry'; @import 'widgets-40-0/window-picker'; @import 'widgets-40-0/workspace-thumbnails'; +@import 'widgets-40-0/popovers'; +@import 'widgets-40-0/osd'; diff --git a/src/_sass/gnome-shell/_widgets-42-0.scss b/src/_sass/gnome-shell/_widgets-42-0.scss new file mode 100644 index 00000000..36340b1f --- /dev/null +++ b/src/_sass/gnome-shell/_widgets-42-0.scss @@ -0,0 +1,58 @@ + +// widgets-common + +@import 'common'; + +// Primary widgets-common +@import 'widgets-common/base'; +@import 'widgets-common/entries'; +@import 'widgets-common/buttons'; +@import 'widgets-common/check-box'; +@import 'widgets-common/switches'; +@import 'widgets-common/slider'; +@import 'widgets-common/scrollbars'; +// Popovers +@import 'widgets-common/popovers'; +@import 'widgets-common/calendar'; +@import 'widgets-common/message-list'; +@import 'widgets-common/ibus-popup'; +// Notifications +@import 'widgets-common/notifications'; +@import 'widgets-common/hotplug'; +// Dialogs +@import 'widgets-common/dialogs'; +@import 'widgets-common/network-dialog'; +// OSDs +@import 'widgets-common/osd'; +@import 'widgets-common/switcher-popup'; +@import 'widgets-common/workspace-switcher'; +// Panel +@import 'widgets-common/panel'; +@import 'widgets-common/corner-ripple'; +// Overview +@import 'widgets-common/overview'; +@import 'widgets-common/window-picker'; +@import 'widgets-common/search-entry'; +@import 'widgets-common/search-results'; +@import 'widgets-common/app-grid'; +@import 'widgets-common/dash'; +@import 'widgets-common/workspace-thumbnails'; +// A11y / misc +@import 'widgets-common/a11y'; +@import 'widgets-common/misc'; +@import 'widgets-common/tiled-previews'; +@import 'widgets-common/keyboard'; +@import 'widgets-common/looking-glass'; +// Lock / login screens +@import 'widgets-common/login-dialog'; +@import 'widgets-common/screen-shield'; + +// widgets-40-0 +@import 'widgets-40-0/app-grid'; +@import 'widgets-40-0/dash'; +@import 'widgets-40-0/overview'; +@import 'widgets-40-0/search-entry'; +@import 'widgets-40-0/window-picker'; +@import 'widgets-40-0/workspace-thumbnails'; +@import 'widgets-42-0/popovers'; +@import 'widgets-42-0/osd'; diff --git a/src/_sass/gnome-shell/widgets-3-32/_osd.scss b/src/_sass/gnome-shell/widgets-3-32/_osd.scss new file mode 100644 index 00000000..01deb5e4 --- /dev/null +++ b/src/_sass/gnome-shell/widgets-3-32/_osd.scss @@ -0,0 +1,11 @@ + +.osd-window { + spacing: 12px; // 12px + margin: 32px; // 32px + min-width: 64px; + min-height: 64px; + + StIcon { + icon-size: 96px; + } +} diff --git a/src/_sass/gnome-shell/widgets-3-32/_popovers.scss b/src/_sass/gnome-shell/widgets-3-32/_popovers.scss new file mode 100644 index 00000000..54196484 --- /dev/null +++ b/src/_sass/gnome-shell/widgets-3-32/_popovers.scss @@ -0,0 +1,19 @@ + +// menu items +.popup-menu-item { + &:ltr { padding-right: 1.75em; padding-left: 0; } + &:rtl { padding-right: 0; padding-left: 1.75em; } +} + +// system status menu +.popup-sub-menu .popup-menu-item > :first-child { + // account for icons in submenus with padding + &:ltr { + padding-left: 14px; + margin-left: 16px; + } + &:rtl { + padding-right: 14px; + margin-right: 16px; + } +} diff --git a/src/_sass/gnome-shell/widgets-40-0/_osd.scss b/src/_sass/gnome-shell/widgets-40-0/_osd.scss new file mode 100644 index 00000000..01deb5e4 --- /dev/null +++ b/src/_sass/gnome-shell/widgets-40-0/_osd.scss @@ -0,0 +1,11 @@ + +.osd-window { + spacing: 12px; // 12px + margin: 32px; // 32px + min-width: 64px; + min-height: 64px; + + StIcon { + icon-size: 96px; + } +} diff --git a/src/_sass/gnome-shell/widgets-40-0/_popovers.scss b/src/_sass/gnome-shell/widgets-40-0/_popovers.scss new file mode 100644 index 00000000..54196484 --- /dev/null +++ b/src/_sass/gnome-shell/widgets-40-0/_popovers.scss @@ -0,0 +1,19 @@ + +// menu items +.popup-menu-item { + &:ltr { padding-right: 1.75em; padding-left: 0; } + &:rtl { padding-right: 0; padding-left: 1.75em; } +} + +// system status menu +.popup-sub-menu .popup-menu-item > :first-child { + // account for icons in submenus with padding + &:ltr { + padding-left: 14px; + margin-left: 16px; + } + &:rtl { + padding-right: 14px; + margin-right: 16px; + } +} diff --git a/src/_sass/gnome-shell/widgets-42-0/_osd.scss b/src/_sass/gnome-shell/widgets-42-0/_osd.scss new file mode 100644 index 00000000..66ad8319 --- /dev/null +++ b/src/_sass/gnome-shell/widgets-42-0/_osd.scss @@ -0,0 +1,14 @@ + +.osd-window { + spacing: 12px; // 12px + padding: 12px 18px; + & > * { spacing: 8px; } + margin-bottom: 4em; + + StIcon { icon-size: 32px; } // 32px + + StLabel { + &:ltr { margin-right: 6px; } + &:rtl { margin-left: 6px; } + } +} diff --git a/src/_sass/gnome-shell/widgets-42-0/_popovers.scss b/src/_sass/gnome-shell/widgets-42-0/_popovers.scss new file mode 100644 index 00000000..32964be8 --- /dev/null +++ b/src/_sass/gnome-shell/widgets-42-0/_popovers.scss @@ -0,0 +1,32 @@ + +// menu items +.popup-menu-item { + &:ltr { padding-right: 12px; padding-left: 0; } + &:rtl { padding-right: 0; padding-left: 12px; } +} + +// system status menu +.aggregate-menu { + .popup-menu-item > :first-child { + // account for icons in submenus with padding + &:ltr { + padding-left: 6px; + margin-left: 0; + } + &:rtl { + padding-right: 6px; + margin-right: 0; + } + } + .popup-sub-menu .popup-menu-item > :first-child { + // account for icons in submenus with padding + &:ltr { + padding-left: 12px; + margin-left: 9px; + } + &:rtl { + padding-right: 12px; + margin-right: 9px; + } + } +} diff --git a/src/_sass/gnome-shell/widgets-common/_calendar.scss b/src/_sass/gnome-shell/widgets-common/_calendar.scss index 8e3a6298..d5636103 100644 --- a/src/_sass/gnome-shell/widgets-common/_calendar.scss +++ b/src/_sass/gnome-shell/widgets-common/_calendar.scss @@ -167,11 +167,13 @@ .calendar-week-number { font-size: 70%; font-weight: bold; - width: 2.3em; height: 2.3em; + text-align: center; + width: 2.3em; + height: 2.3em; border-radius: $bt_radius; - padding: 0 0; - margin: 6px; - background-color: rgba($fg_color, 0.15); + padding: 0 !important; + margin: 6px !important; + background-color: rgba($fg_color, 0.1); color: $alt_fg_color; } @@ -199,6 +201,8 @@ .events-section-title { color: $alt_fg_color; font-weight: bold; + + :active & { color: $selected_fg_color; } } .world-clocks-grid, @@ -270,6 +274,7 @@ .events-list { spacing: 12px; text-shadow: none; + color: $sec_fg_color; } .events-title { @@ -283,4 +288,8 @@ color: $alt_fg_color; font-feature-settings: "tnum"; } + + &:active .events-list, + &:active .events-title, + &:active .event-time { color: white !important; } } diff --git a/src/_sass/gnome-shell/widgets-common/_osd.scss b/src/_sass/gnome-shell/widgets-common/_osd.scss index 3d5658b7..8ffd0726 100644 --- a/src/_sass/gnome-shell/widgets-common/_osd.scss +++ b/src/_sass/gnome-shell/widgets-common/_osd.scss @@ -6,14 +6,6 @@ $osd_levelbar_height: 4px; @extend %osd_panel; text-align: center; font-weight: bold; - spacing: 12px; // 12px - margin: 32px; // 32px - min-width: 64px; - min-height: 64px; - - StIcon { - icon-size: 96px; - } .osd-monitor-label { font-size: 3em; } diff --git a/src/_sass/gnome-shell/widgets-common/_popovers.scss b/src/_sass/gnome-shell/widgets-common/_popovers.scss index 44c6e297..0afde58b 100644 --- a/src/_sass/gnome-shell/widgets-common/_popovers.scss +++ b/src/_sass/gnome-shell/widgets-common/_popovers.scss @@ -14,7 +14,7 @@ // container of the popover menu .popup-menu { min-width: 15em; - color: $fg_color; + color: $fg_color !important; background: none; border: none; box-shadow: none; @@ -35,7 +35,7 @@ .popup-menu-content { padding: 6px 0; - background-color: $base_color; + background-color: $base_color !important; border-radius: $material_radius; margin: 2px 7px 12px; box-shadow: 0 3px 5px rgba(black, 0.15); @@ -46,35 +46,34 @@ .popup-menu-item { spacing: 6px; padding: 6px; - color: $alt_fg_color; - - &:ltr { padding-right:1.75em; padding-left: 0; } - &:rtl { padding-right: 0; padding-left:1.75em; } + color: $alt_fg_color !important; + border-radius: 0; &:checked { - background-color: darken($base_color, 3%); + background-color: darken($base_color, 3%) !important; box-shadow: inset 0 1px $borders_color; - color: $fg_color; + color: $fg_color !important; + border-radius: 0; } - &.selected { - background-color: $selected_bg_color; - color: $selected_fg_color; + &:hover, &:focus, &.selected { + background-color: $selected_bg_color !important; + color: $selected_fg_color !important; } &:active { - background-color: darken($selected_bg_color, 5%); - color: $selected_fg_color; + background-color: darken($selected_bg_color, 5%) !important; + color: $selected_fg_color !important; } - &:insensitive { color: transparentize($fg_color, 0.5);} + &:insensitive { color: transparentize($fg_color, 0.5) !important; } } // all icons and other graphical elements .popup-inactive-menu-item { - color: $fg_color; + color: $fg_color !important; - &:insensitive { color: transparentize($fg_color, 0.5); } + &:insensitive { color: transparentize($fg_color, 0.5) !important; } } // symbolic icons in popover @@ -83,9 +82,10 @@ // popover submenus .popup-sub-menu { - background-color: darken($base_color, 3%); + background-color: darken($base_color, 3%) !important; border: none; box-shadow: inset 0 -1px $borders_color; + border-radius: 0; } // container for radio and check boxes @@ -98,22 +98,21 @@ // separator .popup-separator-menu-item { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; height: 1px !important; .popup-separator-menu-item-separator { //-margin-horizontal: 24px; height: 1px !important; - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; background-color: transparent; + .popup-sub-menu & { //submenu separators - margin: 0 0 !important; - padding: 0 0 !important; - @if $variant == 'dark' { - background-color: transparent; - } + margin: 0 !important; + padding: 0 !important; + background-color: transparent; } } } @@ -134,16 +133,4 @@ margin: 0 4px; -st-icon-style: symbolic; } - - .popup-sub-menu .popup-menu-item > :first-child { - // account for icons in submenus with padding - &:ltr { - padding-left: 14px; - margin-left: 16px; - } - &:rtl { - padding-right: 14px; - margin-right: 16px; - } - } } diff --git a/src/_sass/gtk/_apps-4.0.scss b/src/_sass/gtk/_apps-4.0.scss index bda6371a..e69de29b 100644 --- a/src/_sass/gtk/_apps-4.0.scss +++ b/src/_sass/gtk/_apps-4.0.scss @@ -1,8 +0,0 @@ -@import 'apps/gnome'; -//@import 'apps/misc'; -//@import 'apps/unity'; -//@import 'apps/mate'; -//@import 'apps/budgie'; -//@import 'apps/xfce4'; -//@import 'apps/elementary'; -//@import 'apps/lightdm'; diff --git a/src/_sass/gtk/_common-3.0.scss b/src/_sass/gtk/_common-3.0.scss index 393f8e64..23b3c5d2 100644 --- a/src/_sass/gtk/_common-3.0.scss +++ b/src/_sass/gtk/_common-3.0.scss @@ -145,7 +145,7 @@ label { } .dim-label { - opacity: 0.55; + color: $insensitive_fg_color; } assistant { @@ -395,18 +395,18 @@ button { &.image-button { min-width: 24px; - padding-left: 5px; - padding-right: 5px; + padding-left: $cont_padding; + padding-right: $cont_padding; } &.text-button { - padding-left: 12px; - padding-right: 12px; + padding-left: $cont_padding * 2; + padding-right: $cont_padding * 2; } &.text-button.image-button { - padding-left: 5px; - padding-right: 5px; + padding-left: $cont_padding; + padding-right: $cont_padding; label { &:first-child { @@ -576,7 +576,7 @@ button { &:active, &:checked { @include button(active); } } - @at-root %circle_button, + @at-root %circular_button, &.close, &.circular { // The Bloody Circul Button min-height: 24px; @@ -1040,8 +1040,8 @@ spinbutton { combobox { button.combo { min-width: 0; // otherwise the arrow placement is unsymmetric - padding-left: 8px; // - padding-right: 8px // + padding-left: 8px; + padding-right: 8px; } arrow { @@ -1212,19 +1212,13 @@ actionbar { // Headerbars // -headerbar, -%titlebar { - padding: 0 10px; +headerbar { + padding: 0 $cont_padding; color: $header_fg; box-shadow: inset 0 -1px $borders_color; background-color: $header_bg; min-height: $large_size; - // .csd & { // Transparent header-bars only in csd windows - // background-color: $header_bg; - // min-height: $medium_size + 6px; - // } - &:backdrop { transition: $backdrop_transition; color: transparentize($header_fg, 0.3); @@ -1232,14 +1226,14 @@ headerbar, } .title { - padding-left: 12px; - padding-right: 12px; + padding-left: $cont_padding * 2; + padding-right: $cont_padding * 2; } .subtitle { font-size: 80%; - padding-left: 12px; - padding-right: 12px; + padding-left: $cont_padding * 2; + padding-right: $cont_padding * 2; margin-top: -3px; @extend .dim-label; } @@ -1411,8 +1405,8 @@ headerbar { @extend %header_widgets; entry, button, separator:not(.sidebar) { - margin-top: $icon_padding; - margin-bottom: $icon_padding; + margin-top: $cont_padding; + margin-bottom: $cont_padding; } &.windowhandle { @@ -1503,8 +1497,6 @@ headerbar { background-image: if($variant == 'light', image($header_bg), image($header_border)); } } - - // @extend %titlebar; } %header_separator { @@ -1587,7 +1579,7 @@ headerbar { &:hover { color: $alt_header_fg; background-color: transparent; - box-shadow: inset 0 -2px rgba($selected_bg_color, 0.5); + box-shadow: inset 0 -2px mix($selected_bg_color, $header_bg, 50%); } &:checked, &:active { @@ -3154,7 +3146,7 @@ row { button { @include button(osd); &.flat { - @extend %circle_button; + @extend %circular_button; @extend %undecorated_button; border-color: transparentize($selected_bg_color, 1); &:disabled { @extend %undecorated_button; } @@ -3771,7 +3763,7 @@ colorchooser .popover.osd { border-radius: $bt_radius; } // button.circular, button.circular-button { - @extend %circle_button; + @extend %circular_button; } .keycap { diff --git a/src/_sass/gtk/_common-4.0.scss b/src/_sass/gtk/_common-4.0.scss index 0bc639f9..f29c6e2c 100644 --- a/src/_sass/gtk/_common-4.0.scss +++ b/src/_sass/gtk/_common-4.0.scss @@ -192,11 +192,14 @@ textview { // This will get overridden by .view, needed by gedit line numbers %osd, .osd { color: $osd_fg_color; - border: none; background-color: $osd_bg_color; background-clip: padding-box; - box-shadow: none; -gtk-icon-shadow: none; + box-shadow: 0 3px 8px rgba(black, 0.35); + border: 1px solid $osd_borders_color; + margin: 6px; + border-radius: $bt_radius; + padding: 6px; } // @@ -221,6 +224,22 @@ spinner { } } +.accent { + color: $suggested_color; +} + +.success { + color: $success_color; +} + +.warning { + color: $warning_color; +} + +.error { + color: $error_color; +} + // // General Typography // @@ -229,39 +248,59 @@ spinner { font-weight: 300; font-size: 24pt; } + .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; } +.monospace { font-family: monospace; } + +.numeric { + font-feature-settings: "tnum"; +} + + +// Editable Labels +editablelabel > stack > text { + color: $fg_color; + background-color: $base_color; +} // // Text Entries @@ -270,20 +309,20 @@ entry, %entry { min-height: 22px; border: 1px solid; padding: 2px 8px; - caret-color: currentColor; border-radius: $bt_radius; transition: all 200ms $ease-out-quad; + border-spacing: 0; &.search { border-radius: 100px; } @include entry(normal); > image { // icons inside the entry - color: mix($fg_color,$base_color,80%); + color: mix($fg_color, $base_color, 80%); - &.left { padding-left: 0; padding-right: 5px; } - &.right { padding-right: 0; padding-left: 5px; } + &.left { padding-left: 0; padding-right: 6px; } + &.right { padding-right: 0; padding-left: 6px; } } > text > placeholder { @@ -410,12 +449,27 @@ $button_transition: all 200ms $ease-out-quad; @include button(osd); &:hover { @include button(osd-hover); } - &:active, &:checked { - background-clip: padding-box; + + &:active, &:checked, &.keyboard-activating { @include button(osd-active); } &:disabled { @include button(osd-insensitive); } + + &.flat { + @include button(undecorated); + box-shadow: none; + + &:hover { @include button(osd-hover); } + + &:active, &:checked, &.keyboard-activating { @include button(osd-active); } + + &:disabled { + color: $osd_insensitive_fg_color; + @include button(undecorated); + background-image: none; + } + } } %button, @@ -445,6 +499,8 @@ button { &:active { transition: $button_transition; } } + + &:disabled { @include button(undecorated); } } &:hover { @@ -452,17 +508,15 @@ button { // -gtk-icon-effect: highlight; } - &:active, &:checked { - @include button(active); + &:focus { box-shadow: none; } - background-clip: if($variant=='light', border-box, padding-box); + &:active, &:checked, &.keyboard-activating { + @include button(active); transition-duration: 50ms; &:not(:disabled) label:disabled { color: inherit; opacity: 0.6; } } - &.flat:disabled { @include button(undecorated); } - &:disabled { @include button(insensitive); @@ -471,30 +525,62 @@ button { } } + &:disabled { + filter: opacity(0.45); + + label { + filter: none; + } + } + + &.arrow-button { + padding-left: $cont_padding; + padding-right: $cont_padding; + + > box { border-spacing: 4px; } + + &.text-button { + > box { border-spacing: 4px; } + } + } + &.image-button { min-width: 24px; - padding-left: 5px; - padding-right: 5px; + padding-left: $cont_padding; + padding-right: $cont_padding; } &.text-button { - padding-left: 12px; - padding-right: 12px; + padding-left: $cont_padding * 2; + padding-right: $cont_padding * 2; } - &.text-button.image-button { - padding-left: 5px; - padding-right: 5px; + &.text-button.image-button, + &.image-text-button { + padding-left: $cont_padding; + padding-right: $cont_padding; + + > box, + > box > box { + border-spacing: 4px; + + > label { + padding-left: 2px; + padding-right: 2px; + } + } label { &:first-child { padding-left: 8px; padding-right: 2px; } + &:last-child { padding-right: 8px; padding-left: 2px; } + &:only-child { padding-left: 8px; padding-right: 8px; @@ -514,7 +600,8 @@ button { &.osd { color: $osd_fg_color; background-color: $osd_bg_color; - border-color: darken($osd_bg_color, 8%); + border-color: $osd_button_border; + box-shadow: none; &.image-button { padding: 0; @@ -523,25 +610,15 @@ button { } &:hover { color: $selected_bg_color; } - &:active, &:checked { @include button(osd-active); } + &:active, &:checked, &.keyboard-activating { @include button(osd-active); } &:disabled { @include button(osd-insensitive); } } //overlay / OSD style .osd & { @extend %osd_button; - - &.flat { - @include button(undecorated); - box-shadow: none; - &:hover { @include button(osd-hover); } - &:disabled { - @include button(osd-insensitive); - background-image: none; - } - &:active, &:checked { @include button(osd-active); } - } } + .osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; } @@ -560,7 +637,7 @@ button { @include button(suggested_destructive, lighten($b_color, 5%), $b_fg); } - &:active, &:checked { + &:active, &:checked, &.keyboard-activating { @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } @@ -614,21 +691,13 @@ button { } } - // hide separators - &.font, - &.file { separator { background-color: transparent; } } - - @at-root %circle_button, + @at-root %circular_button, &.close, &.circular { // The Bloody Circul Button min-height: 24px; min-width: 24px; padding: 2px; - border-radius: 100px; - - @if $variant=='dark' { - &:checked, &:active { border-color: $borders_color; } - } + border-radius: $circular_radius; label { padding: 0; } } @@ -706,7 +775,7 @@ button { @if $button_rules=='true' { $_uncolored_button: 'button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action)'; - > button + button { border-#{$_border}-style: none; } + > button + button { border-#{$_border}-style: none; margin-left: 0; } > #{$_uncolored_button}:hover:not(:only-child), > #{$_uncolored_button}:hover + #{$_uncolored_button} { box-shadow: inset if($vert=='false', 1px 0, 0 1px) $b_border; } @@ -937,13 +1006,7 @@ modelbutton.flat arrow { // oldstyle toolbar buttons .toolbar button { margin: 2px; - @extend %undecorated_button; - - &:hover { @include button('hover'); } - &:active { @include button('active'); } - &:disabled { @include button('insensitive'); } - // &:backdrop { @include button('backdrop'); } - // &:backdrop:disabled { @include button('backdrop-insensitive'); } + @extend %flat_button; } // list buttons @@ -1005,6 +1068,9 @@ button.link { // Spinbuttons // spinbutton { + outline: none; + box-shadow: none; + &:drop(active) { box-shadow: none; } button:active { color: $selected_fg_color; } @@ -1130,9 +1196,12 @@ combobox { button.combo { min-width: 0; // otherwise the arrow placement is unsymmetric padding-left: 8px; - padding-right: 8px + padding-right: 8px; + margin: 0; } + entry.combo { margin: 0; } + arrow { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); min-height: 16px; @@ -1189,7 +1258,7 @@ combobox { // newstyle popover { - margin-top: 4px; + margin-top: 6px; padding: 0; listview { @@ -1208,7 +1277,7 @@ combobox { // drodowns with searchboxes on top .dropdown-searchbar { - padding: 4px; + padding: 6px; border-bottom: 1px solid $borders_color; } } @@ -1234,20 +1303,7 @@ toolbar { .osd & { background-color: transparent; } &.osd { - padding: 8px; - border: 1px solid $borders_color; - border-radius: $bt_radius; - background-color: $osd_bg_color; - - &.left, - &.right, - &.top, - &.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars - - &.top { border-width: 0 0 1px 0; } - &.bottom { border-width: 1px 0 0 0; } - &.left { border-width: 0 1px 0 0; } - &.right { border-width: 0 0 0 1px; } + @extend %osd; } switch, @@ -1258,6 +1314,7 @@ toolbar { margin-right: 1px; margin-bottom: 1px; } + .linked > button, .linked > entry { margin-right:0; } } @@ -1269,6 +1326,7 @@ searchbar > revealer > box { border-color: $solid_borders_color; background-color: $bg_color; border-width: 0 0 1px; + box-shadow: none; } actionbar > revealer > box { @@ -1276,26 +1334,22 @@ actionbar > revealer > box { border-spacing: 6px; border-top: 1px solid $borders_color; background-color: darken($bg_color, 3%); + box-shadow: none; } // // Headerbars // + $_header_radius: 0; -headerbar, -%titlebar { - padding: 0 10px; +headerbar { + padding: 0; color: $header_fg; box-shadow: inset 0 -1px $borders_color; background-color: $header_bg; min-height: $large_size; - // .csd & { // Transparent header-bars only in csd windows - // background-color: $header_bg; - // min-height: $medium_size + 6px; - // } - &:backdrop { transition: $backdrop_transition; color: transparentize($header_fg, 0.3); @@ -1403,18 +1457,16 @@ headerbar, separator.titlebutton { @extend %header_separator; } } -.titlebar { - border-radius: $_header_radius $_header_radius 0 0; -} - headerbar { @extend %header_widgets; > windowhandle > box { + padding: 0 $cont_padding; + &, > box.start, > box.end { - border-spacing: 6px; + border-spacing: $cont_padding; } } @@ -1423,8 +1475,8 @@ headerbar { separator:not(.sidebar), button, menubutton { - margin-top: $icon_padding; - margin-bottom: $icon_padding; + margin-top: $cont_padding; + margin-bottom: $cont_padding; } // Reset margins for buttons inside menubutton @@ -1533,6 +1585,7 @@ headerbar { image { color: $selected_bg_color; } } + &:disabled { @include entry(header-insensitive); } selection:focus { @@ -1701,7 +1754,11 @@ headerbar { // special case and stack-switchers stackswitcher.linked:not(.vertical) { + margin-top: 6px; + margin-bottom: 6px; + > button { + margin: 0; border-right-width: 0; border-left-width: 0; background-color: lighten($header_bg, 10%); @@ -1787,6 +1844,8 @@ headerbar { // Headerbar Switches switch { + margin: 0; + &:backdrop { opacity: 0.75; } } @@ -1984,13 +2043,12 @@ treeview.view { > header { > button { - $_column_header_color: mix($fg_color,$base_color,80%); + $_column_header_color: mix($fg_color, $base_color, 80%); min-height: 0; min-width: 0; padding: 3px $cont_padding; font-weight: bold; - color: $_column_header_color; background-color: $base_color; background-image: none; @@ -2087,23 +2145,19 @@ popover.menu { & > arrow, &.background > contents { background-color: $menu_bg; - border-radius: $corner_radius; + border-radius: $material_radius; border: 1px solid $borders_color; - - @if $window == 'round' { - padding: 3px; - } @else { - padding: 6px 0; - } + padding: 3px; + color: $text_color; } &.background separator { - margin: 4px 0; + margin: 3px 0; background-color: $menu_bg; } box.inline-buttons { - padding: 0 6px; + padding: 0; button.image-button.model { // @include button(undecorated); @@ -2168,23 +2222,26 @@ popover.menu { margin-right: -6px; } - .linked > button { - &:first-child { margin-left: 6px; } - &:last-child { margin-right: 6px; } - } - modelbutton { min-height: 24px; min-width: 38px; - padding: 2px 18px; + padding: 2px 12px; border: none; outline: none; box-shadow: none; + color: $fg_color; @if $window == 'round' { border-radius: $corner_radius - 3px; } @else { - border-radius: 0; + border-radius: $bt_radius; + } + + &:focus:not(:hover):not(:active) { + color: $fg_color; + background-color: transparent; + transition: background-color 0, + color 0; } &:hover { @@ -2207,27 +2264,26 @@ popover.menu { // // Popovers // + $_popover_bg: if($variant=='light', $base_color, $bg_color); popover.background { font: initial; // Decouple the font of popovers from their entry/textvie - - &, &:backdrop { - background-color: transparent; - border-radius: $material_radius; - } + background-color: transparent; > arrow, > contents { - padding: 12px; + padding: 6px; background-clip: border-box; background-color: $_popover_bg; - border-radius: $bt_radius; + border-radius: $material_radius; border: 1px solid $borders_color; box-shadow: 0 2px 8px 0 if($variant=='light', rgba(black, 0.1), rgba(black, 0.15)); + color: $text_color; } - & separator { background-color: $_popover_bg; } + separator { background-color: $_popover_bg; } + label.separator { @extend .dim-label; @@ -2243,11 +2299,20 @@ popover.background { } separator { - background-color: mix($bg_color, $borders_color, 30%); margin: 3px; } list separator { margin: 0; } + + listview { + background-color: transparent; + padding: 0; + + > row { + margin: 0; + border-radius: $bt_radius; + } + } } .osd &, @@ -2258,9 +2323,8 @@ popover.background { > arrow, > contents { @extend %osd; - - border: 1px solid transparentize(white, 0.9); - box-shadow: none; + padding: 0; + margin: 0; } } @@ -2556,17 +2620,19 @@ switch { background-repeat: no-repeat; background-position: center center; transition: all 350ms $ease-out-quad; + padding: 0; - slider { + > slider { min-width: 0; min-height: 0; } - &, slider { + &, > slider { outline-color: transparent; color: transparent; border: none; box-shadow: none; + background-color: transparent; } } @@ -2659,6 +2725,7 @@ checkbutton, radiobutton { &.text-button { padding: 2px 0; outline-offset: 0; + &:hover { color: darken($fg_color, 15%); } &:disabled { color: $insensitive_fg_color; } } @@ -2674,6 +2741,12 @@ radio { min-width: 16px; min-height: 16px; margin: 0 2px; + -gtk-icon-size: 16px; + padding: 0; + background-color: transparent; + border: none; + box-shadow: none; + color: transparent; &:only-child { margin: 0; } } @@ -3097,6 +3170,13 @@ separator { background-color: $borders_color; min-width: 1px; min-height: 1px; + + &.spacer { + background: none; + + &.horizontal { min-width: 12px; } + &.vertical { min-height: 12px; } + } } // @@ -3104,6 +3184,7 @@ separator { // listview, list { + color: $text_color; background-color: $base_color; border-color: $borders_color; @@ -3122,6 +3203,27 @@ list { } row { + label.subtitle { + font-size: smaller; + @extend .dim-label; + } + + > box.header { + margin-left: 12px; + margin-right: 12px; + min-height: 50px; + + > .icon:disabled { + filter: opacity(0.45); + } + + > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; + } + } + &:selected { @extend %selected_items; } @@ -3149,6 +3251,152 @@ row { } } } + + &.combo { + listview.inline { + background: none; + border: none; + box-shadow: none; + color: inherit; + + &, &:disabled { + background: none; + color: inherit; + } + } + + popover > contents { + min-width: 120px; + } + } +} + +// AdwExpanderRow +@mixin margin-start($margin) { + &:dir(ltr) { + margin-left: $margin; + } + + &:dir(rtl) { + margin-right: $margin; + } +} + +%boxed_list_row { + transition: 200ms $ease-out-quad; + border-bottom: 1px solid $borders_color; + + &:not(:selected).activatable { + &:hover { + background-color: gtkalpha(currentColor, .03); + } + + &:active { + background-color: gtkalpha(currentColor, .08); + } + + &.has-open-popup { + background-color: gtkalpha(currentColor, .03); + } + } +} + +row.expander { + // Drop transparent background on expander rows to let nested rows handle it, + // avoiding double highlights. + background: none; + padding: 0px; + + > box > list { + background: none; + color: inherit; + } + + list.nested { + background-color: gtkalpha($base_color, .5); + color: inherit; + } + + list.nested > row { + @extend %boxed_list_row; + } + + // AdwExpanderRow arrow rotation + + image.expander-row-arrow { + transition: 200ms $ease-out-quad; + @include margin-start(6px); + } + + &:checked image.expander-row-arrow { + -gtk-icon-transform: rotate(0turn); + } + + &:not(:checked) image.expander-row-arrow { + @extend .dim-label; + + &:dir(ltr) { + -gtk-icon-transform: rotate(-0.25turn); + } + + &:dir(rtl) { + -gtk-icon-transform: rotate(0.25turn); + } + } + + &:checked image.expander-row-arrow:not(:disabled) { + color: $selected_bg_color; + } + + .osd &:checked image.expander-row-arrow:not(:disabled) { + color: inherit; + } + + image.expander-row-arrow:disabled { + filter: opacity(0.45); + } +} + +/***************** + * Boxed Lists * + *****************/ + +// Deprecated: use .boxed-list instead +list.content, +list.boxed-list { + @extend %card; + + > row { + // Regular rows and expander header rows background + &, &.expander row.header { + @extend %boxed_list_row; + } + + &.expander { + border: none; + } + + // Rounded top + &:first-child { + &, &.expander row.header { + border-top-left-radius: $bt_radius; + border-top-right-radius: $bt_radius; + } + } + + // Rounded bottom + &:last-child { + &, + &.expander:not(:checked), + &.expander:not(:checked) row.header, + &.expander:checked list.nested, + &.expander:checked list.nested > row:last-child { + border-bottom-left-radius: $bt_radius; + border-bottom-right-radius: $bt_radius; + border-bottom-width: 0; + } + } + } } columnview { @@ -3166,9 +3414,27 @@ columnview { } } + > header > button { + padding-left: 6px; + padding-right: 6px; + border-left: 1px solid transparent; + + &:first-child { + border-left-width: 0; + } + } + // make column separators visible when :show-column-separators is true - &.column-separators > listview > row > cell { - border-left-color: $solid_borders_color; + &.column-separators { + > listview > row > cell, + > header > button { + border-left-color: $borders_color; + } + } + + > listview:not(.horizontal).separators > row:not(.separator) { + border-top: 1px solid $borders_color; + border-bottom: none; } // shrink vertically for .data-table @@ -3176,6 +3442,10 @@ columnview { padding-top: 2px; padding-bottom: 2px; } + + ~ undershoot.top { + box-shadow: inset 0 1px $borders_color; + } } treeexpander { @@ -3226,7 +3496,7 @@ columnview row:not(:selected) cell editablelabel.editing text selection { button { @include button(osd); &.flat { - @extend %circle_button; + @extend %circular_button; @extend %undecorated_button; border-color: transparentize($selected_bg_color, 1); &:disabled { @extend %undecorated_button; } @@ -3241,23 +3511,27 @@ columnview row:not(:selected) cell editablelabel.editing text selection { // Expanders // expander { - arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } - &:hover { color: lighten($fg_color,30%); } //only lightens the arrow - &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } - } + &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } + &:hover { color: lighten($fg_color,30%); } //only lightens the arrow + &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } + &:disabled { filter: opacity(0.45); } } expander-widget { > box > title { border-radius: $bt_radius; + > expander { + color: $alt_fg_color; + opacity: 1; + } + &:hover > expander { - color: rgba($fg_color, 0.75); //only lightens the icon + color: $fg_color; //only lightens the icon } } } @@ -3288,6 +3562,7 @@ calendar { background: none; border-radius: 0; } + > button:backdrop { background: none; } @@ -3374,11 +3649,8 @@ window.dialog.message { // Message Dialog styling &.background { background-color: $dialog_bg; color: $dialog_fg; - - &.csd.background { - border-radius: $bt_radius; - border: none; - } + border-radius: $bt_radius; + border: none; } .titlebar { @@ -3387,7 +3659,7 @@ window.dialog.message { // Message Dialog styling border-bottom: none; border-top-left-radius: $bt_radius; border-top-right-radius: $bt_radius; - box-shadow: inset 0 1px $highlight; + box-shadow: none; &:backdrop { background-color: $dialog_bg; @@ -3530,6 +3802,8 @@ stacksidebar { separator.sidebar { background: none; border-right: none; + min-width: 0; + min-height: 0; } // @@ -3537,17 +3811,17 @@ separator.sidebar { // .navigation-sidebar { - padding: 6px 0; //only vertical padding. horizontal row size would clip + padding: 3px 0; //only vertical padding. horizontal row size would clip > separator { - margin: 4px; + margin: 3px 0; } > row { min-height: 28px; - padding: 0 8px; + padding: 2px 8px; border-radius: $bt_radius; - margin: 0 2px 2px; + margin: 0 3px 2px; &:hover, &:focus-visible:focus-within { @@ -3666,16 +3940,16 @@ paned { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: _solid($solid_borders_color); + background-image: image($solid_borders_color); background-size: 1px 1px; - &:selected { background-image: _solid($selected_bg_color); } + &:selected { background-image: image($selected_bg_color); } &.wide { min-width: 5px; min-height: 5px; background-color: $bg_color; - background-image: _solid($solid_borders_color), _solid($solid_borders_color); + background-image: image($solid_borders_color), image($solid_borders_color); background-size: 1px 1px, 1px 1px; } } @@ -3964,22 +4238,22 @@ colorchooser .popover.osd { border-radius: $bt_radius; } > rubberband { @extend rubberband; } } -.scale-popup { - .osd & { @extend %osd; } - - button { // +/- buttons on GtkVolumeButton popup - &:hover { - @include button(hover); - } - } -} +// .scale-popup { +// .osd & { @extend %osd; } +// +// button { // +/- buttons on GtkVolumeButton popup +// &:hover { +// @include button(hover); +// } +// } +// } // // Shortcuts Help // button.circular, button.circular-button { - @extend %circle_button; + @extend %circular_button; } shortcuts-section { @@ -4016,20 +4290,26 @@ shortcut > .keycap { caret-color: $drop_target_color; } -stackswitcher button { - &.text-button { min-width: 80px; } - &.circular { min-width: 0; } -} +stackswitcher { + background-color: transparent; -stackswitcher.circular { - border-spacing: 12px; + > button { + margin: 0; - // FIXME aggregate with buttons - > button.circular, - > button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; + &.text-button { min-width: 80px; } + &.circular { min-width: 0; } + } + + &.circular { + border-spacing: 12px; + + // FIXME aggregate with buttons + > button.circular, + > button.text-button.circular { + min-width: 32px; + min-height: 32px; + padding: 0; + } } } @@ -4041,43 +4321,39 @@ $_wm_border: if($variant=='light', rgba(black, 0.12), rgba(white, 0.12)); window { border: none; + outline: none; + box-shadow: 0 3px 5px 0 if($variant == 'light', rgba(black, 0.15), rgba(black, 0.08)), + 0 8px 8px 0 if($variant == 'light', rgba(black, 0.15), rgba(black, 0.08)), + 0 0 0 1px $_wm_border; + margin: 0; + border-radius: $corner_radius; + transition: $backdrop_transition; - &.csd { - box-shadow: 0 3px 5px 0 if($variant == 'light', rgba(black, 0.15), rgba(black, 0.08)), - 0 8px 8px 0 if($variant == 'light', rgba(black, 0.15), rgba(black, 0.08)), + &:backdrop { + // the transparent shadow here is to enforce that the shadow extents don't + // change when we go to backdrop, to prevent jumping windows. + // The biggest shadow should be in the same order then in the active state + // or the jumping will happen during the transition. + box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, + 0 3px 3px 0 if($variant == 'light', rgba(black, 0.1), rgba(black, 0.06)), 0 0 0 1px $_wm_border; - margin: 0px; - border-radius: $corner_radius; - transition: $backdrop_transition; - - &:backdrop { - // the transparent shadow here is to enforce that the shadow extents don't - // change when we go to backdrop, to prevent jumping windows. - // The biggest shadow should be in the same order then in the active state - // or the jumping will happen during the transition. - box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, - 0 3px 3px 0 if($variant == 'light', rgba(black, 0.1), rgba(black, 0.06)), - 0 0 0 1px $_wm_border; - } + } - &.popup { - border-radius: $corner_radius; - box-shadow: 0 3px 6px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.1)), 0 0 0 1px $borders_color; - } + &.popup { + border-radius: $corner_radius; + box-shadow: 0 3px 6px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.1)), 0 0 0 1px $borders_color; + } - &.dialog.message { - border-radius: $bt_radius; - box-shadow: 0 1px 2px transparentize(black, 0.8), - 0 0 0 1px transparentize($_wm_border, 0.1); - } + &.dialog.message { + border-radius: $material_radius; + } - &.solid-csd { - margin: 0; - padding: 0; - border: solid 2px $dark_sidebar_icon_bg; - border-radius: 0; - box-shadow: none; - } + &.solid-csd { + margin: 0; + padding: 0; + border: solid 2px $dark_sidebar_icon_bg; + border-radius: 0; + box-shadow: none; } &.maximized, @@ -4091,14 +4367,10 @@ window { box-shadow: 0 3px 3px 0 if($variant == 'light', rgba(black, 0.1), rgba(black, 0.06)); } - &.popup { box-shadow: none; } - // server-side decorations as used by mutter &.ssd { box-shadow: 0 0 0 1px $_wm_border; } //just doing borders, wm draws actual shadows } -.monospace { font-family: monospace; } - // // Titlebuttons // diff --git a/src/_sass/gtk/_drawing.scss b/src/_sass/gtk/_drawing.scss index ad511abc..36e11b8c 100644 --- a/src/_sass/gtk/_drawing.scss +++ b/src/_sass/gtk/_drawing.scss @@ -36,6 +36,8 @@ color: $text_color; border-color: $entry_border; background-color: $entry_bg; + outline: none; + box-shadow: none; } @if $t==focus { @@ -45,6 +47,8 @@ color: $text_color; border-color: $selected_bg_color; background-color: $entry_bg; + outline: none; + box-shadow: none; } @if $t==insensitive { @@ -72,6 +76,8 @@ // // focused header-bar entry // + outline: none; + box-shadow: none; color: lighten($header_fg, 20%); border-color: $selected_bg_color; background-color: if($variant=='light', lighten($header_entry_bg, 2%), lighten($header_entry_bg, 5%)); @@ -104,6 +110,8 @@ color: $selected_fg_color; border-color: $osd_entry_border; background-color: $selected_bg_color; + outline: none; + box-shadow: none; } @else if $t==osd-insensitive { @@ -131,6 +139,7 @@ color: $fg_color; border-color: $button_border; background-color: $button_bg; + outline: none; } @else if $t==hover { @@ -140,6 +149,7 @@ color: darken($fg_color, 15%); border-color: if($variant=='light', darken($button_border, 5%), lighten($button_border, 5%)); background-color: lighten($button_bg, 8%); + box-shadow: none; } @else if $t==active { @@ -149,6 +159,7 @@ color: $selected_fg_color; border-color: if($variant == 'light', $sec_selected_bg_color, $alt_selected_bg_color); background-color: $selected_bg_color; + box-shadow: none; } @else if $t==insensitive { @@ -169,7 +180,6 @@ border-color: transparentize($selected_bg_color, 0.25); background-color: transparentize($selected_bg_color, 0.25); - opacity: 0.6; } @@ -245,6 +255,7 @@ color: $selected_fg_color; border-color: $selected_bg_color; background-color: $selected_bg_color; + background-clip: border-box; } @else if $t==osd-insensitive { diff --git a/src/_sass/gtk/_libadwaita.scss b/src/_sass/gtk/_libadwaita.scss new file mode 100644 index 00000000..9cc78895 --- /dev/null +++ b/src/_sass/gtk/_libadwaita.scss @@ -0,0 +1,694 @@ +avatar { + border-radius: $circular_radius; + font-weight: bold; + + // The list of colors to generate avatars. + // Each avatar color is represented by a font color, a gradient start color and a gradient stop color. + // There are 8 different colors for avtars in the list if you change the number of them you + // need to update the NUMBER_OF_COLORS in src/adw-avatar.c. + // The 2D list has this form: ((font-color, gradient-top-color, gradient-bottom-color)). + $avatarcolorlist: ( + (#cfe1f5, #83b6ec, #337fdc), // blue + (#caeaf2, #7ad9f1, #0f9ac8), // cyan + (#cef8d8, #8de6b1, #29ae74), // green + (#e6f9d7, #b5e98a, #6ab85b), // lime + (#f9f4e1, #f8e359, #d29d09), // yellow + (#ffead1, #ffcb62, #d68400), // gold + (#ffe5c5, #ffa95a, #ed5b00), // orange + (#f8d2ce, #f78773, #e62d42), // raspberry + (#fac7de, #e973ab, #e33b6a), // magenta + (#e7c2e8, #cb78d4, #9945b5), // purple + (#d5d2f5, #9e91e8, #7a59ca), // violet + (#f2eade, #e3cf9c, #b08952), // beige + (#e5d6ca, #be916d, #785336), // brown + (#d8d7d3, #c0bfbc, #6e6d71), // gray + ); + + @for $i from 1 through length($avatarcolorlist) { + &.color#{$i} { + $avatarcolor: nth($avatarcolorlist, $i); + background-image: linear-gradient(nth($avatarcolor, 2), nth($avatarcolor, 3)); + color: nth($avatarcolor, 1); + } + } + + &.contrasted { color: white; } + + &.image { background: none; } +} + +$opaque_button_default_bg: gtkmix($base_color, $fg_color, 85%); + +button { + @at-root %opaque_button { + box-shadow: none; + transition: $button_transition; + + .osd &:focus:focus-visible { + outline: none; + } + + &:hover { + background-image: image(gtkalpha(currentColor, .1)); + } + + &.keyboard-activating, + &:active { + background-image: image(transparentize(black, .8)); + } + + &:checked { + background-image: image(transparentize(black, .85)); + + &:hover { + background-image: image(transparentize(black, .95)); + } + + &.keyboard-activating, + &:active { + background-image: image(transparentize(black, .7)); + } + } + } + + &.opaque { + @extend %opaque_button; + + background-color: $opaque_button_default_bg; + color: $fg_color; + } + + &.destructive-action { + @extend %opaque_button; + + color: $destructive_fg_color; + + &, &:checked { + background-color: $destructive_color; + } + } + + &.suggested-action { + @extend %opaque_button; + + color: $suggested_fg_color; + + &, &:checked { + background-color: $suggested_color; + } + } + + // hide separators + &.font { + separator { background-color: transparent; } + > box { border-spacing: 6px; } + > box > box > label { font-weight: bold; } + } + + @at-root %pill_button, + &.pill { + padding: 10px 32px; + border-radius: $circular_radius; + } + + &.card { + background-clip: padding-box; + font-weight: inherit; + padding: 0; + @include button(normal); + box-shadow: none; + + transition: $button_transition; + + &:hover { + @include button(hover); + } + + &.keyboard-activating, + &:active { + @include button(active); + } + + &:checked { + @include button(active); + } + + &:drop(active) { + color: $drop_target_color; + box-shadow: inset 0 0 0 1px $drop_target_color; + } + } +} + +menubutton { + &.osd { + background: none; + color: inherit; + + > button { @extend %osd_button; } + } + + &.circular > button { @extend %circular_button; } + &.flat > button { @extend %flat_button; } + &.pill > button { @extend %pill_button; } + + &.suggested-action { + background-color: $suggested_color; + color: $suggested_fg_color; + } + + &.destructive-action { + background-color: $destructive_color; + color: $destructive_fg_color; + } + + &.opaque { + background-color: $opaque_button_default_bg; + color: $fg_color; + } + + &.suggested-action, + &.destructive-action, + &.opaque { + border-radius: $bt_radius; + + &.circular, &.pill { + border-radius: $circular_radius; + } + + > button { + @extend %opaque_button; + + &, &:checked { + background-color: transparent; + color: inherit; + } + } + } + + &.image-button > button { + min-width: 24px; + padding-left: 5px; + padding-right: 5px; + } + + arrow { + min-height: 16px; + min-width: 16px; + &.none { + -gtk-icon-source: -gtk-icontheme('open-menu-symbolic'); + } + &.down { + -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); + } + &.up { + -gtk-icon-source: -gtk-icontheme('pan-up-symbolic'); + } + &.left { + -gtk-icon-source: -gtk-icontheme('pan-start-symbolic'); + } + &.right { + -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); + } + } +} + +splitbutton { + border-radius: $bt_radius; + + &, & > separator { + transition: $button_transition; + transition-property: background; + } + + > separator { + margin-top: 6px; + margin-bottom: 6px; + background: none; + } + + > menubutton > button { + padding-left: 4px; + padding-right: 4px; + } + + // Since the inner button doesn't have any style classes on it, + // we have to add them manually + &.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; + } + + &.text-button.image-button > button, + &.image-text-button > button { + padding-left: 9px; + padding-right: 9px; + + > box { + border-spacing: 6px; + } + } + + // Reimplementing linked so we don't blow up css + > button:dir(ltr), + > menubutton > button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + margin-right: -1px; + } + + > button:dir(rtl), + > menubutton > button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + margin-left: -1px; + } + + @at-root %flat_split_button, + &.flat { + > separator { + background: $borders_color; + } + + &:hover, + &:active, + &:checked { + background: gtkalpha(currentColor, 0.1); + color: $fg_color; + + > separator { + background: none; + } + } + + &:focus-within:focus-visible > separator { + background: none; + } + + > button, + > menubutton > button { + @extend %flat_button; + + border-radius: $bt_radius; + } + } + + &.suggested-action { + background-color: $suggested_color; + color: $suggested_fg_color; + } + + &.destructive-action { + background-color: $destructive_color; + color: $destructive_fg_color; + } + + &.opaque { + background-color: $opaque_button_default_bg; + color: $fg_color; + } + + &.suggested-action, + &.destructive-action, + &.opaque { + > button, > menubutton > button { + @extend %opaque_button; + + &, &:checked { + color: inherit; + background-color: transparent; + } + } + + > menubutton > button { + &:dir(ltr) { box-shadow: inset 1px 0 $borders_color; } + &:dir(rtl) { box-shadow: inset -1px 0 $borders_color; } + } + } + + > menubutton > button > arrow.none { + -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); + } +} + +buttoncontent { + border-spacing: 6px; + + > label { + font-weight: bold; + + &:dir(ltr) { padding-right: 2px; } + &:dir(rtl) { padding-left: 2px; } + } + + .arrow-button > box > &, + splitbutton > button > & { + > label { + &:dir(ltr) { padding-right: 0; } + &:dir(rtl) { padding-left: 0; } + } + } +} + +// +// Toasts +// + +toast { + @extend %osd; + margin: 12px; + margin-bottom: 24px; + border-radius: $circular_radius; + border-spacing: 6px; + padding: 6px; + + &:dir(ltr) { padding-left: 12px; } + &:dir(rtl) { padding-right: 12px; } + + > widget { + margin: 0 6px; + } + + button { + @extend %osd_button; + } +} + +// +// AdwStatusPage +// + +statuspage { + > scrolledwindow > viewport > box { + margin: 36px 12px; + border-spacing: 36px; + + > clamp > box { + border-spacing: 12px; + + > .icon { + -gtk-icon-size: 128px; + + color: gtkalpha(currentColor, 0.45); + + &:disabled { + opacity: 0.45; + } + + &:not(:last-child) { + margin-bottom: 24px; + } + } + } + } + + &.compact > scrolledwindow > viewport > box { + margin: 24px 12px; + border-spacing: 24px; + + > clamp > box { + > .icon { + -gtk-icon-size: 96px; + + &:not(:last-child) { + margin-bottom: 12px; + } + } + + > .title { + font-size: 18pt; + } + } + } +} + +// Cards +.card { + @at-root %card, & { + @include button(normal); + border-radius: $bt_radius; + box-shadow: none; + border: 1px solid $borders_color; + background-clip: padding-box; + + .osd &, &.osd { + @include button(osd); + } + } + + &.activatable { + transition: $button_transition; + + &:hover { + background-image: image(gtkalpha(currentColor, .03)); + } + + &:active { + background-image: image(gtkalpha(currentColor, .08)); + } + } +} + +// preferences +preferencespage > scrolledwindow > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; +} + +preferencesgroup > box { + &, .labels { + border-spacing: 6px; + } + + > box.header:not(.single-line) { + margin-bottom: 6px; + } + + > box.single-line { + min-height: 34px; + } +} + +// +// viewswitcher +// + +viewswitcher { + margin: 0; + + &.wide { + border-spacing: 3px; + } + + &.narrow button.toggle { + border-radius: 0; + margin: 0; + border: none; + } + + button.toggle { + font-weight: bold; + padding: 0; + min-height: 0; + + > stack > box { + &.narrow { + font-size: 0.75rem; + padding-top: 7px; + padding-bottom: 5px; + border-spacing: 4px; + + > stack > label { + padding-left: 8px; + padding-right: 8px; + } + } + + &.wide { + padding: 0 12px; + border-spacing: 6px; + } + } + } +} + +// AdwViewSwitcherBar +viewswitcherbar actionbar > revealer > box { + padding: 0; +} + +// AdwViewSwitcherTitle +viewswitchertitle viewswitcher { + margin-left: 12px; + margin-right: 12px; +} + +// AdwIndicatorBin +indicatorbin { + > indicator, > mask { + min-width: 6px; + min-height: 6px; + border-radius: $circular_radius; + } + + > indicator { + margin: 1px; + background: gtkalpha(currentColor, .4); + + > label { + font-size: 0.6rem; + font-weight: bold; + padding: 1px 4px; + color: white; + } + } + + > mask { + padding: 1px; + background: black; + } + + &.needs-attention > indicator { + background: $selected_bg_color; + + > label { color: $selected_fg_color; } + } +} + +// +// tab-view +// + +tabbar { + .box { + min-height: $menuitem_size; + } + + tabbox { + > tabboxchild { + border-radius: 0; + margin-bottom: $cont_padding; + margin-top: $cont_padding; + } + + > separator { + margin-top: 9px; + margin-bottom: 9px; + transition: opacity 150ms ease-in-out; + + &.hidden { + opacity: 0; + } + } + + > revealer > indicator { + min-width: 2px; + border-radius: 2px; + margin: 9px 6px; + background: gtkalpha($selected_bg_color, 0.5); + } + } + + tab { + transition: background 150ms ease-in-out; + + &:selected, &:checked, &:active, &:active:hover, &:checked:hover { + background-color: transparent; + box-shadow: inset 0 -2px $selected_bg_color; + color: $fg_color; + } + + &:hover { + box-shadow: inset 0 -2px mix($selected_bg_color, $header_bg, 50%); + } + } + + .start-action, + .end-action { + padding: 5px; + } + + .start-action:dir(ltr), + .end-action:dir(rtl) { + padding-right: 0; + } + + .start-action:dir(rtl), + .end-action:dir(ltr) { + padding-left: 0; + } + + &:not(.inline) { + .box { + background-color: $bg_color; + color: $alt_fg_color; + padding-bottom: 0; + box-shadow: inset 0 -1px $borders_color; + border: none; + } + + &:backdrop .box { + transition: $backdrop_transition; + + > scrolledwindow, + > .start-action, + > .end-action { + filter: opacity(0.5); + transition: $backdrop_transition; + } + } + } +} + +dnd tab { + background-color: $bg_color; + color: $alt_fg_color; + box-shadow: none; + margin: 24px; +} + +tabbar, +dnd { + tab { + min-height: $menuitem_size; + padding: 2px 6px 3px 6px; + border-radius: 0; + + button.image-button { + padding: 0; + margin: 0; + min-width: 20px; + min-height: 20px; + border-radius: $circular_radius; + border: none; + + &:hover { + @extend %undecorated_button; + color: lighten(red, 15%); + background-color: darken($bg_color, 5%); + } + + &:active { + @extend %undecorated_button; + color: $selected_bg_color; + background-color: darken($bg_color, 8%); + } + } + + indicator { + min-height: 2px; + border-radius: 2px; + background: gtkalpha($selected_bg_color, 0.5); + } + } +} + +tabview:drop(active), +tabbox:drop(active) { + box-shadow: none; +} + +// Sidebar + +.unfolded stacksidebar.sidebar { border: none; } diff --git a/src/_sass/gtk/apps/_budgie.scss b/src/_sass/gtk/apps/_budgie.scss index 0544ad11..8a1530ed 100644 --- a/src/_sass/gtk/apps/_budgie.scss +++ b/src/_sass/gtk/apps/_budgie.scss @@ -660,7 +660,7 @@ button.raven-trigger { stackswitcher { padding: 0 8px 12px 8px; } button.image-button { - @extend %circle_button; + @extend %circular_button; &:active, &:checked { background-clip: border-box; @@ -752,7 +752,7 @@ button.raven-trigger { viewport.frame .raven-header { margin-top: -8px; } - .expander-button { @extend %circle_button; } + .expander-button { @extend %circular_button; } .raven-background { border-style: solid none; @@ -976,7 +976,7 @@ box.vertical > stack > box.vertical { } button.image-button { // 'close' - @extend %circle_button; + @extend %circular_button; } } diff --git a/src/_sass/gtk/apps/_gnome.scss b/src/_sass/gtk/apps/_gnome.scss index 4a2d1477..66b5fc7e 100644 --- a/src/_sass/gtk/apps/_gnome.scss +++ b/src/_sass/gtk/apps/_gnome.scss @@ -82,6 +82,26 @@ window.background { // gnome-terminal 3.32 } } +%nautilus_dir_buttons { + border-radius: $bt_radius; + border: none; + + &:hover { + color: $header_fg; + background-color: rgba($header_fg, 0.1); + } + + &:active { + color: $header_fg; + background-color: rgba($header_fg, 0.2); + } + + &:checked { + color: $header_fg; + background-color: rgba($header_fg, 0.15); + } +} + .nautilus-window { &.background.csd { border-radius: 0 0 $corner_radius $corner_radius; @@ -101,8 +121,8 @@ window.background { // gnome-terminal 3.32 headerbar.titlebar { .path-bar-box { - margin-top: $icon_padding; - margin-bottom: $icon_padding; + margin-top: $cont_padding; + margin-bottom: $cont_padding; color: $header_fg; background-color: transparent; border: none; @@ -131,7 +151,7 @@ window.background { // gnome-terminal 3.32 } button.text-button.image-button { - padding: 3px $cont_padding*2; + padding: 3px $cont_padding * 2; label { padding-left: 0; @@ -164,6 +184,60 @@ window.background { // gnome-terminal 3.32 background-color: transparent; } } + + &.windowhandle .linked.nautilus-path-bar { + background-color: rgba($header_fg, 0.06); + border-radius: $bt_radius + 1px; + margin: $cont_padding 0; + border: 1px solid if($titlebar == 'light', rgba(black, 0.12), rgba(white, 0.12)); + + > button.popup { + margin-top: 0; + margin-bottom: 0; + + @extend %nautilus_dir_buttons; + } + + .path-buttons-box { + padding: 0 2px; + + > box > button { + margin-top: 2px; + margin-bottom: 2px; + padding: 0 $cont_padding; + + @extend %nautilus_dir_buttons; + + > box > label.dim-label { + color: $alt_header_fg; + + &:hover, &:active, &:checked { + color: $header_fg; + } + } + + &:hover { + color: $header_fg; + background-color: rgba($header_fg, 0.1); + } + + &:active, &:checked { + color: $header_fg; + background-color: rgba($header_fg, 0.2); + } + + &.current-dir { + color: $header_fg; + + &:hover, &:active { + background: none; + box-shadow: none; + border-image: none; + } + } + } + } + } } } @@ -222,7 +296,7 @@ window.background { // gnome-terminal 3.32 } button.nautilus-circular-button.image-button { - @extend %circle_button; + @extend %circular_button; } $disk_space_unknown: transparentize($fg_color, 0.5); @@ -1189,7 +1263,7 @@ popover.background { border-radius: $bt_radius; button.page-row-close-button { - @extend %circle_button; + @extend %circular_button; margin: 3px 6px; } diff --git a/src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-checked-focused.svg b/src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-checked-focused.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-checked-focused.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-checked-focused.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-checked.svg b/src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-checked.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-checked.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-checked.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-unchecked-focused.svg b/src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-unchecked-focused.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-unchecked-focused.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-unchecked-focused.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-unchecked.svg b/src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-unchecked.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/checkbox/checkbox-unchecked.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/checkbox/checkbox-unchecked.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/menu/menu.svg b/src/cinnamon/assets-Manjaro/assets-Dark/menu/menu.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/menu/menu.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/menu/menu.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/menu/submenu.svg b/src/cinnamon/assets-Manjaro/assets-Dark/menu/submenu.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/menu/submenu.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/menu/submenu.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/misc/button-box.svg b/src/cinnamon/assets-Manjaro/assets-Dark/misc/button-box.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/misc/button-box.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/misc/button-box.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/misc/message.svg b/src/cinnamon/assets-Manjaro/assets-Dark/misc/message.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/misc/message.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/misc/message.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/misc/modal.svg b/src/cinnamon/assets-Manjaro/assets-Dark/misc/modal.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/misc/modal.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/misc/modal.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/switch/switch-off.svg b/src/cinnamon/assets-Manjaro/assets-Dark/switch/switch-off.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/switch/switch-off.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/switch/switch-off.svg diff --git a/src/cinnamon/assets-manjaro/assets-dark/switch/switch-on.svg b/src/cinnamon/assets-Manjaro/assets-Dark/switch/switch-on.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets-dark/switch/switch-on.svg rename to src/cinnamon/assets-Manjaro/assets-Dark/switch/switch-on.svg diff --git a/src/cinnamon/assets-manjaro/assets/checkbox/checkbox-checked-focused.svg b/src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-checked-focused.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/checkbox/checkbox-checked-focused.svg rename to src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-checked-focused.svg diff --git a/src/cinnamon/assets-manjaro/assets/checkbox/checkbox-checked.svg b/src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-checked.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/checkbox/checkbox-checked.svg rename to src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-checked.svg diff --git a/src/cinnamon/assets-manjaro/assets/checkbox/checkbox-unchecked-focused.svg b/src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-unchecked-focused.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/checkbox/checkbox-unchecked-focused.svg rename to src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-unchecked-focused.svg diff --git a/src/cinnamon/assets-manjaro/assets/checkbox/checkbox-unchecked.svg b/src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-unchecked.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/checkbox/checkbox-unchecked.svg rename to src/cinnamon/assets-Manjaro/assets/checkbox/checkbox-unchecked.svg diff --git a/src/cinnamon/assets-manjaro/assets/menu/menu.svg b/src/cinnamon/assets-Manjaro/assets/menu/menu.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/menu/menu.svg rename to src/cinnamon/assets-Manjaro/assets/menu/menu.svg diff --git a/src/cinnamon/assets-manjaro/assets/menu/submenu.svg b/src/cinnamon/assets-Manjaro/assets/menu/submenu.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/menu/submenu.svg rename to src/cinnamon/assets-Manjaro/assets/menu/submenu.svg diff --git a/src/cinnamon/assets-manjaro/assets/misc/button-box.svg b/src/cinnamon/assets-Manjaro/assets/misc/button-box.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/misc/button-box.svg rename to src/cinnamon/assets-Manjaro/assets/misc/button-box.svg diff --git a/src/cinnamon/assets-manjaro/assets/misc/message.svg b/src/cinnamon/assets-Manjaro/assets/misc/message.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/misc/message.svg rename to src/cinnamon/assets-Manjaro/assets/misc/message.svg diff --git a/src/cinnamon/assets-manjaro/assets/misc/modal.svg b/src/cinnamon/assets-Manjaro/assets/misc/modal.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/misc/modal.svg rename to src/cinnamon/assets-Manjaro/assets/misc/modal.svg diff --git a/src/cinnamon/assets-manjaro/assets/switch/switch-off.svg b/src/cinnamon/assets-Manjaro/assets/switch/switch-off.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/switch/switch-off.svg rename to src/cinnamon/assets-Manjaro/assets/switch/switch-off.svg diff --git a/src/cinnamon/assets-manjaro/assets/switch/switch-on.svg b/src/cinnamon/assets-Manjaro/assets/switch/switch-on.svg similarity index 100% rename from src/cinnamon/assets-manjaro/assets/switch/switch-on.svg rename to src/cinnamon/assets-Manjaro/assets/switch/switch-on.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/menu/menu-hover.svg b/src/cinnamon/assets-Manjaro/common-assets/menu/menu-hover.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/menu/menu-hover.svg rename to src/cinnamon/assets-Manjaro/common-assets/menu/menu-hover.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/menu/menu-separator.svg b/src/cinnamon/assets-Manjaro/common-assets/menu/menu-separator.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/menu/menu-separator.svg rename to src/cinnamon/assets-Manjaro/common-assets/menu/menu-separator.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/add-workspace-active.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/add-workspace-active.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/add-workspace-active.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/add-workspace-active.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/add-workspace-hover.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/add-workspace-hover.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/add-workspace-hover.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/add-workspace-hover.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/add-workspace.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/add-workspace.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/add-workspace.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/add-workspace.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/bg.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/bg.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/bg.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/bg.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-left-hover.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-left-hover.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-left-hover.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-left-hover.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-left.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-left.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-left.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-left.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-right-hover.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-right-hover.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-right-hover.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-right-hover.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-right.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-right.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/calendar-arrow-right.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/calendar-arrow-right.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/close-active.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/close-active.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/close-active.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/close-active.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/close-hover.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/close-hover.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/close-hover.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/close-hover.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/close.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/close.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/close.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/close.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/corner-ripple.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/corner-ripple.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/corner-ripple.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/corner-ripple.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/desklet-header.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/desklet-header.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/desklet-header.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/desklet-header.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/desklet.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/desklet.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/desklet.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/desklet.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/osd.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/osd.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/osd.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/osd.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/overview-hover.png b/src/cinnamon/assets-Manjaro/common-assets/misc/overview-hover.png similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/overview-hover.png rename to src/cinnamon/assets-Manjaro/common-assets/misc/overview-hover.png diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/overview.png b/src/cinnamon/assets-Manjaro/common-assets/misc/overview.png similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/overview.png rename to src/cinnamon/assets-Manjaro/common-assets/misc/overview.png diff --git a/src/cinnamon/assets-manjaro/common-assets/misc/trash-icon.svg b/src/cinnamon/assets-Manjaro/common-assets/misc/trash-icon.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/misc/trash-icon.svg rename to src/cinnamon/assets-Manjaro/common-assets/misc/trash-icon.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/activities-active.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/activities-active.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/activities-active.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/activities-active.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/activities.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/activities.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/activities.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/activities.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/panel-bottom.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/panel-bottom.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/panel-bottom.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/panel-bottom.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/panel-left.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/panel-left.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/panel-left.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/panel-left.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/panel-right.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/panel-right.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/panel-right.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/panel-right.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/panel-top.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/panel-top.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/panel-top.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/panel-top.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-bottom.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-bottom.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-bottom.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-bottom.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-left.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-left.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-left.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-left.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-right.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-right.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-right.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-right.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-top.svg b/src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-top.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/panel/window-list-active-top.svg rename to src/cinnamon/assets-Manjaro/common-assets/panel/window-list-active-top.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/switch/switch-off-selected.svg b/src/cinnamon/assets-Manjaro/common-assets/switch/switch-off-selected.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/switch/switch-off-selected.svg rename to src/cinnamon/assets-Manjaro/common-assets/switch/switch-off-selected.svg diff --git a/src/cinnamon/assets-manjaro/common-assets/switch/switch-on-selected.svg b/src/cinnamon/assets-Manjaro/common-assets/switch/switch-on-selected.svg similarity index 100% rename from src/cinnamon/assets-manjaro/common-assets/switch/switch-on-selected.svg rename to src/cinnamon/assets-Manjaro/common-assets/switch/switch-on-selected.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-checked-focused.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-checked-focused.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-checked-focused.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-checked-focused.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-checked.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-checked.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-checked.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-checked.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-unchecked-focused.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-unchecked-focused.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-unchecked-focused.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-unchecked-focused.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-unchecked.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-unchecked.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/checkbox/checkbox-unchecked.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/checkbox/checkbox-unchecked.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/menu/menu.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/menu/menu.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/menu/menu.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/menu/menu.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/menu/submenu.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/menu/submenu.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/menu/submenu.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/menu/submenu.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/misc/button-box.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/misc/button-box.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/misc/button-box.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/misc/button-box.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/misc/message.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/misc/message.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/misc/message.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/misc/message.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/misc/modal.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/misc/modal.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/misc/modal.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/misc/modal.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/switch/switch-off.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/switch/switch-off.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/switch/switch-off.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/switch/switch-off.svg diff --git a/src/cinnamon/assets-ubuntu/assets-dark/switch/switch-on.svg b/src/cinnamon/assets-Ubuntu/assets-Dark/switch/switch-on.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets-dark/switch/switch-on.svg rename to src/cinnamon/assets-Ubuntu/assets-Dark/switch/switch-on.svg diff --git a/src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-checked-focused.svg b/src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-checked-focused.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-checked-focused.svg rename to src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-checked-focused.svg diff --git a/src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-checked.svg b/src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-checked.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-checked.svg rename to src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-checked.svg diff --git a/src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-unchecked-focused.svg b/src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-unchecked-focused.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-unchecked-focused.svg rename to src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-unchecked-focused.svg diff --git a/src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-unchecked.svg b/src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-unchecked.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/checkbox/checkbox-unchecked.svg rename to src/cinnamon/assets-Ubuntu/assets/checkbox/checkbox-unchecked.svg diff --git a/src/cinnamon/assets-ubuntu/assets/menu/menu.svg b/src/cinnamon/assets-Ubuntu/assets/menu/menu.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/menu/menu.svg rename to src/cinnamon/assets-Ubuntu/assets/menu/menu.svg diff --git a/src/cinnamon/assets-ubuntu/assets/menu/submenu.svg b/src/cinnamon/assets-Ubuntu/assets/menu/submenu.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/menu/submenu.svg rename to src/cinnamon/assets-Ubuntu/assets/menu/submenu.svg diff --git a/src/cinnamon/assets-ubuntu/assets/misc/button-box.svg b/src/cinnamon/assets-Ubuntu/assets/misc/button-box.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/misc/button-box.svg rename to src/cinnamon/assets-Ubuntu/assets/misc/button-box.svg diff --git a/src/cinnamon/assets-ubuntu/assets/misc/message.svg b/src/cinnamon/assets-Ubuntu/assets/misc/message.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/misc/message.svg rename to src/cinnamon/assets-Ubuntu/assets/misc/message.svg diff --git a/src/cinnamon/assets-ubuntu/assets/misc/modal.svg b/src/cinnamon/assets-Ubuntu/assets/misc/modal.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/misc/modal.svg rename to src/cinnamon/assets-Ubuntu/assets/misc/modal.svg diff --git a/src/cinnamon/assets-ubuntu/assets/switch/switch-off.svg b/src/cinnamon/assets-Ubuntu/assets/switch/switch-off.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/switch/switch-off.svg rename to src/cinnamon/assets-Ubuntu/assets/switch/switch-off.svg diff --git a/src/cinnamon/assets-ubuntu/assets/switch/switch-on.svg b/src/cinnamon/assets-Ubuntu/assets/switch/switch-on.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/assets/switch/switch-on.svg rename to src/cinnamon/assets-Ubuntu/assets/switch/switch-on.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/menu/menu-hover.svg b/src/cinnamon/assets-Ubuntu/common-assets/menu/menu-hover.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/menu/menu-hover.svg rename to src/cinnamon/assets-Ubuntu/common-assets/menu/menu-hover.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/menu/menu-separator.svg b/src/cinnamon/assets-Ubuntu/common-assets/menu/menu-separator.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/menu/menu-separator.svg rename to src/cinnamon/assets-Ubuntu/common-assets/menu/menu-separator.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/add-workspace-active.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/add-workspace-active.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/add-workspace-active.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/add-workspace-active.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/add-workspace-hover.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/add-workspace-hover.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/add-workspace-hover.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/add-workspace-hover.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/add-workspace.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/add-workspace.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/add-workspace.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/add-workspace.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/bg.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/bg.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/bg.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/bg.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-left-hover.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-left-hover.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-left-hover.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-left-hover.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-left.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-left.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-left.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-left.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-right-hover.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-right-hover.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-right-hover.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-right-hover.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-right.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-right.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/calendar-arrow-right.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/calendar-arrow-right.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/close-active.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/close-active.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/close-active.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/close-active.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/close-hover.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/close-hover.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/close-hover.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/close-hover.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/close.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/close.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/close.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/close.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/corner-ripple.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/corner-ripple.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/corner-ripple.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/corner-ripple.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/desklet-header.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/desklet-header.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/desklet-header.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/desklet-header.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/desklet.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/desklet.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/desklet.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/desklet.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/osd.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/osd.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/osd.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/osd.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/overview-hover.png b/src/cinnamon/assets-Ubuntu/common-assets/misc/overview-hover.png similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/overview-hover.png rename to src/cinnamon/assets-Ubuntu/common-assets/misc/overview-hover.png diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/overview.png b/src/cinnamon/assets-Ubuntu/common-assets/misc/overview.png similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/overview.png rename to src/cinnamon/assets-Ubuntu/common-assets/misc/overview.png diff --git a/src/cinnamon/assets-ubuntu/common-assets/misc/trash-icon.svg b/src/cinnamon/assets-Ubuntu/common-assets/misc/trash-icon.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/misc/trash-icon.svg rename to src/cinnamon/assets-Ubuntu/common-assets/misc/trash-icon.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/activities-active.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/activities-active.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/activities-active.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/activities-active.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/activities.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/activities.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/activities.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/activities.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/panel-bottom.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/panel-bottom.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/panel-bottom.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/panel-bottom.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/panel-left.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/panel-left.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/panel-left.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/panel-left.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/panel-right.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/panel-right.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/panel-right.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/panel-right.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/panel-top.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/panel-top.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/panel-top.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/panel-top.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-bottom.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-bottom.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-bottom.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-bottom.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-left.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-left.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-left.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-left.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-right.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-right.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-right.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-right.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-top.svg b/src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-top.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/panel/window-list-active-top.svg rename to src/cinnamon/assets-Ubuntu/common-assets/panel/window-list-active-top.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/switch/switch-off-selected.svg b/src/cinnamon/assets-Ubuntu/common-assets/switch/switch-off-selected.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/switch/switch-off-selected.svg rename to src/cinnamon/assets-Ubuntu/common-assets/switch/switch-off-selected.svg diff --git a/src/cinnamon/assets-ubuntu/common-assets/switch/switch-on-selected.svg b/src/cinnamon/assets-Ubuntu/common-assets/switch/switch-on-selected.svg similarity index 100% rename from src/cinnamon/assets-ubuntu/common-assets/switch/switch-on-selected.svg rename to src/cinnamon/assets-Ubuntu/common-assets/switch/switch-on-selected.svg diff --git a/src/cinnamon/assets/assets-dark/checkbox/checkbox-checked-focused.svg b/src/cinnamon/assets/assets-Dark/checkbox/checkbox-checked-focused.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/checkbox/checkbox-checked-focused.svg rename to src/cinnamon/assets/assets-Dark/checkbox/checkbox-checked-focused.svg diff --git a/src/cinnamon/assets/assets-dark/checkbox/checkbox-checked.svg b/src/cinnamon/assets/assets-Dark/checkbox/checkbox-checked.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/checkbox/checkbox-checked.svg rename to src/cinnamon/assets/assets-Dark/checkbox/checkbox-checked.svg diff --git a/src/cinnamon/assets/assets-dark/checkbox/checkbox-unchecked-focused.svg b/src/cinnamon/assets/assets-Dark/checkbox/checkbox-unchecked-focused.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/checkbox/checkbox-unchecked-focused.svg rename to src/cinnamon/assets/assets-Dark/checkbox/checkbox-unchecked-focused.svg diff --git a/src/cinnamon/assets/assets-dark/checkbox/checkbox-unchecked.svg b/src/cinnamon/assets/assets-Dark/checkbox/checkbox-unchecked.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/checkbox/checkbox-unchecked.svg rename to src/cinnamon/assets/assets-Dark/checkbox/checkbox-unchecked.svg diff --git a/src/cinnamon/assets/assets-dark/menu/menu.svg b/src/cinnamon/assets/assets-Dark/menu/menu.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/menu/menu.svg rename to src/cinnamon/assets/assets-Dark/menu/menu.svg diff --git a/src/cinnamon/assets/assets-dark/menu/submenu.svg b/src/cinnamon/assets/assets-Dark/menu/submenu.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/menu/submenu.svg rename to src/cinnamon/assets/assets-Dark/menu/submenu.svg diff --git a/src/cinnamon/assets/assets-dark/misc/button-box.svg b/src/cinnamon/assets/assets-Dark/misc/button-box.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/misc/button-box.svg rename to src/cinnamon/assets/assets-Dark/misc/button-box.svg diff --git a/src/cinnamon/assets/assets-dark/misc/message.svg b/src/cinnamon/assets/assets-Dark/misc/message.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/misc/message.svg rename to src/cinnamon/assets/assets-Dark/misc/message.svg diff --git a/src/cinnamon/assets/assets-dark/misc/modal.svg b/src/cinnamon/assets/assets-Dark/misc/modal.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/misc/modal.svg rename to src/cinnamon/assets/assets-Dark/misc/modal.svg diff --git a/src/cinnamon/assets/assets-dark/switch/switch-off.svg b/src/cinnamon/assets/assets-Dark/switch/switch-off.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/switch/switch-off.svg rename to src/cinnamon/assets/assets-Dark/switch/switch-off.svg diff --git a/src/cinnamon/assets/assets-dark/switch/switch-on.svg b/src/cinnamon/assets/assets-Dark/switch/switch-on.svg similarity index 100% rename from src/cinnamon/assets/assets-dark/switch/switch-on.svg rename to src/cinnamon/assets/assets-Dark/switch/switch-on.svg diff --git a/src/cinnamon/cinnamon-dark.css b/src/cinnamon/cinnamon-Dark.css similarity index 100% rename from src/cinnamon/cinnamon-dark.css rename to src/cinnamon/cinnamon-Dark.css diff --git a/src/cinnamon/cinnamon-dark.scss b/src/cinnamon/cinnamon-Dark.scss similarity index 100% rename from src/cinnamon/cinnamon-dark.scss rename to src/cinnamon/cinnamon-Dark.scss diff --git a/src/cinnamon/cinnamon.css b/src/cinnamon/cinnamon.css index 5a263971..89c9847b 100644 --- a/src/cinnamon/cinnamon.css +++ b/src/cinnamon/cinnamon.css @@ -15,7 +15,7 @@ stage { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } @@ -35,7 +35,7 @@ stage { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } @@ -108,7 +108,7 @@ stage { border-radius: 2px; color: #4a4c59; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } @@ -122,7 +122,7 @@ stage { #menu-search-entry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive { color: rgba(70, 72, 83, 0.55); background-color: #fdfdfe; - border-color: 1px solid rgba(227, 228, 229, 0.5325); + border-color: 1px solid rgba(232, 233, 234, 0.516); box-shadow: inset 0 2px 4px rgba(253, 253, 254, 0.05); } @@ -208,7 +208,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-slider-menu-item, .slider { -slider-height: 4px; - -slider-background-color: rgba(0, 0, 0, 0.15); + -slider-background-color: rgba(0, 0, 0, 0.12); -slider-border-color: rgba(0, 0, 0, 0); -slider-active-background-color: #5294e2; -slider-active-border-color: rgba(0, 0, 0, 0); @@ -328,7 +328,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-combo-menu { color: #464853; background-color: #ffffff; - border: 0 solid rgba(0, 0, 0, 0.15); + border: 0 solid rgba(0, 0, 0, 0.12); padding: 0; margin: 8px; border-radius: 3px; @@ -345,7 +345,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-combo-menu .popup-sub-menu { background-gradient-direction: none; background-color: #f7f7f7; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-left: none; border-right: none; box-shadow: none; @@ -729,7 +729,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .about-scrollBox { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; background-color: #ffffff; padding: 4px; @@ -1061,7 +1061,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { margin: 0; padding: 14px 10px; background-color: rgba(70, 72, 83, 0.05); - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .modal-dialog-button-box .modal-dialog-button { @@ -1282,7 +1282,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { padding: 10px; transition-duration: 300; background-color: #fafbfc; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; } @@ -1296,7 +1296,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } @@ -1354,7 +1354,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .menu StScrollView.menu-application-button { padding: 0; border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); background-color: rgba(70, 72, 83, 0.1); } @@ -2014,7 +2014,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { padding: 0; border: none; -slider-height: 0.5em; - -slider-background-color: rgba(0, 0, 0, 0.15); + -slider-background-color: rgba(0, 0, 0, 0.12); -slider-border-color: rgba(0, 0, 0, 0); -slider-active-background-color: #5294e2; -slider-active-border-color: rgba(0, 0, 0, 0); diff --git a/src/cinnamon/thumbnail-dark.png b/src/cinnamon/thumbnail-Dark.png similarity index 100% rename from src/cinnamon/thumbnail-dark.png rename to src/cinnamon/thumbnail-Dark.png diff --git a/src/cinnamon/thumbnail-manjaro-dark.png b/src/cinnamon/thumbnail-Manjaro-Dark.png similarity index 100% rename from src/cinnamon/thumbnail-manjaro-dark.png rename to src/cinnamon/thumbnail-Manjaro-Dark.png diff --git a/src/cinnamon/thumbnail-manjaro.png b/src/cinnamon/thumbnail-Manjaro.png similarity index 100% rename from src/cinnamon/thumbnail-manjaro.png rename to src/cinnamon/thumbnail-Manjaro.png diff --git a/src/cinnamon/thumbnail-ubuntu-dark.png b/src/cinnamon/thumbnail-Ubuntu-Dark.png similarity index 100% rename from src/cinnamon/thumbnail-ubuntu-dark.png rename to src/cinnamon/thumbnail-Ubuntu-Dark.png diff --git a/src/cinnamon/thumbnail-ubuntu.png b/src/cinnamon/thumbnail-Ubuntu.png similarity index 100% rename from src/cinnamon/thumbnail-ubuntu.png rename to src/cinnamon/thumbnail-Ubuntu.png diff --git a/src/cinnamon/thumbnail.svg b/src/cinnamon/thumbnail.svg index 63b7d92b..f7e84153 100644 --- a/src/cinnamon/thumbnail.svg +++ b/src/cinnamon/thumbnail.svg @@ -2,21 +2,18 @@ + inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)" + sodipodi:docname="thumbnail.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + inkscape:window-maximized="1" + inkscape:pagecheckerboard="0"> - - - - image/svg+xml - - - - - - - - - - - - - - @@ -818,7 +786,7 @@ id="g1908"> Tuesday November 14, 2017 + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#263238;fill-opacity:1;stroke-width:0.264583">Tuesday November 14, 2017 November + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#263238;fill-opacity:1;stroke-width:0.264583">November 2017 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#263238;fill-opacity:1;stroke-width:0.264583">2017 2951219263 @@ -919,35 +887,35 @@ id="text1796" y="232.61804" x="131.23608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3061320274 @@ -962,35 +930,35 @@ id="text1812" y="232.57808" x="139.17358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3171421285 @@ -998,35 +966,35 @@ id="text1826" y="232.57808" x="147.11108" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">181522296 @@ -1034,35 +1002,35 @@ id="text1840" y="232.61804" x="155.04858" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">291623307 @@ -1070,35 +1038,35 @@ id="text1854" y="232.57808" x="162.98608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">310172418 @@ -1106,35 +1074,35 @@ id="text1868" y="232.57808" x="170.92358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">411182529 @@ -1147,9 +1115,9 @@ id="text1874" y="225.36072" x="123.01556" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51811504px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26385859" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51812px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.263859" xml:space="preserve"> Date and Time Settings + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.88056px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#263238;fill-opacity:0.87;stroke-width:0.264583">Date and Time Settings + id="thumbnail-Dark" + transform="translate(0,0.07470877)"> Tuesday November 14, 2017 + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cfd8dc;fill-opacity:1;stroke-width:0.264583">Tuesday November 14, 2017 November + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#cfd8dc;fill-opacity:1;stroke-width:0.264583">November 2017 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#cfd8dc;fill-opacity:1;stroke-width:0.264583">2017 2951219263 @@ -1866,35 +1833,35 @@ id="text2102" y="232.61804" x="131.23608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3061320274 @@ -1909,35 +1876,35 @@ id="text2118" y="232.57808" x="139.17358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3171421285 @@ -1945,35 +1912,35 @@ id="text2132" y="232.57808" x="147.11108" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">181522296 @@ -1981,35 +1948,35 @@ id="text2146" y="232.61804" x="155.04858" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">291623307 @@ -2017,35 +1984,35 @@ id="text2160" y="232.57808" x="162.98608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">310172418 @@ -2053,35 +2020,35 @@ id="text2174" y="232.57808" x="170.92358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">411182529 @@ -2094,9 +2061,9 @@ id="text2180" y="225.36072" x="123.01556" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51811504px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:0.54000005;stroke:none;stroke-width:0.26385859" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51812px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:0.54;stroke:none;stroke-width:0.263859" xml:space="preserve"> Date and Time Settings + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.88056px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#cfd8dc;fill-opacity:0.87;stroke-width:0.264583">Date and Time Settings + id="thumbnail-Manjaro"> @@ -2736,9 +2703,9 @@ id="text2436" y="210.85434" x="121.69283" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777886px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve"> 2951219263 3061320274 3171421285 181522296 291623307 310172418 411182529 Sun + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#263238;fill-opacity:0.54;stroke-width:0.263859">Sun Mon + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#263238;fill-opacity:0.54;stroke-width:0.263859">Mon Tue + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#263238;fill-opacity:0.54;stroke-width:0.263859">Tue Wed + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#263238;fill-opacity:0.54;stroke-width:0.263859">Wed Thu + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#263238;fill-opacity:0.54;stroke-width:0.263859">Thu Fri + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#263238;fill-opacity:0.54;stroke-width:0.263859">Fri Sat + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#263238;fill-opacity:0.54;stroke-width:0.263859">Sat + id="thumbnail-Manjaro-Dark"> 2951219263 3061320274 3171421285 181522296 291623307 310172418 411182529 Sun + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#cfd8dc;fill-opacity:0.54;stroke-width:0.263859">Sun Mon + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#cfd8dc;fill-opacity:0.54;stroke-width:0.263859">Mon Tue + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#cfd8dc;fill-opacity:0.54;stroke-width:0.263859">Tue Wed + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#cfd8dc;fill-opacity:0.54;stroke-width:0.263859">Wed Thu + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#cfd8dc;fill-opacity:0.54;stroke-width:0.263859">Thu Fri + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#cfd8dc;fill-opacity:0.54;stroke-width:0.263859">Fri Sat + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#cfd8dc;fill-opacity:0.54;stroke-width:0.263859">Sat Tuesday November 14, 2017 + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#263238;fill-opacity:1;stroke-width:0.264583">Tuesday November 14, 2017 November + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#263238;fill-opacity:1;stroke-width:0.264583">November 2017 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#263238;fill-opacity:1;stroke-width:0.264583">2017 2951219263 @@ -4771,35 +4737,35 @@ id="text3162" y="232.61804" x="131.23608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3061320274 @@ -4814,35 +4780,35 @@ id="text3178" y="232.57808" x="139.17358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3171421285 @@ -4850,35 +4816,35 @@ id="text3192" y="232.57808" x="147.11108" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">181522296 @@ -4886,35 +4852,35 @@ id="text3206" y="232.61804" x="155.04858" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">291623307 @@ -4922,35 +4888,35 @@ id="text3220" y="232.57808" x="162.98608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">310172418 @@ -4958,35 +4924,35 @@ id="text3234" y="232.57808" x="170.92358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">411182529 @@ -4999,9 +4965,9 @@ id="text3240" y="225.36072" x="123.01556" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51811504px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.26385859" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51812px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#263238;fill-opacity:1;stroke:none;stroke-width:0.263859" xml:space="preserve"> Date and Time Settings + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.88056px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#263238;fill-opacity:0.87;stroke-width:0.264583">Date and Time Settings + id="thumbnail-Ubuntu-Dark" + transform="translate(0,294.89614)"> Tuesday November 14, 2017 + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#cfd8dc;fill-opacity:1;stroke-width:0.264583">Tuesday November 14, 2017 November + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#cfd8dc;fill-opacity:1;stroke-width:0.264583">November 2017 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#cfd8dc;fill-opacity:1;stroke-width:0.264583">2017 2951219263 @@ -5740,35 +5705,35 @@ id="text3498" y="232.61804" x="131.23608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3061320274 @@ -5783,35 +5748,35 @@ id="text3514" y="232.57808" x="139.17358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">3171421285 @@ -5819,35 +5784,35 @@ id="text3528" y="232.57808" x="147.11108" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">181522296 @@ -5855,35 +5820,35 @@ id="text3542" y="232.61804" x="155.04858" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">291623307 @@ -5891,35 +5856,35 @@ id="text3556" y="232.57808" x="162.98608" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">310172418 @@ -5927,35 +5892,35 @@ id="text3570" y="232.57808" x="170.92358" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777839px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.26458335" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52778px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:1;stroke:none;stroke-width:0.264583" xml:space="preserve">411182529 @@ -5968,9 +5933,9 @@ id="text3576" y="225.36072" x="123.01556" - style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51811504px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:0.54000005;stroke:none;stroke-width:0.26385859" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.51812px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';letter-spacing:0px;word-spacing:0px;fill:#cfd8dc;fill-opacity:0.54;stroke:none;stroke-width:0.263859" xml:space="preserve"> Date and Time Settings + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.88056px;font-family:sans-serif;-inkscape-font-specification:sans-serif;fill:#cfd8dc;fill-opacity:0.87;stroke-width:0.264583">Date and Time Settings diff --git a/src/gnome-shell/assets-manjaro/assets-dark/checkbox-checked-focused.svg b/src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-checked-focused.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets-dark/checkbox-checked-focused.svg rename to src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-checked-focused.svg diff --git a/src/gnome-shell/assets-manjaro/assets-dark/checkbox-checked.svg b/src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-checked.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets-dark/checkbox-checked.svg rename to src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-checked.svg diff --git a/src/gnome-shell/assets-manjaro/assets-dark/checkbox-unchecked-focused.svg b/src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-unchecked-focused.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets-dark/checkbox-unchecked-focused.svg rename to src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-unchecked-focused.svg diff --git a/src/gnome-shell/assets-manjaro/assets-dark/checkbox-unchecked.svg b/src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-unchecked.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets-dark/checkbox-unchecked.svg rename to src/gnome-shell/assets-Manjaro/assets-Dark/checkbox-unchecked.svg diff --git a/src/gnome-shell/assets-manjaro/assets-dark/switch-off.svg b/src/gnome-shell/assets-Manjaro/assets-Dark/switch-off.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets-dark/switch-off.svg rename to src/gnome-shell/assets-Manjaro/assets-Dark/switch-off.svg diff --git a/src/gnome-shell/assets-manjaro/assets-dark/switch-on.svg b/src/gnome-shell/assets-Manjaro/assets-Dark/switch-on.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets-dark/switch-on.svg rename to src/gnome-shell/assets-Manjaro/assets-Dark/switch-on.svg diff --git a/src/gnome-shell/assets-manjaro/assets/checkbox-checked-focused.svg b/src/gnome-shell/assets-Manjaro/assets/checkbox-checked-focused.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets/checkbox-checked-focused.svg rename to src/gnome-shell/assets-Manjaro/assets/checkbox-checked-focused.svg diff --git a/src/gnome-shell/assets-manjaro/assets/checkbox-checked.svg b/src/gnome-shell/assets-Manjaro/assets/checkbox-checked.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets/checkbox-checked.svg rename to src/gnome-shell/assets-Manjaro/assets/checkbox-checked.svg diff --git a/src/gnome-shell/assets-manjaro/assets/checkbox-unchecked-focused.svg b/src/gnome-shell/assets-Manjaro/assets/checkbox-unchecked-focused.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets/checkbox-unchecked-focused.svg rename to src/gnome-shell/assets-Manjaro/assets/checkbox-unchecked-focused.svg diff --git a/src/gnome-shell/assets-manjaro/assets/checkbox-unchecked.svg b/src/gnome-shell/assets-Manjaro/assets/checkbox-unchecked.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets/checkbox-unchecked.svg rename to src/gnome-shell/assets-Manjaro/assets/checkbox-unchecked.svg diff --git a/src/gnome-shell/assets-manjaro/assets/switch-off.svg b/src/gnome-shell/assets-Manjaro/assets/switch-off.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets/switch-off.svg rename to src/gnome-shell/assets-Manjaro/assets/switch-off.svg diff --git a/src/gnome-shell/assets-manjaro/assets/switch-on.svg b/src/gnome-shell/assets-Manjaro/assets/switch-on.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/assets/switch-on.svg rename to src/gnome-shell/assets-Manjaro/assets/switch-on.svg diff --git a/src/gnome-shell/assets-manjaro/background.jpg b/src/gnome-shell/assets-Manjaro/background.jpg similarity index 100% rename from src/gnome-shell/assets-manjaro/background.jpg rename to src/gnome-shell/assets-Manjaro/background.jpg diff --git a/src/gnome-shell/assets-manjaro/calendar-today.svg b/src/gnome-shell/assets-Manjaro/calendar-today.svg similarity index 100% rename from src/gnome-shell/assets-manjaro/calendar-today.svg rename to src/gnome-shell/assets-Manjaro/calendar-today.svg diff --git a/src/gnome-shell/assets-ubuntu/assets-dark/checkbox-checked-focused.svg b/src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-checked-focused.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets-dark/checkbox-checked-focused.svg rename to src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-checked-focused.svg diff --git a/src/gnome-shell/assets-ubuntu/assets-dark/checkbox-checked.svg b/src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-checked.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets-dark/checkbox-checked.svg rename to src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-checked.svg diff --git a/src/gnome-shell/assets-ubuntu/assets-dark/checkbox-unchecked-focused.svg b/src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-unchecked-focused.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets-dark/checkbox-unchecked-focused.svg rename to src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-unchecked-focused.svg diff --git a/src/gnome-shell/assets-ubuntu/assets-dark/checkbox-unchecked.svg b/src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-unchecked.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets-dark/checkbox-unchecked.svg rename to src/gnome-shell/assets-Ubuntu/assets-Dark/checkbox-unchecked.svg diff --git a/src/gnome-shell/assets-ubuntu/assets-dark/switch-off.svg b/src/gnome-shell/assets-Ubuntu/assets-Dark/switch-off.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets-dark/switch-off.svg rename to src/gnome-shell/assets-Ubuntu/assets-Dark/switch-off.svg diff --git a/src/gnome-shell/assets-ubuntu/assets-dark/switch-on.svg b/src/gnome-shell/assets-Ubuntu/assets-Dark/switch-on.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets-dark/switch-on.svg rename to src/gnome-shell/assets-Ubuntu/assets-Dark/switch-on.svg diff --git a/src/gnome-shell/assets-ubuntu/assets/checkbox-checked-focused.svg b/src/gnome-shell/assets-Ubuntu/assets/checkbox-checked-focused.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets/checkbox-checked-focused.svg rename to src/gnome-shell/assets-Ubuntu/assets/checkbox-checked-focused.svg diff --git a/src/gnome-shell/assets-ubuntu/assets/checkbox-checked.svg b/src/gnome-shell/assets-Ubuntu/assets/checkbox-checked.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets/checkbox-checked.svg rename to src/gnome-shell/assets-Ubuntu/assets/checkbox-checked.svg diff --git a/src/gnome-shell/assets-ubuntu/assets/checkbox-unchecked-focused.svg b/src/gnome-shell/assets-Ubuntu/assets/checkbox-unchecked-focused.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets/checkbox-unchecked-focused.svg rename to src/gnome-shell/assets-Ubuntu/assets/checkbox-unchecked-focused.svg diff --git a/src/gnome-shell/assets-ubuntu/assets/checkbox-unchecked.svg b/src/gnome-shell/assets-Ubuntu/assets/checkbox-unchecked.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets/checkbox-unchecked.svg rename to src/gnome-shell/assets-Ubuntu/assets/checkbox-unchecked.svg diff --git a/src/gnome-shell/assets-ubuntu/assets/switch-off.svg b/src/gnome-shell/assets-Ubuntu/assets/switch-off.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets/switch-off.svg rename to src/gnome-shell/assets-Ubuntu/assets/switch-off.svg diff --git a/src/gnome-shell/assets-ubuntu/assets/switch-on.svg b/src/gnome-shell/assets-Ubuntu/assets/switch-on.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/assets/switch-on.svg rename to src/gnome-shell/assets-Ubuntu/assets/switch-on.svg diff --git a/src/gnome-shell/assets-ubuntu/background.jpg b/src/gnome-shell/assets-Ubuntu/background.jpg similarity index 100% rename from src/gnome-shell/assets-ubuntu/background.jpg rename to src/gnome-shell/assets-Ubuntu/background.jpg diff --git a/src/gnome-shell/assets-ubuntu/calendar-today.svg b/src/gnome-shell/assets-Ubuntu/calendar-today.svg similarity index 100% rename from src/gnome-shell/assets-ubuntu/calendar-today.svg rename to src/gnome-shell/assets-Ubuntu/calendar-today.svg diff --git a/src/gnome-shell/assets/assets-dark/checkbox-checked-focused.svg b/src/gnome-shell/assets/assets-Dark/checkbox-checked-focused.svg similarity index 100% rename from src/gnome-shell/assets/assets-dark/checkbox-checked-focused.svg rename to src/gnome-shell/assets/assets-Dark/checkbox-checked-focused.svg diff --git a/src/gnome-shell/assets/assets-dark/checkbox-checked.svg b/src/gnome-shell/assets/assets-Dark/checkbox-checked.svg similarity index 100% rename from src/gnome-shell/assets/assets-dark/checkbox-checked.svg rename to src/gnome-shell/assets/assets-Dark/checkbox-checked.svg diff --git a/src/gnome-shell/assets/assets-dark/checkbox-unchecked-focused.svg b/src/gnome-shell/assets/assets-Dark/checkbox-unchecked-focused.svg similarity index 100% rename from src/gnome-shell/assets/assets-dark/checkbox-unchecked-focused.svg rename to src/gnome-shell/assets/assets-Dark/checkbox-unchecked-focused.svg diff --git a/src/gnome-shell/assets/assets-dark/checkbox-unchecked.svg b/src/gnome-shell/assets/assets-Dark/checkbox-unchecked.svg similarity index 100% rename from src/gnome-shell/assets/assets-dark/checkbox-unchecked.svg rename to src/gnome-shell/assets/assets-Dark/checkbox-unchecked.svg diff --git a/src/gnome-shell/assets/assets-dark/switch-off.svg b/src/gnome-shell/assets/assets-Dark/switch-off.svg similarity index 100% rename from src/gnome-shell/assets/assets-dark/switch-off.svg rename to src/gnome-shell/assets/assets-Dark/switch-off.svg diff --git a/src/gnome-shell/assets/assets-dark/switch-on.svg b/src/gnome-shell/assets/assets-Dark/switch-on.svg similarity index 100% rename from src/gnome-shell/assets/assets-dark/switch-on.svg rename to src/gnome-shell/assets/assets-Dark/switch-on.svg diff --git a/src/gnome-shell/theme-3-32/gnome-shell-dark.css b/src/gnome-shell/theme-3-32/gnome-shell-Dark.css similarity index 98% rename from src/gnome-shell/theme-3-32/gnome-shell-dark.css rename to src/gnome-shell/theme-3-32/gnome-shell-Dark.css index c56c423a..3ed025a4 100644 --- a/src/gnome-shell/theme-3-32/gnome-shell-dark.css +++ b/src/gnome-shell/theme-3-32/gnome-shell-Dark.css @@ -298,7 +298,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu { min-width: 15em; - color: #e6ebef; + color: #e6ebef !important; background: none; border: none; box-shadow: none; @@ -323,7 +323,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu-content { padding: 6px 0; - background-color: #282A33; + background-color: #282A33 !important; border-radius: 3px; margin: 2px 7px 12px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); @@ -333,45 +333,37 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu-item { spacing: 6px; padding: 6px; - color: rgba(230, 235, 239, 0.75); -} - -.popup-menu-item:ltr { - padding-right: 1.75em; - padding-left: 0; -} - -.popup-menu-item:rtl { - padding-right: 0; - padding-left: 1.75em; + color: rgba(230, 235, 239, 0.75) !important; + border-radius: 0; } .popup-menu-item:checked { - background-color: #21232a; + background-color: #21232a !important; box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - color: #e6ebef; + color: #e6ebef !important; + border-radius: 0; } -.popup-menu-item.selected { - background-color: #5294e2; - color: #ffffff; +.popup-menu-item:hover, .popup-menu-item:focus, .popup-menu-item.selected { + background-color: #5294e2 !important; + color: #ffffff !important; } .popup-menu-item:active { - background-color: #3c86de; - color: #ffffff; + background-color: #3c86de !important; + color: #ffffff !important; } .popup-menu-item:insensitive { - color: rgba(230, 235, 239, 0.5); + color: rgba(230, 235, 239, 0.5) !important; } .popup-inactive-menu-item { - color: #e6ebef; + color: #e6ebef !important; } .popup-inactive-menu-item:insensitive { - color: rgba(230, 235, 239, 0.5); + color: rgba(230, 235, 239, 0.5) !important; } .popup-menu-arrow, @@ -380,9 +372,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-sub-menu { - background-color: #21232a; + background-color: #21232a !important; border: none; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + border-radius: 0; } .popup-menu-ornament { @@ -398,21 +391,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-separator-menu-item { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; height: 1px !important; } .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px !important; - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; background-color: transparent; } .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; background-color: transparent; } @@ -431,16 +424,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - padding-left: 14px; - margin-left: 16px; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - padding-right: 14px; - margin-right: 16px; -} - /* Date/Time Menu */ .clock-display-box { spacing: 2px; @@ -646,12 +629,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .calendar-week-number { font-size: 70%; font-weight: bold; + text-align: center; width: 2.3em; height: 2.3em; border-radius: 2px; - padding: 0 0; - margin: 6px; - background-color: rgba(230, 235, 239, 0.15); + padding: 0 !important; + margin: 6px !important; + background-color: rgba(230, 235, 239, 0.1); color: rgba(230, 235, 239, 0.75); } @@ -696,6 +680,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } +:active .world-clocks-header, :active .weather-header, :active .message-list-section-title, :active .events-section-title { + color: #ffffff; +} + .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -761,6 +749,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-button .events-list { spacing: 12px; text-shadow: none; + color: rgba(230, 235, 239, 0.6); } .events-button .events-title { @@ -775,6 +764,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } +.events-button:active .events-list, .events-button:active .events-title, .events-button:active .event-time { + color: white !important; +} + /* Message List */ .message-list { width: 31.5em; @@ -1458,14 +1451,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .osd-window { text-align: center; font-weight: bold; - spacing: 12px; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window StIcon { - icon-size: 96px; } .osd-window .osd-monitor-label { @@ -3142,6 +3127,37 @@ StWidget.focused .app-well-app-running-dot { height: 24px; } +.popup-menu-item:ltr { + padding-right: 1.75em; + padding-left: 0; +} + +.popup-menu-item:rtl { + padding-right: 0; + padding-left: 1.75em; +} + +.popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 14px; + margin-left: 16px; +} + +.popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 14px; + margin-right: 16px; +} + +.osd-window { + spacing: 12px; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window StIcon { + icon-size: 96px; +} + .masterslider.smaller .masterlabel, .masterslider.smaller .slider { min-width: 0.6em; diff --git a/src/gnome-shell/theme-3-32/gnome-shell-dark.scss b/src/gnome-shell/theme-3-32/gnome-shell-Dark.scss similarity index 100% rename from src/gnome-shell/theme-3-32/gnome-shell-dark.scss rename to src/gnome-shell/theme-3-32/gnome-shell-Dark.scss diff --git a/src/gnome-shell/theme-3-32/gnome-shell.css b/src/gnome-shell/theme-3-32/gnome-shell.css index 2dd31a51..36f9b59a 100644 --- a/src/gnome-shell/theme-3-32/gnome-shell.css +++ b/src/gnome-shell/theme-3-32/gnome-shell.css @@ -6,7 +6,7 @@ stage { .modal-dialog, .notification-banner { color: #464853; background-color: #ffffff; - border: 0 solid rgba(0, 0, 0, 0.15) !important; + border: 0 solid rgba(0, 0, 0, 0.12) !important; box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.35) !important; } @@ -74,14 +74,14 @@ StEntry { border-radius: 2px; color: #4a4c59; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } StEntry:hover { color: #464853; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } @@ -95,7 +95,7 @@ StEntry:focus { StEntry:insensitive { color: rgba(70, 72, 83, 0.55); background-color: #fdfdfe; - border-color: 1px solid rgba(227, 228, 229, 0.5325); + border-color: 1px solid rgba(232, 233, 234, 0.516); box-shadow: inset 0 2px 4px rgba(253, 253, 254, 0.05); } @@ -125,7 +125,7 @@ StEntry StLabel.hint-text { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -134,7 +134,7 @@ StEntry StLabel.hint-text { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -143,7 +143,7 @@ StEntry StLabel.hint-text { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -222,16 +222,16 @@ StEntry StLabel.hint-text { /* Slider */ .slider { height: 15px; - color: rgba(0, 0, 0, 0.15); + color: rgba(0, 0, 0, 0.12); -slider-height: 4px; - -slider-background-color: rgba(0, 0, 0, 0.15); + -slider-background-color: rgba(0, 0, 0, 0.12); -slider-border-color: transparent; -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0; -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.15); + -barlevel-background-color: rgba(0, 0, 0, 0.12); -barlevel-border-width: 0; -barlevel-border-color: transparent; -barlevel-active-background-color: #5294e2; @@ -290,7 +290,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -arrow-border-radius: 2px; -arrow-background-color: transparent; -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0.15); + -arrow-border-color: rgba(0, 0, 0, 0.12); -arrow-base: 64px; -arrow-rise: 0; -arrow-box-shadow: none; @@ -298,7 +298,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu { min-width: 15em; - color: #464853; + color: #464853 !important; background: none; border: none; box-shadow: none; @@ -310,11 +310,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-menu .search-entry { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .popup-menu .search-entry:hover { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .popup-menu .search-entry:focus { @@ -323,55 +323,47 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu-content { padding: 6px 0; - background-color: #ffffff; + background-color: #ffffff !important; border-radius: 3px; margin: 2px 7px 12px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); - border: 0 solid rgba(0, 0, 0, 0.15) !important; + border: 0 solid rgba(0, 0, 0, 0.12) !important; } .popup-menu-item { spacing: 6px; padding: 6px; - color: rgba(70, 72, 83, 0.75); -} - -.popup-menu-item:ltr { - padding-right: 1.75em; - padding-left: 0; -} - -.popup-menu-item:rtl { - padding-right: 0; - padding-left: 1.75em; + color: rgba(70, 72, 83, 0.75) !important; + border-radius: 0; } .popup-menu-item:checked { - background-color: #f7f7f7; - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - color: #464853; + background-color: #f7f7f7 !important; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); + color: #464853 !important; + border-radius: 0; } -.popup-menu-item.selected { - background-color: #5294e2; - color: #ffffff; +.popup-menu-item:hover, .popup-menu-item:focus, .popup-menu-item.selected { + background-color: #5294e2 !important; + color: #ffffff !important; } .popup-menu-item:active { - background-color: #3c86de; - color: #ffffff; + background-color: #3c86de !important; + color: #ffffff !important; } .popup-menu-item:insensitive { - color: rgba(70, 72, 83, 0.5); + color: rgba(70, 72, 83, 0.5) !important; } .popup-inactive-menu-item { - color: #464853; + color: #464853 !important; } .popup-inactive-menu-item:insensitive { - color: rgba(70, 72, 83, 0.5); + color: rgba(70, 72, 83, 0.5) !important; } .popup-menu-arrow, @@ -380,9 +372,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-sub-menu { - background-color: #f7f7f7; + background-color: #f7f7f7 !important; border: none; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); + border-radius: 0; } .popup-menu-ornament { @@ -398,21 +391,22 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-separator-menu-item { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; height: 1px !important; } .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px !important; - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; background-color: transparent; } .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; + background-color: transparent; } .background-menu { @@ -430,16 +424,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - padding-left: 14px; - margin-left: 16px; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - padding-right: 14px; - margin-right: 16px; -} - /* Date/Time Menu */ .clock-display-box { spacing: 2px; @@ -506,7 +490,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -645,12 +629,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .calendar-week-number { font-size: 70%; font-weight: bold; + text-align: center; width: 2.3em; height: 2.3em; border-radius: 2px; - padding: 0 0; - margin: 6px; - background-color: rgba(70, 72, 83, 0.15); + padding: 0 !important; + margin: 6px !important; + background-color: rgba(70, 72, 83, 0.1); color: rgba(70, 72, 83, 0.75); } @@ -664,7 +649,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -674,7 +659,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-button:hover, .events-button:focus { background-color: rgba(0, 0, 0, 0.06); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .world-clocks-button:active, @@ -695,6 +680,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } +:active .world-clocks-header, :active .weather-header, :active .message-list-section-title, :active .events-section-title { + color: #ffffff; +} + .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -760,6 +749,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-button .events-list { spacing: 12px; text-shadow: none; + color: rgba(70, 72, 83, 0.6); } .events-button .events-title { @@ -774,6 +764,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } +.events-button:active .events-list, .events-button:active .events-title, .events-button:active .event-time { + color: white !important; +} + /* Message List */ .message-list { width: 31.5em; @@ -811,13 +805,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } .popup-menu .message:hover, .popup-menu .message:focus { background-color: rgba(0, 0, 0, 0.06); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .popup-menu .message:active { @@ -1014,7 +1008,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .candidate-page-button:insensitive { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .candidate-page-button:first-child { @@ -1057,7 +1051,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .notification-banner .notification-actions { padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); spacing: 0; } @@ -1151,7 +1145,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #D3DAE3; background-color: #282A33; border: none; - border-top: 0 solid rgba(0, 0, 0, 0.15) !important; + border-top: 0 solid rgba(0, 0, 0, 0.12) !important; } .modal-dialog-linked-button:hover { @@ -1358,7 +1352,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 12px; } @@ -1419,7 +1413,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .nm-dialog-scroll-view { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); padding: 0; background-color: #ffffff; border-radius: 2px; @@ -1427,7 +1421,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .nm-dialog-item { font-size: 10pt; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); padding: 12px; spacing: 0px; } @@ -1457,14 +1451,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .osd-window { text-align: center; font-weight: bold; - spacing: 12px; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window StIcon { - icon-size: 96px; } .osd-window .osd-monitor-label { @@ -1530,7 +1516,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .switcher-list .separator { width: 1px; - background: rgba(0, 0, 0, 0.15); + background: rgba(0, 0, 0, 0.12); } .switcher-list .switcher-list-item-container { @@ -2258,7 +2244,7 @@ StWidget.focused .app-well-app-running-dot { /* On-screen Keyboard */ #keyboard { background-color: rgba(234, 238, 242, 0.9); - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12); } #keyboard .page-indicator { @@ -2279,7 +2265,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #fafbfc; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; font-size: 15pt; min-height: 1.2em; @@ -2293,7 +2279,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2301,7 +2287,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #eff0f2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2323,7 +2309,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #e1e7ed; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2331,7 +2317,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #d7dde3; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2347,7 +2333,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #5294e2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2355,7 +2341,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #5e97db; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2380,7 +2366,7 @@ StWidget.focused .app-well-app-running-dot { -arrow-border-radius: 2px; -arrow-background-color: #ffffff; -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.15); + -arrow-border-color: rgba(0, 0, 0, 0.12); -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 6px; @@ -2390,7 +2376,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #fafbfc; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; border-radius: 3px; } @@ -2399,7 +2385,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2407,7 +2393,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #eff0f2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2631,7 +2617,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #5294e2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; border-color: #5294e2; } @@ -2642,7 +2628,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #518fd9; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; background-color: #68a2e6; border-color: #68a2e6; @@ -3139,6 +3125,37 @@ StWidget.focused .app-well-app-running-dot { height: 24px; } +.popup-menu-item:ltr { + padding-right: 1.75em; + padding-left: 0; +} + +.popup-menu-item:rtl { + padding-right: 0; + padding-left: 1.75em; +} + +.popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 14px; + margin-left: 16px; +} + +.popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 14px; + margin-right: 16px; +} + +.osd-window { + spacing: 12px; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window StIcon { + icon-size: 96px; +} + .masterslider.smaller .masterlabel, .masterslider.smaller .slider { min-width: 0.6em; @@ -3159,7 +3176,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -3167,7 +3184,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -3175,7 +3192,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } diff --git a/src/gnome-shell/theme-40-0/gnome-shell-dark.css b/src/gnome-shell/theme-40-0/gnome-shell-Dark.css similarity index 97% rename from src/gnome-shell/theme-40-0/gnome-shell-dark.css rename to src/gnome-shell/theme-40-0/gnome-shell-Dark.css index f2283961..2d1784d0 100644 --- a/src/gnome-shell/theme-40-0/gnome-shell-dark.css +++ b/src/gnome-shell/theme-40-0/gnome-shell-Dark.css @@ -298,7 +298,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu { min-width: 15em; - color: #e6ebef; + color: #e6ebef !important; background: none; border: none; box-shadow: none; @@ -323,7 +323,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu-content { padding: 6px 0; - background-color: #282A33; + background-color: #282A33 !important; border-radius: 3px; margin: 2px 7px 12px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); @@ -333,45 +333,37 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu-item { spacing: 6px; padding: 6px; - color: rgba(230, 235, 239, 0.75); -} - -.popup-menu-item:ltr { - padding-right: 1.75em; - padding-left: 0; -} - -.popup-menu-item:rtl { - padding-right: 0; - padding-left: 1.75em; + color: rgba(230, 235, 239, 0.75) !important; + border-radius: 0; } .popup-menu-item:checked { - background-color: #21232a; + background-color: #21232a !important; box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - color: #e6ebef; + color: #e6ebef !important; + border-radius: 0; } -.popup-menu-item.selected { - background-color: #5294e2; - color: #ffffff; +.popup-menu-item:hover, .popup-menu-item:focus, .popup-menu-item.selected { + background-color: #5294e2 !important; + color: #ffffff !important; } .popup-menu-item:active { - background-color: #3c86de; - color: #ffffff; + background-color: #3c86de !important; + color: #ffffff !important; } .popup-menu-item:insensitive { - color: rgba(230, 235, 239, 0.5); + color: rgba(230, 235, 239, 0.5) !important; } .popup-inactive-menu-item { - color: #e6ebef; + color: #e6ebef !important; } .popup-inactive-menu-item:insensitive { - color: rgba(230, 235, 239, 0.5); + color: rgba(230, 235, 239, 0.5) !important; } .popup-menu-arrow, @@ -380,9 +372,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-sub-menu { - background-color: #21232a; + background-color: #21232a !important; border: none; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + border-radius: 0; } .popup-menu-ornament { @@ -398,21 +391,21 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-separator-menu-item { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; height: 1px !important; } .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px !important; - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; background-color: transparent; } .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; background-color: transparent; } @@ -431,16 +424,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - padding-left: 14px; - margin-left: 16px; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - padding-right: 14px; - margin-right: 16px; -} - /* Date/Time Menu */ .clock-display-box { spacing: 2px; @@ -646,12 +629,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .calendar-week-number { font-size: 70%; font-weight: bold; + text-align: center; width: 2.3em; height: 2.3em; border-radius: 2px; - padding: 0 0; - margin: 6px; - background-color: rgba(230, 235, 239, 0.15); + padding: 0 !important; + margin: 6px !important; + background-color: rgba(230, 235, 239, 0.1); color: rgba(230, 235, 239, 0.75); } @@ -696,6 +680,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } +:active .world-clocks-header, :active .weather-header, :active .message-list-section-title, :active .events-section-title { + color: #ffffff; +} + .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -761,6 +749,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-button .events-list { spacing: 12px; text-shadow: none; + color: rgba(230, 235, 239, 0.6); } .events-button .events-title { @@ -775,6 +764,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } +.events-button:active .events-list, .events-button:active .events-title, .events-button:active .event-time { + color: white !important; +} + /* Message List */ .message-list { width: 31.5em; @@ -1458,14 +1451,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .osd-window { text-align: center; font-weight: bold; - spacing: 12px; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window StIcon { - icon-size: 96px; } .osd-window .osd-monitor-label { @@ -3044,6 +3029,37 @@ StWidget.focused .app-well-app-running-dot { width: 18px; } +.popup-menu-item:ltr { + padding-right: 1.75em; + padding-left: 0; +} + +.popup-menu-item:rtl { + padding-right: 0; + padding-left: 1.75em; +} + +.popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 14px; + margin-left: 16px; +} + +.popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 14px; + margin-right: 16px; +} + +.osd-window { + spacing: 12px; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window StIcon { + icon-size: 96px; +} + #dashtodockContainer { background: transparent; } diff --git a/src/gnome-shell/theme-40-0/gnome-shell-dark.scss b/src/gnome-shell/theme-40-0/gnome-shell-Dark.scss similarity index 100% rename from src/gnome-shell/theme-40-0/gnome-shell-dark.scss rename to src/gnome-shell/theme-40-0/gnome-shell-Dark.scss diff --git a/src/gnome-shell/theme-40-0/gnome-shell.css b/src/gnome-shell/theme-40-0/gnome-shell.css index cdd80b0e..ffc2d59d 100644 --- a/src/gnome-shell/theme-40-0/gnome-shell.css +++ b/src/gnome-shell/theme-40-0/gnome-shell.css @@ -6,7 +6,7 @@ stage { .modal-dialog, .notification-banner { color: #464853; background-color: #ffffff; - border: 0 solid rgba(0, 0, 0, 0.15) !important; + border: 0 solid rgba(0, 0, 0, 0.12) !important; box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.35) !important; } @@ -74,14 +74,14 @@ StEntry { border-radius: 2px; color: #4a4c59; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } StEntry:hover { color: #464853; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } @@ -95,7 +95,7 @@ StEntry:focus { StEntry:insensitive { color: rgba(70, 72, 83, 0.55); background-color: #fdfdfe; - border-color: 1px solid rgba(227, 228, 229, 0.5325); + border-color: 1px solid rgba(232, 233, 234, 0.516); box-shadow: inset 0 2px 4px rgba(253, 253, 254, 0.05); } @@ -125,7 +125,7 @@ StEntry StLabel.hint-text { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -134,7 +134,7 @@ StEntry StLabel.hint-text { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -143,7 +143,7 @@ StEntry StLabel.hint-text { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -222,16 +222,16 @@ StEntry StLabel.hint-text { /* Slider */ .slider { height: 15px; - color: rgba(0, 0, 0, 0.15); + color: rgba(0, 0, 0, 0.12); -slider-height: 4px; - -slider-background-color: rgba(0, 0, 0, 0.15); + -slider-background-color: rgba(0, 0, 0, 0.12); -slider-border-color: transparent; -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0; -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.15); + -barlevel-background-color: rgba(0, 0, 0, 0.12); -barlevel-border-width: 0; -barlevel-border-color: transparent; -barlevel-active-background-color: #5294e2; @@ -290,7 +290,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -arrow-border-radius: 2px; -arrow-background-color: transparent; -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0.15); + -arrow-border-color: rgba(0, 0, 0, 0.12); -arrow-base: 64px; -arrow-rise: 0; -arrow-box-shadow: none; @@ -298,7 +298,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu { min-width: 15em; - color: #464853; + color: #464853 !important; background: none; border: none; box-shadow: none; @@ -310,11 +310,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-menu .search-entry { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .popup-menu .search-entry:hover { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .popup-menu .search-entry:focus { @@ -323,55 +323,47 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu-content { padding: 6px 0; - background-color: #ffffff; + background-color: #ffffff !important; border-radius: 3px; margin: 2px 7px 12px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); - border: 0 solid rgba(0, 0, 0, 0.15) !important; + border: 0 solid rgba(0, 0, 0, 0.12) !important; } .popup-menu-item { spacing: 6px; padding: 6px; - color: rgba(70, 72, 83, 0.75); -} - -.popup-menu-item:ltr { - padding-right: 1.75em; - padding-left: 0; -} - -.popup-menu-item:rtl { - padding-right: 0; - padding-left: 1.75em; + color: rgba(70, 72, 83, 0.75) !important; + border-radius: 0; } .popup-menu-item:checked { - background-color: #f7f7f7; - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - color: #464853; + background-color: #f7f7f7 !important; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); + color: #464853 !important; + border-radius: 0; } -.popup-menu-item.selected { - background-color: #5294e2; - color: #ffffff; +.popup-menu-item:hover, .popup-menu-item:focus, .popup-menu-item.selected { + background-color: #5294e2 !important; + color: #ffffff !important; } .popup-menu-item:active { - background-color: #3c86de; - color: #ffffff; + background-color: #3c86de !important; + color: #ffffff !important; } .popup-menu-item:insensitive { - color: rgba(70, 72, 83, 0.5); + color: rgba(70, 72, 83, 0.5) !important; } .popup-inactive-menu-item { - color: #464853; + color: #464853 !important; } .popup-inactive-menu-item:insensitive { - color: rgba(70, 72, 83, 0.5); + color: rgba(70, 72, 83, 0.5) !important; } .popup-menu-arrow, @@ -380,9 +372,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-sub-menu { - background-color: #f7f7f7; + background-color: #f7f7f7 !important; border: none; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); + border-radius: 0; } .popup-menu-ornament { @@ -398,21 +391,22 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-separator-menu-item { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; height: 1px !important; } .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px !important; - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; background-color: transparent; } .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 0 0 !important; - padding: 0 0 !important; + margin: 0 !important; + padding: 0 !important; + background-color: transparent; } .background-menu { @@ -430,16 +424,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - padding-left: 14px; - margin-left: 16px; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - padding-right: 14px; - margin-right: 16px; -} - /* Date/Time Menu */ .clock-display-box { spacing: 2px; @@ -506,7 +490,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -645,12 +629,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .calendar-week-number { font-size: 70%; font-weight: bold; + text-align: center; width: 2.3em; height: 2.3em; border-radius: 2px; - padding: 0 0; - margin: 6px; - background-color: rgba(70, 72, 83, 0.15); + padding: 0 !important; + margin: 6px !important; + background-color: rgba(70, 72, 83, 0.1); color: rgba(70, 72, 83, 0.75); } @@ -664,7 +649,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -674,7 +659,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-button:hover, .events-button:focus { background-color: rgba(0, 0, 0, 0.06); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .world-clocks-button:active, @@ -695,6 +680,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } +:active .world-clocks-header, :active .weather-header, :active .message-list-section-title, :active .events-section-title { + color: #ffffff; +} + .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -760,6 +749,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-button .events-list { spacing: 12px; text-shadow: none; + color: rgba(70, 72, 83, 0.6); } .events-button .events-title { @@ -774,6 +764,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } +.events-button:active .events-list, .events-button:active .events-title, .events-button:active .event-time { + color: white !important; +} + /* Message List */ .message-list { width: 31.5em; @@ -811,13 +805,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } .popup-menu .message:hover, .popup-menu .message:focus { background-color: rgba(0, 0, 0, 0.06); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .popup-menu .message:active { @@ -1014,7 +1008,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .candidate-page-button:insensitive { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .candidate-page-button:first-child { @@ -1057,7 +1051,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .notification-banner .notification-actions { padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); spacing: 0; } @@ -1151,7 +1145,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #D3DAE3; background-color: #282A33; border: none; - border-top: 0 solid rgba(0, 0, 0, 0.15) !important; + border-top: 0 solid rgba(0, 0, 0, 0.12) !important; } .modal-dialog-linked-button:hover { @@ -1358,7 +1352,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 12px; } @@ -1419,7 +1413,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .nm-dialog-scroll-view { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); padding: 0; background-color: #ffffff; border-radius: 2px; @@ -1427,7 +1421,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .nm-dialog-item { font-size: 10pt; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); padding: 12px; spacing: 0px; } @@ -1457,14 +1451,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .osd-window { text-align: center; font-weight: bold; - spacing: 12px; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window StIcon { - icon-size: 96px; } .osd-window .osd-monitor-label { @@ -1530,7 +1516,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .switcher-list .separator { width: 1px; - background: rgba(0, 0, 0, 0.15); + background: rgba(0, 0, 0, 0.12); } .switcher-list .switcher-list-item-container { @@ -2258,7 +2244,7 @@ StWidget.focused .app-well-app-running-dot { /* On-screen Keyboard */ #keyboard { background-color: rgba(234, 238, 242, 0.9); - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12); } #keyboard .page-indicator { @@ -2279,7 +2265,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #fafbfc; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; font-size: 15pt; min-height: 1.2em; @@ -2293,7 +2279,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2301,7 +2287,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #eff0f2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2323,7 +2309,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #e1e7ed; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2331,7 +2317,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #d7dde3; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2347,7 +2333,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #5294e2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2355,7 +2341,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #5e97db; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2380,7 +2366,7 @@ StWidget.focused .app-well-app-running-dot { -arrow-border-radius: 2px; -arrow-background-color: #ffffff; -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.15); + -arrow-border-color: rgba(0, 0, 0, 0.12); -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 6px; @@ -2390,7 +2376,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #fafbfc; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; border-radius: 3px; } @@ -2399,7 +2385,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2407,7 +2393,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #eff0f2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -2631,7 +2617,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #5294e2; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; border-color: #5294e2; } @@ -2642,7 +2628,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #ffffff; background-color: #518fd9; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; background-color: #68a2e6; border-color: #68a2e6; @@ -3041,6 +3027,37 @@ StWidget.focused .app-well-app-running-dot { width: 18px; } +.popup-menu-item:ltr { + padding-right: 1.75em; + padding-left: 0; +} + +.popup-menu-item:rtl { + padding-right: 0; + padding-left: 1.75em; +} + +.popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 14px; + margin-left: 16px; +} + +.popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 14px; + margin-right: 16px; +} + +.osd-window { + spacing: 12px; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window StIcon { + icon-size: 96px; +} + #dashtodockContainer { background: transparent; } @@ -3109,7 +3126,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -3117,7 +3134,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: #f4f4f5; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } @@ -3125,7 +3142,7 @@ StWidget.focused .app-well-app-running-dot { text-shadow: none; color: #464853; background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; } diff --git a/src/gnome-shell/theme-42-0/gnome-shell-Dark.css b/src/gnome-shell/theme-42-0/gnome-shell-Dark.css new file mode 100644 index 00000000..80a1c53d --- /dev/null +++ b/src/gnome-shell/theme-42-0/gnome-shell-Dark.css @@ -0,0 +1,3223 @@ +stage { + font-size: 10pt; + color: #e6ebef; +} + +.modal-dialog, .notification-banner { + color: #e6ebef; + background-color: #282A33; + border: 1px solid rgba(255, 255, 255, 0.12) !important; + box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.35) !important; +} + +.workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { + color: #D3DAE3; + background-color: #282A33; + border-radius: 3px; + padding: 12px; + border: 1px solid #434655 !important; + box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.35) !important; +} + +.list-search-result, .search-provider-icon, .app-well-app .overview-icon, +.grid-search-result .overview-icon { + color: white; + border-radius: 2px; + padding: 6px; + border: 1px solid transparent; + transition-duration: 0ms; + text-align: center; +} + +.app-well-app:hover .overview-icon, +.grid-search-result:hover .overview-icon { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.app-well-app:active .overview-icon, +.grid-search-result:active .overview-icon { + background-color: rgba(82, 148, 226, 0.75); + border: 1px solid #5294e2; +} + +.search-statustext { + font-size: 2em; + font-weight: bold; + color: #e6ebef; +} + +.shell-link { + color: #a9caf1; +} + +.shell-link:hover { + color: #d5e5f8; +} + +.lowres-icon { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); +} + +.icon-dropshadow { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); +} + +/* Entries */ +StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #e6ebef; + selection-background-color: #5294e2; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 2px; + color: #e0e5eb; + background-color: #282a33; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: inset 0 2px 4px rgba(40, 42, 51, 0.05); +} + +StEntry:hover { + color: #e6ebef; + background-color: #282a33; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: inset 0 2px 4px rgba(40, 42, 51, 0.05); +} + +StEntry:focus { + color: #e6ebef; + background-color: #282a33; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(40, 42, 51, 0.05); +} + +StEntry:insensitive { + color: rgba(230, 235, 239, 0.45); + background-color: #2d2f38; + border-color: 1px solid rgba(65, 67, 75, 0.516); + box-shadow: inset 0 2px 4px rgba(45, 47, 56, 0.05); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(230, 235, 239, 0.7); +} + +/* Buttons */ +.hotplug-notification-item, .notification-banner .notification-button, +.button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + border-radius: 2px; + text-shadow: none; + color: #e6ebef; + background-color: #2c2f39; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.hotplug-notification-item:focus, .notification-banner .notification-button:focus, +.button:focus { + text-shadow: none; + color: #e6ebef; + background-color: #2c2f39; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.hotplug-notification-item:hover, .notification-banner .notification-button:hover, +.button:hover { + text-shadow: none; + color: #e6ebef; + background-color: #383a44; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.hotplug-notification-item:hover:focus, .notification-banner .notification-button:hover:focus, +.button:hover:focus { + text-shadow: none; + color: #e6ebef; + background-color: rgba(255, 255, 255, 0.06); + border: 1px solid #5294e2; + box-shadow: none; +} + +.hotplug-notification-item:active, .notification-banner .notification-button:active, .hotplug-notification-item:checked, .notification-banner .notification-button:checked, +.button:active, +.button:active:focus, +.button:checked { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.hotplug-notification-item:insensitive, .notification-banner .notification-button:insensitive, +.button:insensitive { + text-shadow: none; + color: rgba(230, 235, 239, 0.45); + border: 1px solid rgba(255, 255, 255, 0); + background-color: rgba(44, 47, 57, 0.55); + box-shadow: none; +} + +/* Check Boxes */ +.check-box StBoxLayout { + spacing: .8em; +} + +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("assets/checkbox-unchecked.svg"); +} + +.check-box:focus StBin { + background-image: url("assets/checkbox-unchecked-focused.svg"); +} + +.check-box:checked StBin { + background-image: url("assets/checkbox-checked.svg"); +} + +.check-box:focus:checked StBin { + background-image: url("assets/checkbox-checked-focused.svg"); +} + +/* Switches */ +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; + background-image: url("assets/switch-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/switch-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/switch-off-selected.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/switch-on-selected.svg"); +} + +/* Slider */ +.slider { + height: 15px; + color: rgba(255, 255, 255, 0.12); + -slider-height: 4px; + -slider-background-color: rgba(255, 255, 255, 0.12); + -slider-border-color: transparent; + -slider-active-background-color: #5294e2; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0; + -barlevel-height: 4px; + -barlevel-background-color: rgba(255, 255, 255, 0.12); + -barlevel-border-width: 0; + -barlevel-border-color: transparent; + -barlevel-active-background-color: #5294e2; + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #F04A50; + -barlevel-overdrive-border-color: #F04A50; + -barlevel-overdrive-separator-width: 2px; +} + +.popup-menu-item.selected .slider { + -slider-background-color: rgba(0, 0, 0, 0.2); + -slider-active-background-color: #ffffff; + -barlevel-background-color: rgba(0, 0, 0, 0.2); + -barlevel-active-background-color: #ffffff; +} + +/* Scrollbars */ +StScrollView.vfade { + -st-vfade-offset: 68px; +} + +StScrollView.hfade { + -st-hfade-offset: 68px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 10px; + min-height: 10px; +} + +StScrollBar StBin#trough { + border-radius: 0; + background-color: transparent; +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 5px; + background-color: #9ea2a8; + margin: 2px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #c2c6cb; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5294e2; +} + +/* Popovers/Menus */ +.popup-menu-boxpointer, .candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: rgba(255, 255, 255, 0.12); + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; +} + +.popup-menu { + min-width: 15em; + color: #e6ebef !important; + background: none; + border: none; + box-shadow: none; +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu .search-entry { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.popup-menu .search-entry:hover { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.popup-menu .search-entry:focus { + border: 1px solid #5294e2; +} + +.popup-menu-content { + padding: 6px 0; + background-color: #282A33 !important; + border-radius: 3px; + margin: 2px 7px 12px; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); + border: 1px solid rgba(255, 255, 255, 0.12) !important; +} + +.popup-menu-item { + spacing: 6px; + padding: 6px; + color: rgba(230, 235, 239, 0.75) !important; + border-radius: 0; +} + +.popup-menu-item:checked { + background-color: #21232a !important; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); + color: #e6ebef !important; + border-radius: 0; +} + +.popup-menu-item:hover, .popup-menu-item:focus, .popup-menu-item.selected { + background-color: #5294e2 !important; + color: #ffffff !important; +} + +.popup-menu-item:active { + background-color: #3c86de !important; + color: #ffffff !important; +} + +.popup-menu-item:insensitive { + color: rgba(230, 235, 239, 0.5) !important; +} + +.popup-inactive-menu-item { + color: #e6ebef !important; +} + +.popup-inactive-menu-item:insensitive { + color: rgba(230, 235, 239, 0.5) !important; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 16px; +} + +.popup-sub-menu { + background-color: #21232a !important; + border: none; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +.popup-menu-ornament { + width: 1.2em; +} + +.popup-menu-ornament:ltr { + text-align: right; +} + +.popup-menu-ornament:rtl { + text-align: left; +} + +.popup-separator-menu-item { + margin: 0 !important; + padding: 0 !important; + height: 1px !important; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px !important; + margin: 0 !important; + padding: 0 !important; + background-color: transparent; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + margin: 0 !important; + padding: 0 !important; + background-color: transparent; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 4px; + -st-icon-style: symbolic; +} + +/* Date/Time Menu */ +.clock-display-box { + spacing: 2px; +} + +.clock-display-box .clock { + padding-left: 12px; + padding-right: 12px; +} + +#calendarArea { + padding: 12px 0; +} + +.calendar { + margin: 0 6px; + padding: 6px; + box-shadow: none; + background: none; + border: none; + text-shadow: none; +} + +.datemenu-displays-box, +.message-list-sections { + margin: 4px 8px; +} + +.datemenu-calendar-column { + spacing: 6px; + border: none; + padding: 0 6px; +} + +.datemenu-calendar-column:ltr { + margin-right: 12px; + border-left-width: 0; +} + +.datemenu-calendar-column:rtl { + margin-left: 12px; + border-right-width: 0; +} + +.datemenu-calendar-column .datemenu-displays-section { + padding-bottom: 0; +} + +.datemenu-calendar-column .datemenu-displays-box { + spacing: 6px; +} + +.datemenu-today-button { + border-radius: 2px; + padding: 4px 8px; + margin: 0; + border: 1px solid rgba(40, 42, 51, 0); + background: none; + color: rgba(230, 235, 239, 0.65); + text-shadow: none; +} + +.datemenu-today-button:hover, .datemenu-today-button:focus { + text-shadow: none; + color: #e6ebef; + background-color: #383a44; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.datemenu-today-button:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.datemenu-today-button .day-label { + font-size: 2em; + font-weight: bold; +} + +.datemenu-today-button .date-label { + font-size: 1.5em; + font-weight: 300; +} + +.calendar-month-label { + color: #e6ebef; + font-weight: bold; + padding: 8px 0; + text-shadow: none; +} + +.pager-button { + width: 28px !important; + height: 28px !important; + margin: 2px !important; + padding: 0 !important; + border-radius: 1000px; + background-color: transparent; + color: #e6ebef; +} + +.pager-button:hover, .pager-button:focus { + background-color: rgba(230, 235, 239, 0.1); +} + +.pager-button:active { + background-color: rgba(230, 235, 239, 0.15); +} + +.calendar-change-month-back, +.calendar-change-month-forward { + padding: 0 2px; +} + +.calendar-change-month-back StIcon, +.calendar-change-month-forward StIcon { + icon-size: 16px; +} + +.calendar-day-base { + font-size: 90%; + text-align: center; + width: 2.4em; + height: 2.4em; + padding: 0.1em; + margin: 2px; + border-radius: 1000px; + font-feature-settings: "tnum"; + color: rgba(230, 235, 239, 0.75); + background-color: transparent; +} + +.calendar-day-base:hover, .calendar-day-base:focus { + background-color: #3d404b; +} + +.calendar-day-base:active, .calendar-day-base:checked, .calendar-day-base:selected { + color: #e6ebef; + background-color: dif(false, #1b1c21, #494c59); + border: none; +} + +.calendar-day-base.calendar-day-heading { + color: rgba(230, 235, 239, 0.75); + margin-top: 1em; + font-size: 80%; +} + +.calendar-day { + border-width: 0; + color: rgba(230, 235, 239, 0.8); + background-color: transparent; +} + +.calendar-day:active, .calendar-day:checked, .calendar-day:selected { + color: #e6ebef; + background-color: dif(false, #1b1c21, #494c59); + border: none; +} + +.calendar-day-top { + border-top-width: 0; +} + +.calendar-day-left { + border-left-width: 0; +} + +.calendar-nonwork-day { + color: #e6ebef; + font-weight: bold; +} + +.calendar-today, +.calendar-today:active, +.calendar-today:selected, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5294e2; + border: none; +} + +.calendar-day-with-events { + font-weight: bold; + background-image: url("assets/calendar-today.svg"); +} + +.calendar-today.calendar-day-with-events { + color: #ffffff; +} + +.calendar-other-month-day { + color: rgba(230, 235, 239, 0.3); + opacity: 1; +} + +.calendar-week-number { + font-size: 70%; + font-weight: bold; + text-align: center; + width: 2.3em; + height: 2.3em; + border-radius: 2px; + padding: 0 !important; + margin: 6px !important; + background-color: rgba(230, 235, 239, 0.1); + color: rgba(230, 235, 239, 0.75); +} + +.world-clocks-button, +.weather-button, +.events-button { + border-radius: 2px; + padding: 8px 10px; + margin: 0; + text-shadow: none; + text-shadow: none; + color: #e6ebef; + background-color: #383a44; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.world-clocks-button:hover, .world-clocks-button:focus, +.weather-button:hover, +.weather-button:focus, +.events-button:hover, +.events-button:focus { + background-color: rgba(255, 255, 255, 0.1); + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.world-clocks-button:active, +.weather-button:active, +.events-button:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.world-clocks-header, +.weather-header, +.message-list-section-title, +.events-section-title { + color: rgba(230, 235, 239, 0.75); + font-weight: bold; +} + +:active .world-clocks-header, :active .weather-header, :active .message-list-section-title, :active .events-section-title { + color: #ffffff; +} + +.world-clocks-grid, +.weather-grid { + spacing-rows: 0.4em; + spacing-columns: 0.8em; +} + +.world-clocks-city { + color: rgba(230, 235, 239, 0.6); + font-weight: bold; + font-size: 0.9em; +} + +.world-clocks-time { + color: rgba(230, 235, 239, 0.6); + font-feature-settings: "tnum"; + font-size: 1.2em; +} + +.world-clocks-timezone { + color: rgba(230, 235, 239, 0.75); + font-feature-settings: "tnum"; + font-size: 0.9em; +} + +.weather-box { + spacing: 0.4em; +} + +.weather-header.location { + font-weight: normal; + color: rgba(230, 235, 239, 0.55); +} + +.weather-forecast-icon { + icon-size: 2.18em; + color: rgba(230, 235, 239, 0.65); +} + +.weather-forecast-time { + color: rgba(230, 235, 239, 0.6); + font-size: 0.8em; + font-feature-settings: "tnum"; + font-weight: normal; + padding-top: 0.2em; + padding-bottom: 0.4em; +} + +.weather-forecast-temp { + font-weight: bold; + color: rgba(230, 235, 239, 0.65); + text-shadow: none; +} + +.world-clocks-button:active *, +.weather-button:active * { + color: #ffffff; +} + +.events-button .events-box { + spacing: 6px; +} + +.events-button .events-list { + spacing: 12px; + text-shadow: none; + color: rgba(230, 235, 239, 0.6); +} + +.events-button .events-title { + color: rgba(230, 235, 239, 0.75); + font-weight: bold; + margin-bottom: 4px; + text-shadow: none; +} + +.events-button .event-time { + color: rgba(230, 235, 239, 0.75); + font-feature-settings: "tnum"; +} + +.events-button:active .events-list, .events-button:active .events-title, .events-button:active .event-time { + color: white !important; +} + +/* Message List */ +.message-list { + width: 31.5em; + padding: 0 12px; + text-shadow: none; +} + +.message-list .message-list-placeholder { + spacing: 12px; +} + +.message-list-sections { + spacing: 6px; + margin: 0 16px; +} + +.message-list-section, +.message-list-section-list { + spacing: 6px; +} + +.message-list-controls { + margin: 8px 16px 0; + padding: 4px; + spacing: 12px; +} + +.message { + border-radius: 2px; + text-shadow: none; +} + +.popup-menu .message { + box-shadow: none; + text-shadow: none; + color: #e6ebef; + background-color: #383a44; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.popup-menu .message:hover, .popup-menu .message:focus { + background-color: rgba(255, 255, 255, 0.1); + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.popup-menu .message:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.popup-menu .message:active .message-content, +.popup-menu .message:active .message-title, +.popup-menu .message:active .message-body, +.popup-menu .message:active .message-secondary-bin > .event-time, +.popup-menu .message:active .message-close-button, +.popup-menu .message:active .message-media-control { + color: #ffffff; +} + +.popup-menu .message:active .message-content:insensitive, +.popup-menu .message:active .message-title:insensitive, +.popup-menu .message:active .message-body:insensitive, +.popup-menu .message:active .message-secondary-bin > .event-time:insensitive, +.popup-menu .message:active .message-close-button:insensitive, +.popup-menu .message:active .message-media-control:insensitive { + color: rgba(255, 255, 255, 0.45); +} + +.message .message-icon-bin { + padding: 18px 0 18px 12px; +} + +.message .message-icon-bin:rtl { + padding: 18px 12px 18px 0; +} + +.message .message-icon-bin > StIcon { + icon-size: 32px; + -st-icon-style: symbolic; +} + +.message .message-icon-bin > .fallback-app-icon { + width: 16px; + height: 16px; +} + +.message .message-content { + padding: 14px; + spacing: 4px; + text-shadow: none; +} + +.message .message-title { + font-weight: bold; + text-shadow: none; +} + +.message .message-secondary-bin { + padding: 0 8px; +} + +.message .message-secondary-bin > .event-time { + color: rgba(230, 235, 239, 0.5); + font-size: 8pt; + /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ + padding-bottom: 0.13em; +} + +.message .message-secondary-bin > .event-time:ltr { + text-align: right; +} + +.message .message-secondary-bin > .event-time:rtl { + text-align: left; +} + +.message .message-close-button { + min-height: 24px; + min-width: 24px; + color: rgba(230, 235, 239, 0.75); + border-radius: 1000px; + padding: 0; + magrin: 0; +} + +.message .message-close-button:hover { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.1); +} + +.message .message-close-button:active { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.2); +} + +.message .message-body { + color: rgba(230, 235, 239, 0.75); +} + +.url-highlighter { + link-color: #a9caf1; +} + +/* Media Controls */ +.message-media-control { + margin: 18px 4px; + padding: 10px; + color: rgba(230, 235, 239, 0.75); + border-radius: 1000px; +} + +.message-media-control:last-child:ltr { + margin-right: 16px; + padding-right: 8px; +} + +.message-media-control:last-child:rtl { + margin-left: 16px; + padding-left: 8px; +} + +.message-media-control:hover { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.15); +} + +.message-media-control:active { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.25); +} + +.message-media-control:insensitive { + color: rgba(230, 235, 239, 0.45); +} + +.media-message-cover-icon { + icon-size: 32px !important; + border-radius: 2px; +} + +.media-message-cover-icon.fallback { + color: rgba(230, 235, 239, 0.75); + background-color: #32343D; + border: 1px solid transparent; + border-radius: 2px; + icon-size: 32px !important; +} + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; + background-color: #282A33; + border-radius: 3px; + margin: 12px 4px 6px; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75) !important; +} + +.candidate-index { + padding: 0 0.5em 0 0; + color: rgba(230, 235, 239, 0.75); +} + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + border-radius: 2px; + margin-right: 2px; + color: rgba(230, 235, 239, 0.75); +} + +.candidate-box:selected, .candidate-box:hover, .candidate-box:focus { + background-color: #5294e2; + color: #ffffff; +} + +.candidate-box:selected .candidate-index, .candidate-box:hover .candidate-index, .candidate-box:focus .candidate-index { + color: #ffffff; +} + +.candidate-page-button-box { + height: 2em; +} + +.vertical .candidate-page-button-box { + padding-top: 0.5em; +} + +.horizontal .candidate-page-button-box { + padding-left: 0.5em; +} + +.candidate-page-button { + padding: 0 8px; +} + +.candidate-page-button:insensitive { + border-color: rgba(255, 255, 255, 0.12); +} + +.candidate-page-button:first-child { + border-right: none !important; +} + +.candidate-page-button-previous { + border-radius: 3px 0px 0px 3px; + border-right-width: 0 !important; +} + +.candidate-page-button-next { + border-radius: 0px 3px 3px 0px; +} + +.candidate-page-button-icon { + icon-size: 1em; +} + +/* Notifications & Message Tray */ +.notification-banner { + min-height: 64px; + width: 34em; + color: #e6ebef; + margin: 6px; +} + +.notification-banner .notification-icon { + padding: 6px; +} + +.notification-banner .notification-content { + padding: 6px; + spacing: 6px; +} + +.notification-banner .secondary-icon { + icon-size: em(16px); +} + +.notification-banner .notification-actions { + padding-top: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + spacing: 0; +} + +.summary-source-counter { + font-size: 10pt; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #5294e2; + color: #ffffff; + border: 2px solid #e6ebef; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #c7d2db; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: white; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 8pt; + font-weight: bold; + color: white; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 0 4px; +} + +/* Modal Dialogs */ +.headline { + font-size: 11pt; +} + +.modal-dialog { + border-radius: 3px; + box-shadow: none; + margin: 12px; +} + +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; +} + +.modal-dialog-linked-button { + height: 37px; + padding: 0; + box-shadow: none; + color: #D3DAE3; + background-color: #282A33; + border: none; + border-top: 1px solid rgba(255, 255, 255, 0.12) !important; +} + +.modal-dialog-linked-button:hover { + background-color: #333641; +} + +.modal-dialog-linked-button:focus { + color: #5294e2; +} + +.modal-dialog-linked-button:active { + color: #D3DAE3; + background-color: #1d1e25; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(211, 218, 227, 0.5); + background-color: #24252d; +} + +.modal-dialog-linked-button:first-child { + border-radius: 0 0 0 2px; +} + +.modal-dialog-linked-button:last-child { + border-radius: 0 0 2px 0; +} + +/* End Session Dialog */ +.end-session-dialog { + width: 30em; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog .modal-dialog-linked-button:last-child { + color: white; + background-color: #F04A50; +} + +.end-session-dialog .modal-dialog-linked-button:last-child:hover { + color: white; + background-color: #f47479; +} + +.end-session-dialog .modal-dialog-linked-button:last-child:active { + color: white; + background-color: #ee3239; +} + +/* Message Dialog */ +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.lightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +/* Dialog List */ +.dialog-list { + spacing: 18px; +} + +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: rgba(230, 235, 239, 0.75); + font-size: 9pt; +} + +/* Run Dialog */ +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + font-size: 9pt; + text-align: center; + color: rgba(230, 235, 239, 0.75); +} + +/* Password or Authentication Dialog */ +.prompt-dialog { + width: 28em; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .modal-dialog-linked-button:last-child { + color: white; + background-color: #5294e2; +} + +.prompt-dialog .modal-dialog-linked-button:last-child:hover { + color: white; + background-color: #79ace9; +} + +.prompt-dialog .modal-dialog-linked-button:last-child:active { + color: white; + background-color: #3c86de; +} + +.prompt-dialog .modal-dialog-linked-button:last-child:insensitive { + color: rgba(255, 255, 255, 0.35); + background-color: #374f70; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 9pt; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +/* Polkit Dialog */ +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; +} + +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +/* Audio selection dialog */ +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-device { + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 12px; +} + +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: #5294e2; + border-color: #5294e2; +} + +.audio-selection-device:active { + background-color: #5294e2; + color: #ffffff; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +/* Network Dialogs */ +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #e6ebef; +} + +.nm-dialog-header { + font-weight: bold; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(255, 255, 255, 0.12); + padding: 0; + background-color: #282A33; + border-radius: 2px; +} + +.nm-dialog-item { + font-size: 10pt; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + padding: 12px; + spacing: 0px; +} + +.nm-dialog-item:selected { + background-color: #5294e2; + color: #ffffff; +} + +.nm-dialog-icon { + icon-size: 16px; +} + +.nm-dialog-icons { + spacing: 12px; +} + +.no-networks-label { + color: rgba(230, 235, 239, 0.45); +} + +.no-networks-box { + spacing: 6px; +} + +/* OSD */ +.osd-window { + text-align: center; + font-weight: bold; +} + +.osd-window .osd-monitor-label { + font-size: 3em; +} + +.osd-window .level { + height: 4px; + -barlevel-height: 4px; + -barlevel-background-color: rgba(255, 255, 255, 0.15); + -barlevel-active-background-color: #5294e2; + -barlevel-overdrive-color: #F04A50; + -barlevel-overdrive-separator-width: 3px; +} + +/* Pad OSD */ +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.8); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +/* App Switcher */ +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 2px; + border: 1px solid transparent; +} + +.switcher-list .item-box:outlined { + background-color: rgba(211, 218, 227, 0.3); +} + +.switcher-list .item-box:selected { + background-color: rgba(211, 218, 227, 0.3); + color: #D3DAE3; +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 6px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.12); +} + +.switcher-list .switcher-list-item-container { + spacing: 8px; +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: rgba(230, 235, 239, 0.8); +} + +.switcher-arrow:highlighted { + color: #e6ebef; +} + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 5px solid #5294e2; +} + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; +} + +.workspace-switcher { + background: transparent; + border: none; + border-radius: 0; + padding: 0; + spacing: 12px; +} + +.ws-switcher-box { + background: transparent; + height: 50px; + background-size: 32px; + border: 1px solid rgba(211, 218, 227, 0.1); + border-radius: 2px; +} + +.ws-switcher-active-up, +.ws-switcher-active-down, +.ws-switcher-active-left, +.ws-switcher-active-right { + height: 52px; + background-color: #5294e2; + border: 1px solid #68a2e6; + border-radius: 2px; + color: #ffffff; +} + +/* Top Bar */ +#panel { + font-weight: normal; + height: 2.1em; + min-height: 27px; + background-color: #21232b; + border: none; + font-feature-settings: "tnum"; + transition-duration: 250ms; +} + +#panel.dynamic-top-bar-white-btn { + border-image: none; +} + +#panel.unlock-screen, #panel.login-screen { + background-color: transparent; +} + +#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 6px; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: #21232b; + -panel-corner-border-width: 0; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #68a2e6; +} + +#panel .panel-button { + -natural-hpadding: 10px; + -minimum-hpadding: 6px; + font-weight: normal; + color: #D3DAE3; + transition-duration: 150ms; + text-shadow: none; + border: none; + box-shadow: none; + border-radius: 0; +} + +#panel .panel-button:hover { + color: #D3DAE3; + background-color: rgba(211, 218, 227, 0.08); + box-shadow: none; + border-radius: 0; +} + +#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + color: #D3DAE3; + background-color: rgba(211, 218, 227, 0.16); + box-shadow: inset 0 -2px 0 #5294e2; + border-radius: 0; +} + +#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { + icon-shadow: none; +} + +#panel .panel-button.clock-display .clock { + transition-duration: 0; + border: none; + border-radius: 0; +} + +#panel .panel-button.clock-display .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background-color: transparent; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 16px; + padding: 0 4px; + margin: 0 2px; +} + +#panel .panel-button .panel-status-menu-box .system-status-icon { + margin: 0; +} + +#panel .panel-button .app-menu-icon { + width: 0; + height: 0; + margin-left: 0px; + margin-right: 0px; + -st-icon-style: symbolic; +} + +#panel.unlock-screen, #panel.login-screen, #panel.lock-screen, #panel:overview { + background: none; + color: #f2f4f7; +} + +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel.lock-screen .panel-button:hover.clock-display .clock, #panel.lock-screen .panel-button:active.clock-display .clock, #panel.lock-screen .panel-button:overview.clock-display .clock, #panel.lock-screen .panel-button:focus.clock-display .clock, #panel.lock-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator, +#panel .remote-access-indicator { + color: #F27835; +} + +#panel .popup-menu-arrow { + width: 0; + height: 0; +} + +#appMenu { + spacing: 6px; +} + +#appMenu .label-shadow { + color: transparent; +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:hover { + background-color: rgba(211, 218, 227, 0.05) !important; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:focus { + background-color: rgba(211, 218, 227, 0.1) !important; +} + +/* Activities Ripple */ +.ripple-box { + background-color: #5294e2; + box-shadow: 0 0 2px 2px #a9caf1; + width: 52px; + height: 52px; + border-radius: 0 0 52px 0; +} + +.ripple-box:rtl { + border-radius: 0 0 0 52px; +} + +/* OVERVIEW */ +#overview { + spacing: 24px; + background-color: transparent; +} + +.overview-controls { + padding-bottom: 32px; +} + +/* Window Picker */ +.window-picker { + spacing: 6px; + padding: 12px; +} + +.window-picker.external-monitor { + padding: 12px; +} + +.window-clone-border { + border-width: 3px; + border-style: solid; + border-color: rgba(255, 255, 255, 0.35); + border-radius: 2px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); +} + +.window-caption { + color: #D3DAE3; + background-color: #282A33; + border: 1px solid rgba(0, 0, 0, 0.75); + border-radius: 2px; + padding: 3px 12px; + font-weight: normal; + font-size: 10pt; +} + +.window-close { + background-color: #5294e2; + color: #ffffff; + border: none; + border-radius: 22px; + padding: 3px; + height: 32px; + width: 32px; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); + transition-duration: 300ms; + -shell-close-overlap: 16px; +} + +.window-close:hover { + background-color: #68a2e6; +} + +.window-close:active { + background-color: #3c86de; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, +.search-entry { + width: 320px; + padding: 7px 9px; + border-radius: 1000px; + color: rgba(230, 235, 239, 0.7); + background-color: #40424e; + border: none; + caret-color: #e6ebef; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover, +.search-entry:hover { + padding: 7px 9px; + color: #e6ebef; + background-color: #494c59; + border: none; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover StLabel.hint-text, +.search-entry:hover StLabel.hint-text { + color: rgba(230, 235, 239, 0.9); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, +.search-entry:hover .search-entry-icon { + color: #e6ebef; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, +.search-entry:focus { + padding: 7px 9px; + color: #ffffff; + background-color: #5294e2; + caret-color: #ffffff; + selection-background-color: rgba(255, 255, 255, 0.25); + selected-color: #ffffff; + border: none; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus StLabel.hint-text, +.search-entry:focus StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, +.search-entry:focus .search-entry-icon { + color: #ffffff; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, +.search-entry:insensitive { + color: rgba(230, 235, 239, 0.45); + background-color: rgba(40, 42, 51, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, +.search-entry StLabel.hint-text { + color: rgba(230, 235, 239, 0.7); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, +.search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 4px; + color: inherit; +} + +/* Search */ +#searchResultsContent { + max-width: 1024px; + spacing: 8px; +} + +.search-section { + spacing: 8px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.1); +} + +.search-section-content { + background-color: transparent; + border-radius: 2px; + border: none; + box-shadow: none; + text-shadow: none; + color: #D3DAE3; + padding: 18px; + spacing: 8px; +} + +.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.list-search-result:active, .search-provider-icon:active { + box-shadow: none; + background-color: rgba(82, 148, 226, 0.75); + border: 1px solid #5294e2; +} + +.grid-search-results { + spacing: 36px; +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.65); + font-weight: normal; +} + +.list-search-results { + spacing: 6px; +} + +.list-search-result .list-search-result-content { + spacing: 6px; +} + +.list-search-result .list-search-result-title { + spacing: 12px; + font-weight: normal; +} + +.list-search-result .list-search-result-description { + color: rgba(255, 255, 255, 0.65); +} + +.list-search-result:active .list-search-result-description { + color: white; +} + +/* App Icons */ +.app-well-app .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; +} + +.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout, +.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { + spacing: 6px; +} + +/* App Folders */ +.app-well-app.app-folder { + background-color: rgba(39, 40, 47, 0.5); + border: 1px solid #2b2d35; + border-radius: 3px; +} + +.app-well-app.app-folder:hover { + background-color: rgba(57, 59, 69, 0.5); + border-color: #3d404b; +} + +.app-well-app.app-folder:active { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.app-well-app.app-folder .overview-icon, .app-well-app.app-folder:hover .overview-icon, .app-well-app.app-folder:active .overview-icon { + background: none; + border: none; +} + +.app-folder-dialog { + border-radius: 6px; + border: 1px solid #5294e2; + padding: 6px; + space: 6px; + background-color: rgba(40, 42, 51, 0.9); +} + +.app-folder-dialog .folder-name-container { + padding: 12px 18px 0; + spacing: 12px; + /* FIXME: this is to keep the label in sync with the entry */ +} + +.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { + font-size: 16pt; + font-weight: bold; +} + +.app-folder-dialog .folder-name-container .folder-name-entry { + width: 300px; +} + +.app-folder-dialog .folder-name-container .folder-name-label { + padding: 5px 7px; + color: #ffffff; +} + +.app-folder-dialog .folder-name-container .edit-folder-button { + text-shadow: none; + color: #D3DAE3; + border: 1px solid #333641; + background-color: #282A33; + box-shadow: none; + padding: 0; + width: 36px; + height: 36px; + border-radius: 9999px; +} + +.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { + icon-size: 16px; +} + +.app-folder-dialog .folder-name-container .edit-folder-button:hover { + text-shadow: none; + color: #D3DAE3; + border-color: #3e4250; + background-color: #333641; + box-shadow: none; +} + +.app-folder-dialog .folder-name-container .edit-folder-button:active, .app-folder-dialog .folder-name-container .edit-folder-button:checked { + text-shadow: none; + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + box-shadow: none; +} + +.app-folder-dialog .icon-grid { + row-spacing: 12px; + column-spacing: 18px; + page-padding-top: 0; + page-padding-bottom: 0; + page-padding-left: 0; + page-padding-right: 0; +} + +.app-folder-dialog .page-indicators { + margin-bottom: 18px; +} + +.app-folder-dialog .page-indicators .page-indicator { + padding: 15px 12px; +} + +.app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { + background-color: transparent; +} + +.app-folder-dialog-container { + padding: 6px; + width: 600px; + height: 600px; +} + +.app-well-app-running-dot { + width: 12px; + height: 2px; + border-radius: 0; + background-color: rgba(255, 255, 255, 0.6); + margin-bottom: 2px; +} + +StWidget.focused .app-well-app-running-dot { + width: 28px; + height: 2px; + background-color: #5294e2; +} + +.rename-folder-popup .rename-folder-popup-item { + spacing: 6px; +} + +.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { + padding: 0 12px; +} + +.app-menu, +.app-well-menu { + max-width: 27.25em; +} + +.system-action-icon { + background-color: rgba(0, 0, 0, 0.8); + color: #fff; + border-radius: 99px; + icon-size: 48px; +} + +/* Dash */ +.dash-label { + border-radius: 2px; + padding: 4px 12px; + color: white; + background-color: rgba(22, 23, 28, 0.95); + text-align: center; + border: none; + box-shadow: none; + -x-offset: 8px; + -y-offset: 4px; +} + +.show-apps .overview-icon { + background-color: transparent; + border-radius: 2px; + color: #D3DAE3; +} + +.show-apps:hover .overview-icon { + background-color: rgba(255, 255, 255, 0.1); +} + +.show-apps:active .overview-icon, .show-apps:checked .overview-icon { + color: #ffffff; + background-color: #5294e2; + box-shadow: none; +} + +.workspace-thumbnail-indicator { + border: 3px solid #5294e2; + border-radius: 5px; + padding: 0px; +} + +.ripple-pointer-location { + width: 50px; + height: 50px; + border-radius: 25px; + background-color: rgba(213, 229, 248, 0.3); + box-shadow: 0 0 2px 2px #a9caf1; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #5294e2; + -pie-background-color: rgba(255, 255, 255, 0.3); +} + +.magnifier-zoom-region { + border: 2px solid #5294e2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.select-area-rubberband { + background-color: rgba(82, 148, 226, 0.3); + border: 1px solid #5294e2; +} + +.user-icon { + background-size: contain; + color: #D3DAE3; + border-radius: 99px; + border: 2px #D3DAE3; +} + +.user-icon:hover { + color: white; +} + +.user-icon StIcon { + background-color: rgba(211, 218, 227, 0.05); + border-radius: 99px; + padding: 12px; + width: 40px; + height: 40px; +} + +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 20px; + padding-top: 18px; + padding-bottom: 22px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 12px; + width: 40px; + height: 40px; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.hidden { + color: rgba(0, 0, 0, 0); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9pt; + color: #F27835; +} + +/* Workspace animation */ +.workspace-animation { + background-color: #282A33; +} + +/* Tiled window previews */ +.tile-preview { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.tile-preview-left.on-primary { + border-radius: 2px 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 2px 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 2px 2px 0 0; +} + +/* On-screen Keyboard */ +#keyboard { + background-color: rgba(32, 33, 39, 0.9); + box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.12); +} + +#keyboard .page-indicator { + padding: 6px; +} + +#keyboard .page-indicator .page-indicator-icon { + width: 8px; + height: 8px; +} + +.key-container { + padding: 4px; + spacing: 4px; +} + +.keyboard-key { + text-shadow: none; + color: #e6ebef; + background-color: #32343D; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + font-size: 15pt; + min-height: 1.2em; + min-width: 1.2em; + border-width: 1px; + border-style: solid; + border-radius: 2px; +} + +.keyboard-key:focus { + text-shadow: none; + color: #e6ebef; + background-color: #2c2f39; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-key:hover, .keyboard-key:checked { + text-shadow: none; + color: #e6ebef; + background-color: #3d3f48; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.keyboard-key:grayed { + background-color: #2b2d35; + color: #D3DAE3; + border-color: #434655; +} + +.keyboard-key.default-key { + text-shadow: none; + color: #e6ebef; + background-color: #3d404b; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-key.default-key:hover, .keyboard-key.default-key:checked { + text-shadow: none; + color: #e6ebef; + background-color: #484a55; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-key.default-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.keyboard-key.enter-key { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-key.enter-key:hover, .keyboard-key.enter-key:checked { + text-shadow: none; + color: #ffffff; + background-color: #67a1e5; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-key.enter-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.keyboard-key.shift-key-uppercase { + color: #5294e2; +} + +.keyboard-key StIcon { + icon-size: 1.125em; +} + +.keyboard-subkeys { + color: #e6ebef; + -arrow-border-radius: 2px; + -arrow-background-color: #282A33; + -arrow-border-width: 1px; + -arrow-border-color: rgba(255, 255, 255, 0.12); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 6px; +} + +.keyboard-subkeys .keyboard-key { + text-shadow: none; + color: #e6ebef; + background-color: #32343D; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + border-radius: 3px; +} + +.keyboard-subkeys .keyboard-key:focus { + text-shadow: none; + color: #e6ebef; + background-color: #2c2f39; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-subkeys .keyboard-key:hover, .keyboard-subkeys .keyboard-key:checked { + text-shadow: none; + color: #e6ebef; + background-color: #3d3f48; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.keyboard-subkeys .keyboard-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #68a2e6; + background-color: #5294e2; +} + +.word-suggestions { + font-size: 13pt; + spacing: 12px; + min-height: 20pt; +} + +/* Looking Glass */ +#LookingGlassDialog { + background-color: #282A33; + spacing: 6px; + padding: 4px; + border: 1px solid rgba(211, 218, 227, 0.2); + border-radius: 2px; + color: #D3DAE3; +} + +#LookingGlassDialog > #Toolbar { + border: none; + border-radius: 2px; + background-color: #282A33; +} + +#LookingGlassDialog .labels { + spacing: 6px; +} + +#LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: #a4b3c5; + transition-duration: 100ms; + padding-left: .3em; + padding-right: .3em; + border-bottom-width: 2px; +} + +#LookingGlassDialog .notebook-tab:hover { + color: #D3DAE3; +} + +#LookingGlassDialog .notebook-tab:selected { + border-bottom-width: 2px; + box-shadow: inset 0 -2px 0 0 #68a2e6; + color: #D3DAE3; +} + +#LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 6px; +} + +#LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 6px; +} + +.lg-dialog StEntry { + background-color: rgba(51, 54, 65, 0.6); + color: #D3DAE3; + border-color: rgba(211, 218, 227, 0.2); + min-height: 22px; + selection-background-color: #5294e2; + selected-color: #ffffff; +} + +.lg-dialog .shell-link { + color: #a9caf1; +} + +.lg-dialog .shell-link:hover { + color: #d5e5f8; +} + +.lg-dialog .shell-link:active { + color: #7eafe9; +} + +.lg-dialog .actor-link { + color: #ccc; +} + +.lg-dialog .actor-link:hover { + color: white; +} + +.lg-dialog .actor-link:active { + color: #999999; +} + +.lg-completions-text { + font-size: .9em; + font-style: italic; +} + +.lg-obj-inspector-title { + spacing: 6px; +} + +.lg-obj-inspector-button { + border: 1px solid #434655; + padding: 4px; + border-radius: 2px; +} + +.lg-obj-inspector-button:hover { + border: 1px solid #ffffff; +} + +#lookingGlassExtensions { + padding: 4px; +} + +.lg-extensions-list { + padding: 4px; + spacing: 6px; +} + +.lg-extension { + border: 1px solid #4e5264; + background-color: #333641; + border-radius: 2px; + padding: 4px; +} + +.lg-extension-name { + font-weight: bold; +} + +.lg-extension-meta { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + background: #282A33; + border: 1px solid #434655; + border-radius: 2px; + padding: 6px; +} + +/* Login Dialog */ +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; +} + +.unlock-dialog, +.login-dialog { + border: none; + background-color: transparent; +} + +.unlock-dialog StEntry, +.login-dialog StEntry { + border-radius: 1000px; + background-color: rgba(45, 44, 46, 0.5); + color: #D3DAE3; +} + +.unlock-dialog .modal-dialog-button-box, +.login-dialog .modal-dialog-button-box { + spacing: 3px; +} + +.unlock-dialog .modal-dialog-button, +.login-dialog .modal-dialog-button { + padding: 4px 18px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); + background-color: #5b666a; + border-color: #5b666a; + color: #e6ebef; +} + +.unlock-dialog .modal-dialog-button:hover, .unlock-dialog .modal-dialog-button:focus, +.login-dialog .modal-dialog-button:hover, +.login-dialog .modal-dialog-button:focus { + background-color: #667478; + border-color: #667478; +} + +.unlock-dialog .modal-dialog-button:active, +.login-dialog .modal-dialog-button:active { + box-shadow: none; + background-color: #4f595d; + border-color: #4f595d; +} + +.unlock-dialog .modal-dialog-button:insensitive, +.login-dialog .modal-dialog-button:insensitive { + text-shadow: none; + color: rgba(230, 235, 239, 0.45); + border: 1px solid rgba(255, 255, 255, 0); + background-color: rgba(44, 47, 57, 0.55); + box-shadow: none; + border-color: #4f595d; + background-color: #4f595d; + color: rgba(230, 235, 239, 0.7); +} + +.unlock-dialog .modal-dialog-button:default, +.login-dialog .modal-dialog-button:default { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + border-color: #5294e2; +} + +.unlock-dialog .modal-dialog-button:default:hover, .unlock-dialog .modal-dialog-button:default:focus, +.login-dialog .modal-dialog-button:default:hover, +.login-dialog .modal-dialog-button:default:focus { + text-shadow: none; + color: #ffffff; + background-color: #5b99e3; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + background-color: #68a2e6; + border-color: #68a2e6; +} + +.unlock-dialog .modal-dialog-button:default:active, +.login-dialog .modal-dialog-button:default:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; + background-color: #3c86de; + border-color: #3c86de; +} + +.unlock-dialog .modal-dialog-button:default:insensitive, +.login-dialog .modal-dialog-button:default:insensitive { + text-shadow: none; + color: rgba(230, 235, 239, 0.45); + border: 1px solid rgba(255, 255, 255, 0); + background-color: rgba(44, 47, 57, 0.55); + box-shadow: none; + border-color: #2679db; + background-color: #2679db; + color: rgba(255, 255, 255, 0.7); +} + +.unlock-dialog .cancel-button, +.unlock-dialog .switch-user-button, +.unlock-dialog .login-dialog-session-list-button, +.login-dialog .cancel-button, +.login-dialog .switch-user-button, +.login-dialog .login-dialog-session-list-button { + padding: 0; + border-radius: 1000px; + width: 32px; + height: 32px; + border-color: rgba(50, 52, 61, 0.3); + background-color: rgba(50, 52, 61, 0.3); +} + +.unlock-dialog .cancel-button StIcon, +.unlock-dialog .switch-user-button StIcon, +.unlock-dialog .login-dialog-session-list-button StIcon, +.login-dialog .cancel-button StIcon, +.login-dialog .switch-user-button StIcon, +.login-dialog .login-dialog-session-list-button StIcon { + icon-size: 16px; +} + +.unlock-dialog .caps-lock-warning-label, +.unlock-dialog .login-dialog-message-warning, +.login-dialog .caps-lock-warning-label, +.login-dialog .login-dialog-message-warning { + color: #D3DAE3; +} + +.login-dialog-logo-bin { + padding: 24px 0px; +} + +.login-dialog-banner { + color: #b4c0cf; +} + +.login-dialog-button-box { + width: 23em; + spacing: 5px; +} + +.login-dialog-message { + text-align: center; +} + +.login-dialog-message-hint { + padding-top: 0; + padding-bottom: 20px; +} + +.login-dialog-user-selection-box { + padding: 100px 0px; +} + +.login-dialog-not-listed-label { + padding-left: 2px; +} + +.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #D3DAE3; +} + +.login-dialog-not-listed-label { + font-size: 9pt; + font-weight: bold; + color: #768ba8; + padding-top: 1em; +} + +.login-dialog-user-list-view { + -st-vfade-offset: 1em; +} + +.login-dialog-user-list { + spacing: 12px; + width: 23em; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { + background-color: #5294e2; + color: #ffffff; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid #5294e2; +} + +.login-dialog-user-list-item { + border-radius: 6px; + padding: 6px; + color: #768ba8; +} + +.login-dialog-user-list-item:ltr .user-widget { + padding-right: 1em; +} + +.login-dialog-user-list-item:rtl .user-widget { + padding-left: 1em; +} + +.login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin-top: 6px; + background-color: #D3DAE3; +} + +.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: #ffffff; +} + +.user-widget-label { + color: #D3DAE3; +} + +.user-widget.horizontal .user-widget-label { + font-size: 12pt; + font-weight: bold; + padding-left: 15px; +} + +.user-widget.horizontal .user-widget-label:ltr { + padding-left: 14px; + text-align: left; +} + +.user-widget.horizontal .user-widget-label:rtl { + padding-right: 14px; + text-align: right; +} + +.user-widget.vertical .user-widget-label { + font-size: 15pt; + text-align: center; + font-weight: normal; + padding-top: 16px; +} + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 12px; + width: 23em; +} + +.login-dialog-prompt-entry { + height: 1.5em; +} + +.login-dialog-prompt-label { + color: #95a6bb; + font-size: 11pt; + padding-top: 1em; +} + +/* Screen Shield */ +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(40, 42, 51, 0.3); + color: #D3DAE3; + border-radius: 3px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(40, 42, 51, 0.9); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #282A33; + background-color: rgba(211, 218, 227, 0.3); + border-radius: 1000px; + margin-right: 12px; +} + +.screen-shield-background { + background: black; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); +} + +#lockDialogGroup { + background-color: #282A33; +} + +#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { + background-color: rgba(50, 52, 61, 0.3); +} + +#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { + background-color: rgba(50, 52, 61, 0.5); +} + +#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { + background-color: rgba(82, 148, 226, 0.5); +} + +/* App Grid */ +.icon-grid { + row-spacing: 12px; + column-spacing: 12px; + max-row-spacing: 72px; + max-column-spacing: 72px; + page-padding-top: 24px; + page-padding-bottom: 24px; + page-padding-left: 12px; + page-padding-right: 12px; +} + +.page-indicator { + padding: 15px 12px 30px; +} + +.page-indicator .page-indicator-icon { + width: 10px; + height: 10px; + border-radius: 10px; + background-color: white; +} + +.apps-scroll-view { + padding: 0; +} + +.page-navigation-hint { + width: 300px; +} + +.page-navigation-hint.dnd { + background: rgba(255, 255, 255, 0.1); +} + +.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { + background-gradient-start: rgba(255, 255, 255, 0.05); + background-gradient-end: transparent; + background-gradient-direction: horizontal; + border-radius: 15px 0px 0px 15px; +} + +.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { + background-gradient-start: transparent; + background-gradient-end: rgba(255, 255, 255, 0.05); + background-gradient-direction: horizontal; + border-radius: 0px 15px 15px 0px; +} + +.page-navigation-arrow { + margin: 6px; + width: 24px; + height: 24px; +} + +/* Dash */ +#dash { + font-size: 8pt; + margin-top: 12px; + padding: 0 10px; +} + +#dash .placeholder { + background-image: none; + background-size: contain; + height: 32px; +} + +#dash .empty-dash-drop-target { + width: 32px; + height: 32px; +} + +#dash .overview-icon { + padding: 5px; +} + +.dash-background { + background-color: rgba(44, 47, 57, 0.9); + margin-bottom: 16px; + padding: 10px; + border-radius: 12px; +} + +.dash-item-container .app-well-app, .show-apps { + padding: 10px 2px 26px; +} + +.dash-separator { + width: 1px; + margin: 0 8px 16px 8px; + background-color: rgba(211, 218, 227, 0.2); +} + +#overviewGroup { + background-color: #1d1e25; +} + +.search-entry { + margin-top: 12px; + margin-bottom: 6px; +} + +.workspace-background { + border-radius: 30px; + background-color: #1d1e25; + box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3); +} + +/* Workspace pager */ +.workspace-thumbnails { + visible-width: 32px; + spacing: 6px; + padding: 6px; +} + +.workspace-thumbnails .workspace-thumbnail { + background: rgba(211, 218, 227, 0.15); + color: #D3DAE3; + border-radius: 2px; +} + +.workspace-thumbnails .placeholder { + background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); + background-size: contain; + width: 18px; +} + +.popup-menu-item:ltr { + padding-right: 12px; + padding-left: 0; +} + +.popup-menu-item:rtl { + padding-right: 0; + padding-left: 12px; +} + +.aggregate-menu .popup-menu-item > :first-child:ltr { + padding-left: 6px; + margin-left: 0; +} + +.aggregate-menu .popup-menu-item > :first-child:rtl { + padding-right: 6px; + margin-right: 0; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 12px; + margin-left: 9px; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 12px; + margin-right: 9px; +} + +.osd-window { + spacing: 12px; + padding: 12px 18px; + margin-bottom: 4em; +} + +.osd-window > * { + spacing: 8px; +} + +.osd-window StIcon { + icon-size: 32px; +} + +.osd-window StLabel:ltr { + margin-right: 6px; +} + +.osd-window StLabel:rtl { + margin-left: 6px; +} + +#dashtodockContainer { + background: transparent; +} + +#dashtodockContainer .dash-item-container { + background: transparent; +} + +#dashtodockContainer .dash-item-container > StWidget { + background-size: contain; +} + +#dashtodockContainer .dash-item-container .app-well-app-running-dot { + width: 6px; + height: 2px; + box-shadow: none; + margin: 2px; + border-radius: 0; + background-color: #5294e2; +} + +#dashtodockContainer .dash-item-container > StWidget.focused .app-well-app-running-dot { + width: 18px; + height: 2px; + background-color: #5294e2; +} + +#dashtodockContainer .number-overlay, +#dashtodockContainer .notification-badge { + min-width: 1.4em; + min-height: 1.4em; + margin: 0; + padding: 0; + border-radius: 3px; + font-weight: 700; + text-align: center; +} + +#dashtodockContainer .number-overlay { + background-color: #282A33; + color: #D3DAE3; +} + +#dashtodockContainer .notification-badge { + background-color: #282A33; + color: #D3DAE3; +} + +.popup-menu.app-well-menu .popup-menu-item.dashtodock-app-well-preview-menu-item { + padding-left: 1em; + padding-right: 1em; +} + +.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { + border: 1px solid transparent; + background: none; +} + +.openweather-button:hover, .openweather-button-action:hover, .openweather-menu-button-container:hover, .openweather-button-box:hover { + border: 1px solid #5294e2; +} + +.openweather-provider { + padding: 0 16px; + font-weight: 500; + text-shadow: none; + color: #e6ebef; + background-color: #2c2f39; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.openweather-provider:hover { + text-shadow: none; + color: #e6ebef; + background-color: #383a44; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.openweather-provider:focus { + text-shadow: none; + color: #e6ebef; + background-color: #2c2f39; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.openweather-provider:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #68a2e6; + box-shadow: none; +} + +.openweather-provider:insensitive { + text-shadow: none; + color: rgba(230, 235, 239, 0.45); + border: 1px solid rgba(255, 255, 255, 0); + background-color: rgba(44, 47, 57, 0.55); + box-shadow: none; +} + +.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { + background: none; + color: #e6ebef; + -st-icon-style: symbolic; +} + +.openweather-current-databox-values { + background: none; + color: rgba(230, 235, 239, 0.6); +} + +.openweather-current-databox-captions { + background: none; + color: rgba(230, 235, 239, 0.6); +} + +.openweather-forecast-icon, .openweather-forecast-summary { + background: none; + color: rgba(230, 235, 239, 0.75); + -st-icon-style: symbolic; +} + +.openweather-forecast-day { + background: none; + color: #e6ebef; +} + +.openweather-forecast-temperature { + background: none; + color: rgba(230, 235, 239, 0.75); +} + +.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { + color: rgba(230, 235, 239, 0.75); + -st-icon-style: symbolic; +} diff --git a/src/gnome-shell/theme-42-0/gnome-shell-Dark.scss b/src/gnome-shell/theme-42-0/gnome-shell-Dark.scss new file mode 100644 index 00000000..ed48b095 --- /dev/null +++ b/src/gnome-shell/theme-42-0/gnome-shell-Dark.scss @@ -0,0 +1,8 @@ +$variant: 'dark'; +$titlebar: 'dark'; + +@import '../../_sass/colors'; //use gtk colors +@import '../../_sass/variables'; +@import '../../_sass/gnome-shell/drawing'; +@import '../../_sass/gnome-shell/widgets-42-0'; +@import '../../_sass/gnome-shell/extensions-40-0'; diff --git a/src/gnome-shell/theme-42-0/gnome-shell.css b/src/gnome-shell/theme-42-0/gnome-shell.css new file mode 100644 index 00000000..71d8f5ef --- /dev/null +++ b/src/gnome-shell/theme-42-0/gnome-shell.css @@ -0,0 +1,3221 @@ +stage { + font-size: 10pt; + color: #464853; +} + +.modal-dialog, .notification-banner { + color: #464853; + background-color: #ffffff; + border: 0 solid rgba(0, 0, 0, 0.12) !important; + box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.35) !important; +} + +.workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { + color: #D3DAE3; + background-color: #282A33; + border-radius: 3px; + padding: 12px; + border: 1px solid #434655 !important; + box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.35) !important; +} + +.list-search-result, .search-provider-icon, .app-well-app .overview-icon, +.grid-search-result .overview-icon { + color: white; + border-radius: 2px; + padding: 6px; + border: 1px solid transparent; + transition-duration: 0ms; + text-align: center; +} + +.app-well-app:hover .overview-icon, +.grid-search-result:hover .overview-icon { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.app-well-app:active .overview-icon, +.grid-search-result:active .overview-icon { + background-color: rgba(82, 148, 226, 0.75); + border: 1px solid #5294e2; +} + +.search-statustext { + font-size: 2em; + font-weight: bold; + color: #464853; +} + +.shell-link { + color: #2679db; +} + +.shell-link:hover { + color: #5294e2; +} + +.lowres-icon { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); +} + +.icon-dropshadow { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); +} + +/* Entries */ +StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #464853; + selection-background-color: #5294e2; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 2px; + color: #4a4c59; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); +} + +StEntry:hover { + color: #464853; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); +} + +StEntry:focus { + color: #464853; + background-color: #ffffff; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); +} + +StEntry:insensitive { + color: rgba(70, 72, 83, 0.55); + background-color: #fdfdfe; + border-color: 1px solid rgba(232, 233, 234, 0.516); + box-shadow: inset 0 2px 4px rgba(253, 253, 254, 0.05); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(70, 72, 83, 0.7); +} + +/* Buttons */ +.hotplug-notification-item, .notification-banner .notification-button, +.button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + border-radius: 2px; + text-shadow: none; + color: #464853; + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.hotplug-notification-item:focus, .notification-banner .notification-button:focus, +.button:focus { + text-shadow: none; + color: #464853; + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.hotplug-notification-item:hover, .notification-banner .notification-button:hover, +.button:hover { + text-shadow: none; + color: #464853; + background-color: #f4f4f5; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.hotplug-notification-item:hover:focus, .notification-banner .notification-button:hover:focus, +.button:hover:focus { + text-shadow: none; + color: #464853; + background-color: rgba(0, 0, 0, 0.03); + border: 1px solid #5294e2; + box-shadow: none; +} + +.hotplug-notification-item:active, .notification-banner .notification-button:active, .hotplug-notification-item:checked, .notification-banner .notification-button:checked, +.button:active, +.button:active:focus, +.button:checked { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.hotplug-notification-item:insensitive, .notification-banner .notification-button:insensitive, +.button:insensitive { + text-shadow: none; + color: rgba(70, 72, 83, 0.55); + border: 1px solid rgba(0, 0, 0, 0); + background-color: rgba(255, 255, 255, 0.55); + box-shadow: none; +} + +/* Check Boxes */ +.check-box StBoxLayout { + spacing: .8em; +} + +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("assets/checkbox-unchecked.svg"); +} + +.check-box:focus StBin { + background-image: url("assets/checkbox-unchecked-focused.svg"); +} + +.check-box:checked StBin { + background-image: url("assets/checkbox-checked.svg"); +} + +.check-box:focus:checked StBin { + background-image: url("assets/checkbox-checked-focused.svg"); +} + +/* Switches */ +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; + background-image: url("assets/switch-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/switch-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/switch-off-selected.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/switch-on-selected.svg"); +} + +/* Slider */ +.slider { + height: 15px; + color: rgba(0, 0, 0, 0.12); + -slider-height: 4px; + -slider-background-color: rgba(0, 0, 0, 0.12); + -slider-border-color: transparent; + -slider-active-background-color: #5294e2; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.12); + -barlevel-border-width: 0; + -barlevel-border-color: transparent; + -barlevel-active-background-color: #5294e2; + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #F04A50; + -barlevel-overdrive-border-color: #F04A50; + -barlevel-overdrive-separator-width: 2px; +} + +.popup-menu-item.selected .slider { + -slider-background-color: rgba(0, 0, 0, 0.2); + -slider-active-background-color: #ffffff; + -barlevel-background-color: rgba(0, 0, 0, 0.2); + -barlevel-active-background-color: #ffffff; +} + +/* Scrollbars */ +StScrollView.vfade { + -st-vfade-offset: 68px; +} + +StScrollView.hfade { + -st-hfade-offset: 68px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 10px; + min-height: 10px; +} + +StScrollBar StBin#trough { + border-radius: 0; + background-color: transparent; +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 5px; + background-color: #8e9097; + margin: 2px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #6a6c75; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5294e2; +} + +/* Popovers/Menus */ +.popup-menu-boxpointer, .candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: rgba(0, 0, 0, 0.12); + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; +} + +.popup-menu { + min-width: 15em; + color: #464853 !important; + background: none; + border: none; + box-shadow: none; +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu .search-entry { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.popup-menu .search-entry:hover { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.popup-menu .search-entry:focus { + border: 1px solid #5294e2; +} + +.popup-menu-content { + padding: 6px 0; + background-color: #ffffff !important; + border-radius: 3px; + margin: 2px 7px 12px; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); + border: 0 solid rgba(0, 0, 0, 0.12) !important; +} + +.popup-menu-item { + spacing: 6px; + padding: 6px; + color: rgba(70, 72, 83, 0.75) !important; + border-radius: 0; +} + +.popup-menu-item:checked { + background-color: #f7f7f7 !important; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); + color: #464853 !important; + border-radius: 0; +} + +.popup-menu-item:hover, .popup-menu-item:focus, .popup-menu-item.selected { + background-color: #5294e2 !important; + color: #ffffff !important; +} + +.popup-menu-item:active { + background-color: #3c86de !important; + color: #ffffff !important; +} + +.popup-menu-item:insensitive { + color: rgba(70, 72, 83, 0.5) !important; +} + +.popup-inactive-menu-item { + color: #464853 !important; +} + +.popup-inactive-menu-item:insensitive { + color: rgba(70, 72, 83, 0.5) !important; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 16px; +} + +.popup-sub-menu { + background-color: #f7f7f7 !important; + border: none; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); + border-radius: 0; +} + +.popup-menu-ornament { + width: 1.2em; +} + +.popup-menu-ornament:ltr { + text-align: right; +} + +.popup-menu-ornament:rtl { + text-align: left; +} + +.popup-separator-menu-item { + margin: 0 !important; + padding: 0 !important; + height: 1px !important; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px !important; + margin: 0 !important; + padding: 0 !important; + background-color: transparent; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + margin: 0 !important; + padding: 0 !important; + background-color: transparent; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 4px; + -st-icon-style: symbolic; +} + +/* Date/Time Menu */ +.clock-display-box { + spacing: 2px; +} + +.clock-display-box .clock { + padding-left: 12px; + padding-right: 12px; +} + +#calendarArea { + padding: 12px 0; +} + +.calendar { + margin: 0 6px; + padding: 6px; + box-shadow: none; + background: none; + border: none; + text-shadow: none; +} + +.datemenu-displays-box, +.message-list-sections { + margin: 4px 8px; +} + +.datemenu-calendar-column { + spacing: 6px; + border: none; + padding: 0 6px; +} + +.datemenu-calendar-column:ltr { + margin-right: 12px; + border-left-width: 0; +} + +.datemenu-calendar-column:rtl { + margin-left: 12px; + border-right-width: 0; +} + +.datemenu-calendar-column .datemenu-displays-section { + padding-bottom: 0; +} + +.datemenu-calendar-column .datemenu-displays-box { + spacing: 6px; +} + +.datemenu-today-button { + border-radius: 2px; + padding: 4px 8px; + margin: 0; + border: 1px solid rgba(255, 255, 255, 0); + background: none; + color: rgba(70, 72, 83, 0.65); + text-shadow: none; +} + +.datemenu-today-button:hover, .datemenu-today-button:focus { + text-shadow: none; + color: #464853; + background-color: #f4f4f5; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.datemenu-today-button:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.datemenu-today-button .day-label { + font-size: 2em; + font-weight: bold; +} + +.datemenu-today-button .date-label { + font-size: 1.5em; + font-weight: 300; +} + +.calendar-month-label { + color: #464853; + font-weight: bold; + padding: 8px 0; + text-shadow: none; +} + +.pager-button { + width: 28px !important; + height: 28px !important; + margin: 2px !important; + padding: 0 !important; + border-radius: 1000px; + background-color: transparent; + color: #464853; +} + +.pager-button:hover, .pager-button:focus { + background-color: rgba(70, 72, 83, 0.1); +} + +.pager-button:active { + background-color: rgba(70, 72, 83, 0.15); +} + +.calendar-change-month-back, +.calendar-change-month-forward { + padding: 0 2px; +} + +.calendar-change-month-back StIcon, +.calendar-change-month-forward StIcon { + icon-size: 16px; +} + +.calendar-day-base { + font-size: 90%; + text-align: center; + width: 2.4em; + height: 2.4em; + padding: 0.1em; + margin: 2px; + border-radius: 1000px; + font-feature-settings: "tnum"; + color: rgba(70, 72, 83, 0.75); + background-color: transparent; +} + +.calendar-day-base:hover, .calendar-day-base:focus { + background-color: #eaeef2; +} + +.calendar-day-base:active, .calendar-day-base:checked, .calendar-day-base:selected { + color: #464853; + background-color: dif(true, #dae2e9, white); + border: none; +} + +.calendar-day-base.calendar-day-heading { + color: rgba(70, 72, 83, 0.75); + margin-top: 1em; + font-size: 80%; +} + +.calendar-day { + border-width: 0; + color: rgba(70, 72, 83, 0.8); + background-color: transparent; +} + +.calendar-day:active, .calendar-day:checked, .calendar-day:selected { + color: #464853; + background-color: dif(true, #dae2e9, white); + border: none; +} + +.calendar-day-top { + border-top-width: 0; +} + +.calendar-day-left { + border-left-width: 0; +} + +.calendar-nonwork-day { + color: #464853; + font-weight: bold; +} + +.calendar-today, +.calendar-today:active, +.calendar-today:selected, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5294e2; + border: none; +} + +.calendar-day-with-events { + font-weight: bold; + background-image: url("assets/calendar-today.svg"); +} + +.calendar-today.calendar-day-with-events { + color: #ffffff; +} + +.calendar-other-month-day { + color: rgba(70, 72, 83, 0.3); + opacity: 1; +} + +.calendar-week-number { + font-size: 70%; + font-weight: bold; + text-align: center; + width: 2.3em; + height: 2.3em; + border-radius: 2px; + padding: 0 !important; + margin: 6px !important; + background-color: rgba(70, 72, 83, 0.1); + color: rgba(70, 72, 83, 0.75); +} + +.world-clocks-button, +.weather-button, +.events-button { + border-radius: 2px; + padding: 8px 10px; + margin: 0; + text-shadow: none; + text-shadow: none; + color: #464853; + background-color: #f4f4f5; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.world-clocks-button:hover, .world-clocks-button:focus, +.weather-button:hover, +.weather-button:focus, +.events-button:hover, +.events-button:focus { + background-color: rgba(0, 0, 0, 0.06); + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.world-clocks-button:active, +.weather-button:active, +.events-button:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.world-clocks-header, +.weather-header, +.message-list-section-title, +.events-section-title { + color: rgba(70, 72, 83, 0.75); + font-weight: bold; +} + +:active .world-clocks-header, :active .weather-header, :active .message-list-section-title, :active .events-section-title { + color: #ffffff; +} + +.world-clocks-grid, +.weather-grid { + spacing-rows: 0.4em; + spacing-columns: 0.8em; +} + +.world-clocks-city { + color: rgba(70, 72, 83, 0.6); + font-weight: bold; + font-size: 0.9em; +} + +.world-clocks-time { + color: rgba(70, 72, 83, 0.6); + font-feature-settings: "tnum"; + font-size: 1.2em; +} + +.world-clocks-timezone { + color: rgba(70, 72, 83, 0.75); + font-feature-settings: "tnum"; + font-size: 0.9em; +} + +.weather-box { + spacing: 0.4em; +} + +.weather-header.location { + font-weight: normal; + color: rgba(70, 72, 83, 0.55); +} + +.weather-forecast-icon { + icon-size: 2.18em; + color: rgba(70, 72, 83, 0.65); +} + +.weather-forecast-time { + color: rgba(70, 72, 83, 0.6); + font-size: 0.8em; + font-feature-settings: "tnum"; + font-weight: normal; + padding-top: 0.2em; + padding-bottom: 0.4em; +} + +.weather-forecast-temp { + font-weight: bold; + color: rgba(70, 72, 83, 0.65); + text-shadow: none; +} + +.world-clocks-button:active *, +.weather-button:active * { + color: #ffffff; +} + +.events-button .events-box { + spacing: 6px; +} + +.events-button .events-list { + spacing: 12px; + text-shadow: none; + color: rgba(70, 72, 83, 0.6); +} + +.events-button .events-title { + color: rgba(70, 72, 83, 0.75); + font-weight: bold; + margin-bottom: 4px; + text-shadow: none; +} + +.events-button .event-time { + color: rgba(70, 72, 83, 0.75); + font-feature-settings: "tnum"; +} + +.events-button:active .events-list, .events-button:active .events-title, .events-button:active .event-time { + color: white !important; +} + +/* Message List */ +.message-list { + width: 31.5em; + padding: 0 12px; + text-shadow: none; +} + +.message-list .message-list-placeholder { + spacing: 12px; +} + +.message-list-sections { + spacing: 6px; + margin: 0 16px; +} + +.message-list-section, +.message-list-section-list { + spacing: 6px; +} + +.message-list-controls { + margin: 8px 16px 0; + padding: 4px; + spacing: 12px; +} + +.message { + border-radius: 2px; + text-shadow: none; +} + +.popup-menu .message { + box-shadow: none; + text-shadow: none; + color: #464853; + background-color: #f4f4f5; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.popup-menu .message:hover, .popup-menu .message:focus { + background-color: rgba(0, 0, 0, 0.06); + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.popup-menu .message:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.popup-menu .message:active .message-content, +.popup-menu .message:active .message-title, +.popup-menu .message:active .message-body, +.popup-menu .message:active .message-secondary-bin > .event-time, +.popup-menu .message:active .message-close-button, +.popup-menu .message:active .message-media-control { + color: #ffffff; +} + +.popup-menu .message:active .message-content:insensitive, +.popup-menu .message:active .message-title:insensitive, +.popup-menu .message:active .message-body:insensitive, +.popup-menu .message:active .message-secondary-bin > .event-time:insensitive, +.popup-menu .message:active .message-close-button:insensitive, +.popup-menu .message:active .message-media-control:insensitive { + color: rgba(255, 255, 255, 0.45); +} + +.message .message-icon-bin { + padding: 18px 0 18px 12px; +} + +.message .message-icon-bin:rtl { + padding: 18px 12px 18px 0; +} + +.message .message-icon-bin > StIcon { + icon-size: 32px; + -st-icon-style: symbolic; +} + +.message .message-icon-bin > .fallback-app-icon { + width: 16px; + height: 16px; +} + +.message .message-content { + padding: 14px; + spacing: 4px; + text-shadow: none; +} + +.message .message-title { + font-weight: bold; + text-shadow: none; +} + +.message .message-secondary-bin { + padding: 0 8px; +} + +.message .message-secondary-bin > .event-time { + color: rgba(70, 72, 83, 0.5); + font-size: 8pt; + /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ + padding-bottom: 0.13em; +} + +.message .message-secondary-bin > .event-time:ltr { + text-align: right; +} + +.message .message-secondary-bin > .event-time:rtl { + text-align: left; +} + +.message .message-close-button { + min-height: 24px; + min-width: 24px; + color: rgba(70, 72, 83, 0.75); + border-radius: 1000px; + padding: 0; + magrin: 0; +} + +.message .message-close-button:hover { + color: #464853; + background-color: rgba(70, 72, 83, 0.1); +} + +.message .message-close-button:active { + color: #464853; + background-color: rgba(70, 72, 83, 0.2); +} + +.message .message-body { + color: rgba(70, 72, 83, 0.75); +} + +.url-highlighter { + link-color: #2679db; +} + +/* Media Controls */ +.message-media-control { + margin: 18px 4px; + padding: 10px; + color: rgba(70, 72, 83, 0.75); + border-radius: 1000px; +} + +.message-media-control:last-child:ltr { + margin-right: 16px; + padding-right: 8px; +} + +.message-media-control:last-child:rtl { + margin-left: 16px; + padding-left: 8px; +} + +.message-media-control:hover { + color: #464853; + background-color: rgba(70, 72, 83, 0.15); +} + +.message-media-control:active { + color: #464853; + background-color: rgba(70, 72, 83, 0.25); +} + +.message-media-control:insensitive { + color: rgba(70, 72, 83, 0.55); +} + +.media-message-cover-icon { + icon-size: 32px !important; + border-radius: 2px; +} + +.media-message-cover-icon.fallback { + color: rgba(70, 72, 83, 0.75); + background-color: #fafbfc; + border: 1px solid transparent; + border-radius: 2px; + icon-size: 32px !important; +} + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; + background-color: #ffffff; + border-radius: 3px; + margin: 12px 4px 6px; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); + border: 0 solid rgba(0, 0, 0, 0.75) !important; +} + +.candidate-index { + padding: 0 0.5em 0 0; + color: rgba(70, 72, 83, 0.75); +} + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + border-radius: 2px; + margin-right: 2px; + color: rgba(70, 72, 83, 0.75); +} + +.candidate-box:selected, .candidate-box:hover, .candidate-box:focus { + background-color: #5294e2; + color: #ffffff; +} + +.candidate-box:selected .candidate-index, .candidate-box:hover .candidate-index, .candidate-box:focus .candidate-index { + color: #ffffff; +} + +.candidate-page-button-box { + height: 2em; +} + +.vertical .candidate-page-button-box { + padding-top: 0.5em; +} + +.horizontal .candidate-page-button-box { + padding-left: 0.5em; +} + +.candidate-page-button { + padding: 0 8px; +} + +.candidate-page-button:insensitive { + border-color: rgba(0, 0, 0, 0.12); +} + +.candidate-page-button:first-child { + border-right: none !important; +} + +.candidate-page-button-previous { + border-radius: 3px 0px 0px 3px; + border-right-width: 0 !important; +} + +.candidate-page-button-next { + border-radius: 0px 3px 3px 0px; +} + +.candidate-page-button-icon { + icon-size: 1em; +} + +/* Notifications & Message Tray */ +.notification-banner { + min-height: 64px; + width: 34em; + color: #464853; + margin: 6px; +} + +.notification-banner .notification-icon { + padding: 6px; +} + +.notification-banner .notification-content { + padding: 6px; + spacing: 6px; +} + +.notification-banner .secondary-icon { + icon-size: em(16px); +} + +.notification-banner .notification-actions { + padding-top: 0; + border-top: 1px solid rgba(0, 0, 0, 0.12); + spacing: 0; +} + +.summary-source-counter { + font-size: 10pt; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #5294e2; + color: #ffffff; + border: 2px solid #464853; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #2f3037; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #696c7d; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 8pt; + font-weight: bold; + color: #707385; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 0 4px; +} + +/* Modal Dialogs */ +.headline { + font-size: 11pt; +} + +.modal-dialog { + border-radius: 3px; + box-shadow: none; + margin: 12px; +} + +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; +} + +.modal-dialog-linked-button { + height: 38px; + padding: 0; + box-shadow: none; + color: #D3DAE3; + background-color: #282A33; + border: none; + border-top: 0 solid rgba(0, 0, 0, 0.12) !important; +} + +.modal-dialog-linked-button:hover { + background-color: #333641; +} + +.modal-dialog-linked-button:focus { + color: #5294e2; +} + +.modal-dialog-linked-button:active { + color: #D3DAE3; + background-color: #1d1e25; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(211, 218, 227, 0.5); + background-color: #24252d; +} + +.modal-dialog-linked-button:first-child { + border-radius: 0 0 0 2px; +} + +.modal-dialog-linked-button:last-child { + border-radius: 0 0 2px 0; +} + +/* End Session Dialog */ +.end-session-dialog { + width: 30em; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog .modal-dialog-linked-button:last-child { + color: white; + background-color: #F04A50; +} + +.end-session-dialog .modal-dialog-linked-button:last-child:hover { + color: white; + background-color: #f47479; +} + +.end-session-dialog .modal-dialog-linked-button:last-child:active { + color: white; + background-color: #ee3239; +} + +/* Message Dialog */ +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.lightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +/* Dialog List */ +.dialog-list { + spacing: 18px; +} + +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: rgba(70, 72, 83, 0.75); + font-size: 9pt; +} + +/* Run Dialog */ +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + font-size: 9pt; + text-align: center; + color: rgba(70, 72, 83, 0.75); +} + +/* Password or Authentication Dialog */ +.prompt-dialog { + width: 28em; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .modal-dialog-linked-button:last-child { + color: white; + background-color: #5294e2; +} + +.prompt-dialog .modal-dialog-linked-button:last-child:hover { + color: white; + background-color: #79ace9; +} + +.prompt-dialog .modal-dialog-linked-button:last-child:active { + color: white; + background-color: #3c86de; +} + +.prompt-dialog .modal-dialog-linked-button:last-child:insensitive { + color: rgba(255, 255, 255, 0.35); + background-color: #374f70; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 9pt; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +/* Polkit Dialog */ +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; +} + +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +/* Audio selection dialog */ +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-device { + border: 1px solid rgba(0, 0, 0, 0.12); + border-radius: 12px; +} + +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: #5294e2; + border-color: #5294e2; +} + +.audio-selection-device:active { + background-color: #5294e2; + color: #ffffff; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +/* Network Dialogs */ +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #464853; +} + +.nm-dialog-header { + font-weight: bold; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(0, 0, 0, 0.12); + padding: 0; + background-color: #ffffff; + border-radius: 2px; +} + +.nm-dialog-item { + font-size: 10pt; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + padding: 12px; + spacing: 0px; +} + +.nm-dialog-item:selected { + background-color: #5294e2; + color: #ffffff; +} + +.nm-dialog-icon { + icon-size: 16px; +} + +.nm-dialog-icons { + spacing: 12px; +} + +.no-networks-label { + color: rgba(70, 72, 83, 0.55); +} + +.no-networks-box { + spacing: 6px; +} + +/* OSD */ +.osd-window { + text-align: center; + font-weight: bold; +} + +.osd-window .osd-monitor-label { + font-size: 3em; +} + +.osd-window .level { + height: 4px; + -barlevel-height: 4px; + -barlevel-background-color: rgba(255, 255, 255, 0.15); + -barlevel-active-background-color: #5294e2; + -barlevel-overdrive-color: #F04A50; + -barlevel-overdrive-separator-width: 3px; +} + +/* Pad OSD */ +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.8); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +/* App Switcher */ +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 2px; + border: 1px solid transparent; +} + +.switcher-list .item-box:outlined { + background-color: rgba(211, 218, 227, 0.3); +} + +.switcher-list .item-box:selected { + background-color: rgba(211, 218, 227, 0.3); + color: #D3DAE3; +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 6px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0, 0, 0, 0.12); +} + +.switcher-list .switcher-list-item-container { + spacing: 8px; +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: rgba(70, 72, 83, 0.8); +} + +.switcher-arrow:highlighted { + color: #464853; +} + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 5px solid #5294e2; +} + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; +} + +.workspace-switcher { + background: transparent; + border: none; + border-radius: 0; + padding: 0; + spacing: 12px; +} + +.ws-switcher-box { + background: transparent; + height: 50px; + background-size: 32px; + border: 1px solid rgba(211, 218, 227, 0.1); + border-radius: 2px; +} + +.ws-switcher-active-up, +.ws-switcher-active-down, +.ws-switcher-active-left, +.ws-switcher-active-right { + height: 52px; + background-color: #5294e2; + border: 1px solid #2f7edc; + border-radius: 2px; + color: #ffffff; +} + +/* Top Bar */ +#panel { + font-weight: normal; + height: 2.1em; + min-height: 27px; + background-color: #21232b; + border: none; + font-feature-settings: "tnum"; + transition-duration: 250ms; +} + +#panel.dynamic-top-bar-white-btn { + border-image: none; +} + +#panel.unlock-screen, #panel.login-screen { + background-color: transparent; +} + +#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 6px; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: #21232b; + -panel-corner-border-width: 0; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #68a2e6; +} + +#panel .panel-button { + -natural-hpadding: 10px; + -minimum-hpadding: 6px; + font-weight: normal; + color: #D3DAE3; + transition-duration: 150ms; + text-shadow: none; + border: none; + box-shadow: none; + border-radius: 0; +} + +#panel .panel-button:hover { + color: #D3DAE3; + background-color: rgba(211, 218, 227, 0.08); + box-shadow: none; + border-radius: 0; +} + +#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + color: #D3DAE3; + background-color: rgba(211, 218, 227, 0.16); + box-shadow: inset 0 -2px 0 #5294e2; + border-radius: 0; +} + +#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { + icon-shadow: none; +} + +#panel .panel-button.clock-display .clock { + transition-duration: 0; + border: none; + border-radius: 0; +} + +#panel .panel-button.clock-display .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background-color: transparent; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 16px; + padding: 0 4px; + margin: 0 2px; +} + +#panel .panel-button .panel-status-menu-box .system-status-icon { + margin: 0; +} + +#panel .panel-button .app-menu-icon { + width: 0; + height: 0; + margin-left: 0px; + margin-right: 0px; + -st-icon-style: symbolic; +} + +#panel.unlock-screen, #panel.login-screen, #panel.lock-screen, #panel:overview { + background: none; + color: #f2f4f7; +} + +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel.lock-screen .panel-button:hover.clock-display .clock, #panel.lock-screen .panel-button:active.clock-display .clock, #panel.lock-screen .panel-button:overview.clock-display .clock, #panel.lock-screen .panel-button:focus.clock-display .clock, #panel.lock-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator, +#panel .remote-access-indicator { + color: #F27835; +} + +#panel .popup-menu-arrow { + width: 0; + height: 0; +} + +#appMenu { + spacing: 6px; +} + +#appMenu .label-shadow { + color: transparent; +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:hover { + background-color: rgba(211, 218, 227, 0.05) !important; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:focus { + background-color: rgba(211, 218, 227, 0.1) !important; +} + +/* Activities Ripple */ +.ripple-box { + background-color: #5294e2; + box-shadow: 0 0 2px 2px #a9caf1; + width: 52px; + height: 52px; + border-radius: 0 0 52px 0; +} + +.ripple-box:rtl { + border-radius: 0 0 0 52px; +} + +/* OVERVIEW */ +#overview { + spacing: 24px; + background-color: transparent; +} + +.overview-controls { + padding-bottom: 32px; +} + +/* Window Picker */ +.window-picker { + spacing: 6px; + padding: 12px; +} + +.window-picker.external-monitor { + padding: 12px; +} + +.window-clone-border { + border-width: 3px; + border-style: solid; + border-color: rgba(255, 255, 255, 0.35); + border-radius: 2px; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0); +} + +.window-caption { + color: #D3DAE3; + background-color: #282A33; + border: 1px solid rgba(0, 0, 0, 0.75); + border-radius: 2px; + padding: 3px 12px; + font-weight: normal; + font-size: 10pt; +} + +.window-close { + background-color: #5294e2; + color: #ffffff; + border: none; + border-radius: 22px; + padding: 3px; + height: 32px; + width: 32px; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); + transition-duration: 300ms; + -shell-close-overlap: 16px; +} + +.window-close:hover { + background-color: #68a2e6; +} + +.window-close:active { + background-color: #3c86de; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, +.search-entry { + width: 320px; + padding: 7px 9px; + border-radius: 1000px; + color: rgba(70, 72, 83, 0.7); + background-color: white; + border: none; + caret-color: #464853; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover, +.search-entry:hover { + padding: 7px 9px; + color: #464853; + background-color: white; + border: none; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover StLabel.hint-text, +.search-entry:hover StLabel.hint-text { + color: rgba(70, 72, 83, 0.9); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, +.search-entry:hover .search-entry-icon { + color: #464853; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, +.search-entry:focus { + padding: 7px 9px; + color: #ffffff; + background-color: #5294e2; + caret-color: #ffffff; + selection-background-color: rgba(255, 255, 255, 0.25); + selected-color: #ffffff; + border: none; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus StLabel.hint-text, +.search-entry:focus StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, +.search-entry:focus .search-entry-icon { + color: #ffffff; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, +.search-entry:insensitive { + color: rgba(70, 72, 83, 0.55); + background-color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, +.search-entry StLabel.hint-text { + color: rgba(70, 72, 83, 0.7); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, +.search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 4px; + color: inherit; +} + +/* Search */ +#searchResultsContent { + max-width: 1024px; + spacing: 8px; +} + +.search-section { + spacing: 8px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.1); +} + +.search-section-content { + background-color: transparent; + border-radius: 2px; + border: none; + box-shadow: none; + text-shadow: none; + color: #D3DAE3; + padding: 18px; + spacing: 8px; +} + +.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.list-search-result:active, .search-provider-icon:active { + box-shadow: none; + background-color: rgba(82, 148, 226, 0.75); + border: 1px solid #5294e2; +} + +.grid-search-results { + spacing: 36px; +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.65); + font-weight: normal; +} + +.list-search-results { + spacing: 6px; +} + +.list-search-result .list-search-result-content { + spacing: 6px; +} + +.list-search-result .list-search-result-title { + spacing: 12px; + font-weight: normal; +} + +.list-search-result .list-search-result-description { + color: rgba(255, 255, 255, 0.65); +} + +.list-search-result:active .list-search-result-description { + color: white; +} + +/* App Icons */ +.app-well-app .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; +} + +.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout, +.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { + spacing: 6px; +} + +/* App Folders */ +.app-well-app.app-folder { + background-color: rgba(39, 40, 47, 0.5); + border: 1px solid #2b2d35; + border-radius: 3px; +} + +.app-well-app.app-folder:hover { + background-color: rgba(57, 59, 69, 0.5); + border-color: #3d404b; +} + +.app-well-app.app-folder:active { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.app-well-app.app-folder .overview-icon, .app-well-app.app-folder:hover .overview-icon, .app-well-app.app-folder:active .overview-icon { + background: none; + border: none; +} + +.app-folder-dialog { + border-radius: 6px; + border: 1px solid #5294e2; + padding: 6px; + space: 6px; + background-color: rgba(40, 42, 51, 0.9); +} + +.app-folder-dialog .folder-name-container { + padding: 12px 18px 0; + spacing: 12px; + /* FIXME: this is to keep the label in sync with the entry */ +} + +.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { + font-size: 16pt; + font-weight: bold; +} + +.app-folder-dialog .folder-name-container .folder-name-entry { + width: 300px; +} + +.app-folder-dialog .folder-name-container .folder-name-label { + padding: 5px 7px; + color: #ffffff; +} + +.app-folder-dialog .folder-name-container .edit-folder-button { + text-shadow: none; + color: #D3DAE3; + border: 1px solid #333641; + background-color: #282A33; + box-shadow: none; + padding: 0; + width: 36px; + height: 36px; + border-radius: 9999px; +} + +.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { + icon-size: 16px; +} + +.app-folder-dialog .folder-name-container .edit-folder-button:hover { + text-shadow: none; + color: #D3DAE3; + border-color: #3e4250; + background-color: #333641; + box-shadow: none; +} + +.app-folder-dialog .folder-name-container .edit-folder-button:active, .app-folder-dialog .folder-name-container .edit-folder-button:checked { + text-shadow: none; + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + box-shadow: none; +} + +.app-folder-dialog .icon-grid { + row-spacing: 12px; + column-spacing: 18px; + page-padding-top: 0; + page-padding-bottom: 0; + page-padding-left: 0; + page-padding-right: 0; +} + +.app-folder-dialog .page-indicators { + margin-bottom: 18px; +} + +.app-folder-dialog .page-indicators .page-indicator { + padding: 15px 12px; +} + +.app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { + background-color: transparent; +} + +.app-folder-dialog-container { + padding: 6px; + width: 600px; + height: 600px; +} + +.app-well-app-running-dot { + width: 12px; + height: 2px; + border-radius: 0; + background-color: rgba(255, 255, 255, 0.6); + margin-bottom: 2px; +} + +StWidget.focused .app-well-app-running-dot { + width: 28px; + height: 2px; + background-color: #5294e2; +} + +.rename-folder-popup .rename-folder-popup-item { + spacing: 6px; +} + +.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { + padding: 0 12px; +} + +.app-menu, +.app-well-menu { + max-width: 27.25em; +} + +.system-action-icon { + background-color: rgba(0, 0, 0, 0.8); + color: #fff; + border-radius: 99px; + icon-size: 48px; +} + +/* Dash */ +.dash-label { + border-radius: 2px; + padding: 4px 12px; + color: white; + background-color: rgba(22, 23, 28, 0.95); + text-align: center; + border: none; + box-shadow: none; + -x-offset: 8px; + -y-offset: 4px; +} + +.show-apps .overview-icon { + background-color: transparent; + border-radius: 2px; + color: #D3DAE3; +} + +.show-apps:hover .overview-icon { + background-color: rgba(255, 255, 255, 0.1); +} + +.show-apps:active .overview-icon, .show-apps:checked .overview-icon { + color: #ffffff; + background-color: #5294e2; + box-shadow: none; +} + +.workspace-thumbnail-indicator { + border: 3px solid #5294e2; + border-radius: 5px; + padding: 0px; +} + +.ripple-pointer-location { + width: 50px; + height: 50px; + border-radius: 25px; + background-color: rgba(213, 229, 248, 0.3); + box-shadow: 0 0 2px 2px #a9caf1; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #5294e2; + -pie-background-color: rgba(255, 255, 255, 0.3); +} + +.magnifier-zoom-region { + border: 2px solid #5294e2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.select-area-rubberband { + background-color: rgba(82, 148, 226, 0.3); + border: 1px solid #5294e2; +} + +.user-icon { + background-size: contain; + color: #D3DAE3; + border-radius: 99px; + border: 2px #D3DAE3; +} + +.user-icon:hover { + color: white; +} + +.user-icon StIcon { + background-color: rgba(211, 218, 227, 0.05); + border-radius: 99px; + padding: 12px; + width: 40px; + height: 40px; +} + +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 20px; + padding-top: 18px; + padding-bottom: 22px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 12px; + width: 40px; + height: 40px; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.hidden { + color: rgba(0, 0, 0, 0); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9pt; + color: #F27835; +} + +/* Workspace animation */ +.workspace-animation { + background-color: #282A33; +} + +/* Tiled window previews */ +.tile-preview { + background-color: rgba(82, 148, 226, 0.5); + border: 1px solid #5294e2; +} + +.tile-preview-left.on-primary { + border-radius: 2px 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 2px 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 2px 2px 0 0; +} + +/* On-screen Keyboard */ +#keyboard { + background-color: rgba(234, 238, 242, 0.9); + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12); +} + +#keyboard .page-indicator { + padding: 6px; +} + +#keyboard .page-indicator .page-indicator-icon { + width: 8px; + height: 8px; +} + +.key-container { + padding: 4px; + spacing: 4px; +} + +.keyboard-key { + text-shadow: none; + color: #464853; + background-color: #fafbfc; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; + font-size: 15pt; + min-height: 1.2em; + min-width: 1.2em; + border-width: 1px; + border-style: solid; + border-radius: 2px; +} + +.keyboard-key:focus { + text-shadow: none; + color: #464853; + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-key:hover, .keyboard-key:checked { + text-shadow: none; + color: #464853; + background-color: #eff0f2; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.keyboard-key:grayed { + background-color: #f0f3f6; + color: #D3DAE3; + border-color: #434655; +} + +.keyboard-key.default-key { + text-shadow: none; + color: #464853; + background-color: #e1e7ed; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-key.default-key:hover, .keyboard-key.default-key:checked { + text-shadow: none; + color: #464853; + background-color: #d7dde3; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-key.default-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.keyboard-key.enter-key { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-key.enter-key:hover, .keyboard-key.enter-key:checked { + text-shadow: none; + color: #ffffff; + background-color: #5e97db; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-key.enter-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.keyboard-key.shift-key-uppercase { + color: #5294e2; +} + +.keyboard-key StIcon { + icon-size: 1.125em; +} + +.keyboard-subkeys { + color: #464853; + -arrow-border-radius: 2px; + -arrow-background-color: #ffffff; + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.12); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 6px; +} + +.keyboard-subkeys .keyboard-key { + text-shadow: none; + color: #464853; + background-color: #fafbfc; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; + border-radius: 3px; +} + +.keyboard-subkeys .keyboard-key:focus { + text-shadow: none; + color: #464853; + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-subkeys .keyboard-key:hover, .keyboard-subkeys .keyboard-key:checked { + text-shadow: none; + color: #464853; + background-color: #eff0f2; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.keyboard-subkeys .keyboard-key:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #68a2e6; + background-color: #5294e2; +} + +.word-suggestions { + font-size: 13pt; + spacing: 12px; + min-height: 20pt; +} + +/* Looking Glass */ +#LookingGlassDialog { + background-color: #282A33; + spacing: 6px; + padding: 4px; + border: 1px solid rgba(211, 218, 227, 0.2); + border-radius: 2px; + color: #D3DAE3; +} + +#LookingGlassDialog > #Toolbar { + border: none; + border-radius: 2px; + background-color: #282A33; +} + +#LookingGlassDialog .labels { + spacing: 6px; +} + +#LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: #a4b3c5; + transition-duration: 100ms; + padding-left: .3em; + padding-right: .3em; + border-bottom-width: 2px; +} + +#LookingGlassDialog .notebook-tab:hover { + color: #D3DAE3; +} + +#LookingGlassDialog .notebook-tab:selected { + border-bottom-width: 2px; + box-shadow: inset 0 -2px 0 0 #68a2e6; + color: #D3DAE3; +} + +#LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 6px; +} + +#LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 6px; +} + +.lg-dialog StEntry { + background-color: rgba(51, 54, 65, 0.6); + color: #D3DAE3; + border-color: rgba(211, 218, 227, 0.2); + min-height: 22px; + selection-background-color: #5294e2; + selected-color: #ffffff; +} + +.lg-dialog .shell-link { + color: #2679db; +} + +.lg-dialog .shell-link:hover { + color: #5294e2; +} + +.lg-dialog .shell-link:active { + color: #1e61b0; +} + +.lg-dialog .actor-link { + color: #ccc; +} + +.lg-dialog .actor-link:hover { + color: white; +} + +.lg-dialog .actor-link:active { + color: #999999; +} + +.lg-completions-text { + font-size: .9em; + font-style: italic; +} + +.lg-obj-inspector-title { + spacing: 6px; +} + +.lg-obj-inspector-button { + border: 1px solid #434655; + padding: 4px; + border-radius: 2px; +} + +.lg-obj-inspector-button:hover { + border: 1px solid #ffffff; +} + +#lookingGlassExtensions { + padding: 4px; +} + +.lg-extensions-list { + padding: 4px; + spacing: 6px; +} + +.lg-extension { + border: 1px solid #4e5264; + background-color: #333641; + border-radius: 2px; + padding: 4px; +} + +.lg-extension-name { + font-weight: bold; +} + +.lg-extension-meta { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + background: #282A33; + border: 1px solid #434655; + border-radius: 2px; + padding: 6px; +} + +/* Login Dialog */ +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; +} + +.unlock-dialog, +.login-dialog { + border: none; + background-color: transparent; +} + +.unlock-dialog StEntry, +.login-dialog StEntry { + border-radius: 1000px; +} + +.unlock-dialog .modal-dialog-button-box, +.login-dialog .modal-dialog-button-box { + spacing: 3px; +} + +.unlock-dialog .modal-dialog-button, +.login-dialog .modal-dialog-button { + padding: 4px 18px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); + background-color: #5b666a; + border-color: #5b666a; + color: #464853; +} + +.unlock-dialog .modal-dialog-button:hover, .unlock-dialog .modal-dialog-button:focus, +.login-dialog .modal-dialog-button:hover, +.login-dialog .modal-dialog-button:focus { + background-color: #667478; + border-color: #667478; +} + +.unlock-dialog .modal-dialog-button:active, +.login-dialog .modal-dialog-button:active { + box-shadow: none; + background-color: #4f595d; + border-color: #4f595d; +} + +.unlock-dialog .modal-dialog-button:insensitive, +.login-dialog .modal-dialog-button:insensitive { + text-shadow: none; + color: rgba(70, 72, 83, 0.55); + border: 1px solid rgba(0, 0, 0, 0); + background-color: rgba(255, 255, 255, 0.55); + box-shadow: none; + border-color: #4f595d; + background-color: #4f595d; + color: rgba(70, 72, 83, 0.7); +} + +.unlock-dialog .modal-dialog-button:default, +.login-dialog .modal-dialog-button:default { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; + border-color: #5294e2; +} + +.unlock-dialog .modal-dialog-button:default:hover, .unlock-dialog .modal-dialog-button:default:focus, +.login-dialog .modal-dialog-button:default:hover, +.login-dialog .modal-dialog-button:default:focus { + text-shadow: none; + color: #ffffff; + background-color: #518fd9; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; + background-color: #68a2e6; + border-color: #68a2e6; +} + +.unlock-dialog .modal-dialog-button:default:active, +.login-dialog .modal-dialog-button:default:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; + background-color: #3c86de; + border-color: #3c86de; +} + +.unlock-dialog .modal-dialog-button:default:insensitive, +.login-dialog .modal-dialog-button:default:insensitive { + text-shadow: none; + color: rgba(70, 72, 83, 0.55); + border: 1px solid rgba(0, 0, 0, 0); + background-color: rgba(255, 255, 255, 0.55); + box-shadow: none; + border-color: #2679db; + background-color: #2679db; + color: rgba(255, 255, 255, 0.7); +} + +.unlock-dialog .cancel-button, +.unlock-dialog .switch-user-button, +.unlock-dialog .login-dialog-session-list-button, +.login-dialog .cancel-button, +.login-dialog .switch-user-button, +.login-dialog .login-dialog-session-list-button { + padding: 0; + border-radius: 1000px; + width: 32px; + height: 32px; + border-color: rgba(250, 251, 252, 0.3); + background-color: rgba(250, 251, 252, 0.3); +} + +.unlock-dialog .cancel-button StIcon, +.unlock-dialog .switch-user-button StIcon, +.unlock-dialog .login-dialog-session-list-button StIcon, +.login-dialog .cancel-button StIcon, +.login-dialog .switch-user-button StIcon, +.login-dialog .login-dialog-session-list-button StIcon { + icon-size: 16px; +} + +.unlock-dialog .caps-lock-warning-label, +.unlock-dialog .login-dialog-message-warning, +.login-dialog .caps-lock-warning-label, +.login-dialog .login-dialog-message-warning { + color: #D3DAE3; +} + +.login-dialog-logo-bin { + padding: 24px 0px; +} + +.login-dialog-banner { + color: #b4c0cf; +} + +.login-dialog-button-box { + width: 23em; + spacing: 5px; +} + +.login-dialog-message { + text-align: center; +} + +.login-dialog-message-hint { + padding-top: 0; + padding-bottom: 20px; +} + +.login-dialog-user-selection-box { + padding: 100px 0px; +} + +.login-dialog-not-listed-label { + padding-left: 2px; +} + +.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #D3DAE3; +} + +.login-dialog-not-listed-label { + font-size: 9pt; + font-weight: bold; + color: #768ba8; + padding-top: 1em; +} + +.login-dialog-user-list-view { + -st-vfade-offset: 1em; +} + +.login-dialog-user-list { + spacing: 12px; + width: 23em; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { + background-color: #5294e2; + color: #ffffff; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid #5294e2; +} + +.login-dialog-user-list-item { + border-radius: 6px; + padding: 6px; + color: #768ba8; +} + +.login-dialog-user-list-item:ltr .user-widget { + padding-right: 1em; +} + +.login-dialog-user-list-item:rtl .user-widget { + padding-left: 1em; +} + +.login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin-top: 6px; + background-color: #D3DAE3; +} + +.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: #ffffff; +} + +.user-widget-label { + color: #D3DAE3; +} + +.user-widget.horizontal .user-widget-label { + font-size: 12pt; + font-weight: bold; + padding-left: 15px; +} + +.user-widget.horizontal .user-widget-label:ltr { + padding-left: 14px; + text-align: left; +} + +.user-widget.horizontal .user-widget-label:rtl { + padding-right: 14px; + text-align: right; +} + +.user-widget.vertical .user-widget-label { + font-size: 15pt; + text-align: center; + font-weight: normal; + padding-top: 16px; +} + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 12px; + width: 23em; +} + +.login-dialog-prompt-entry { + height: 1.5em; +} + +.login-dialog-prompt-label { + color: #95a6bb; + font-size: 11pt; + padding-top: 1em; +} + +/* Screen Shield */ +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(40, 42, 51, 0.3); + color: #D3DAE3; + border-radius: 3px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(40, 42, 51, 0.9); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #282A33; + background-color: rgba(211, 218, 227, 0.3); + border-radius: 1000px; + margin-right: 12px; +} + +.screen-shield-background { + background: black; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); +} + +#lockDialogGroup { + background-color: #282A33; +} + +#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { + background-color: rgba(250, 251, 252, 0.3); +} + +#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { + background-color: rgba(250, 251, 252, 0.5); +} + +#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { + background-color: rgba(82, 148, 226, 0.5); +} + +/* App Grid */ +.icon-grid { + row-spacing: 12px; + column-spacing: 12px; + max-row-spacing: 72px; + max-column-spacing: 72px; + page-padding-top: 24px; + page-padding-bottom: 24px; + page-padding-left: 12px; + page-padding-right: 12px; +} + +.page-indicator { + padding: 15px 12px 30px; +} + +.page-indicator .page-indicator-icon { + width: 10px; + height: 10px; + border-radius: 10px; + background-color: white; +} + +.apps-scroll-view { + padding: 0; +} + +.page-navigation-hint { + width: 300px; +} + +.page-navigation-hint.dnd { + background: rgba(255, 255, 255, 0.1); +} + +.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { + background-gradient-start: rgba(255, 255, 255, 0.05); + background-gradient-end: transparent; + background-gradient-direction: horizontal; + border-radius: 15px 0px 0px 15px; +} + +.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { + background-gradient-start: transparent; + background-gradient-end: rgba(255, 255, 255, 0.05); + background-gradient-direction: horizontal; + border-radius: 0px 15px 15px 0px; +} + +.page-navigation-arrow { + margin: 6px; + width: 24px; + height: 24px; +} + +/* Dash */ +#dash { + font-size: 8pt; + margin-top: 12px; + padding: 0 10px; +} + +#dash .placeholder { + background-image: none; + background-size: contain; + height: 32px; +} + +#dash .empty-dash-drop-target { + width: 32px; + height: 32px; +} + +#dash .overview-icon { + padding: 5px; +} + +.dash-background { + background-color: rgba(44, 47, 57, 0.9); + margin-bottom: 16px; + padding: 10px; + border-radius: 12px; +} + +.dash-item-container .app-well-app, .show-apps { + padding: 10px 2px 26px; +} + +.dash-separator { + width: 1px; + margin: 0 8px 16px 8px; + background-color: rgba(211, 218, 227, 0.2); +} + +#overviewGroup { + background-color: #1d1e25; +} + +.search-entry { + margin-top: 12px; + margin-bottom: 6px; +} + +.workspace-background { + border-radius: 30px; + background-color: #1d1e25; + box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3); +} + +/* Workspace pager */ +.workspace-thumbnails { + visible-width: 32px; + spacing: 6px; + padding: 6px; +} + +.workspace-thumbnails .workspace-thumbnail { + background: rgba(211, 218, 227, 0.15); + color: #D3DAE3; + border-radius: 2px; +} + +.workspace-thumbnails .placeholder { + background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); + background-size: contain; + width: 18px; +} + +.popup-menu-item:ltr { + padding-right: 12px; + padding-left: 0; +} + +.popup-menu-item:rtl { + padding-right: 0; + padding-left: 12px; +} + +.aggregate-menu .popup-menu-item > :first-child:ltr { + padding-left: 6px; + margin-left: 0; +} + +.aggregate-menu .popup-menu-item > :first-child:rtl { + padding-right: 6px; + margin-right: 0; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 12px; + margin-left: 9px; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 12px; + margin-right: 9px; +} + +.osd-window { + spacing: 12px; + padding: 12px 18px; + margin-bottom: 4em; +} + +.osd-window > * { + spacing: 8px; +} + +.osd-window StIcon { + icon-size: 32px; +} + +.osd-window StLabel:ltr { + margin-right: 6px; +} + +.osd-window StLabel:rtl { + margin-left: 6px; +} + +#dashtodockContainer { + background: transparent; +} + +#dashtodockContainer .dash-item-container { + background: transparent; +} + +#dashtodockContainer .dash-item-container > StWidget { + background-size: contain; +} + +#dashtodockContainer .dash-item-container .app-well-app-running-dot { + width: 6px; + height: 2px; + box-shadow: none; + margin: 2px; + border-radius: 0; + background-color: #5294e2; +} + +#dashtodockContainer .dash-item-container > StWidget.focused .app-well-app-running-dot { + width: 18px; + height: 2px; + background-color: #5294e2; +} + +#dashtodockContainer .number-overlay, +#dashtodockContainer .notification-badge { + min-width: 1.4em; + min-height: 1.4em; + margin: 0; + padding: 0; + border-radius: 3px; + font-weight: 700; + text-align: center; +} + +#dashtodockContainer .number-overlay { + background-color: #282A33; + color: #D3DAE3; +} + +#dashtodockContainer .notification-badge { + background-color: #282A33; + color: #D3DAE3; +} + +.popup-menu.app-well-menu .popup-menu-item.dashtodock-app-well-preview-menu-item { + padding-left: 1em; + padding-right: 1em; +} + +.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { + border: 1px solid transparent; + background: none; +} + +.openweather-button:hover, .openweather-button-action:hover, .openweather-menu-button-container:hover, .openweather-button-box:hover { + border: 1px solid #5294e2; +} + +.openweather-provider { + padding: 0 16px; + font-weight: 500; + text-shadow: none; + color: #464853; + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.openweather-provider:hover { + text-shadow: none; + color: #464853; + background-color: #f4f4f5; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.openweather-provider:focus { + text-shadow: none; + color: #464853; + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.openweather-provider:active { + text-shadow: none; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2679db; + box-shadow: none; +} + +.openweather-provider:insensitive { + text-shadow: none; + color: rgba(70, 72, 83, 0.55); + border: 1px solid rgba(0, 0, 0, 0); + background-color: rgba(255, 255, 255, 0.55); + box-shadow: none; +} + +.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { + background: none; + color: #464853; + -st-icon-style: symbolic; +} + +.openweather-current-databox-values { + background: none; + color: rgba(70, 72, 83, 0.6); +} + +.openweather-current-databox-captions { + background: none; + color: rgba(70, 72, 83, 0.6); +} + +.openweather-forecast-icon, .openweather-forecast-summary { + background: none; + color: rgba(70, 72, 83, 0.75); + -st-icon-style: symbolic; +} + +.openweather-forecast-day { + background: none; + color: #464853; +} + +.openweather-forecast-temperature { + background: none; + color: rgba(70, 72, 83, 0.75); +} + +.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { + color: rgba(70, 72, 83, 0.75); + -st-icon-style: symbolic; +} diff --git a/src/gnome-shell/theme-42-0/gnome-shell.scss b/src/gnome-shell/theme-42-0/gnome-shell.scss new file mode 100644 index 00000000..13952ff8 --- /dev/null +++ b/src/gnome-shell/theme-42-0/gnome-shell.scss @@ -0,0 +1,8 @@ +$variant: 'light'; +$titlebar: 'dark'; + +@import '../../_sass/colors'; //use gtk colors +@import '../../_sass/variables'; +@import '../../_sass/gnome-shell/drawing'; +@import '../../_sass/gnome-shell/widgets-42-0'; +@import '../../_sass/gnome-shell/extensions-40-0'; diff --git a/src/gtk-2.0/assets/assets-dark.svg b/src/gtk-2.0/assets/assets-Dark.svg similarity index 100% rename from src/gtk-2.0/assets/assets-dark.svg rename to src/gtk-2.0/assets/assets-Dark.svg diff --git a/src/gtk-2.0/assets/assets-dark/arrow-down-insens.png b/src/gtk-2.0/assets/assets-Dark/arrow-down-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-down-insens.png rename to src/gtk-2.0/assets/assets-Dark/arrow-down-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-down-prelight.png b/src/gtk-2.0/assets/assets-Dark/arrow-down-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-down-prelight.png rename to src/gtk-2.0/assets/assets-Dark/arrow-down-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-down-small-insens.png b/src/gtk-2.0/assets/assets-Dark/arrow-down-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-down-small-insens.png rename to src/gtk-2.0/assets/assets-Dark/arrow-down-small-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-down-small-prelight.png b/src/gtk-2.0/assets/assets-Dark/arrow-down-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-down-small-prelight.png rename to src/gtk-2.0/assets/assets-Dark/arrow-down-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-down-small.png b/src/gtk-2.0/assets/assets-Dark/arrow-down-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-down-small.png rename to src/gtk-2.0/assets/assets-Dark/arrow-down-small.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-down.png b/src/gtk-2.0/assets/assets-Dark/arrow-down.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-down.png rename to src/gtk-2.0/assets/assets-Dark/arrow-down.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-left-insens.png b/src/gtk-2.0/assets/assets-Dark/arrow-left-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-left-insens.png rename to src/gtk-2.0/assets/assets-Dark/arrow-left-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-left-prelight.png b/src/gtk-2.0/assets/assets-Dark/arrow-left-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-left-prelight.png rename to src/gtk-2.0/assets/assets-Dark/arrow-left-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-left.png b/src/gtk-2.0/assets/assets-Dark/arrow-left.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-left.png rename to src/gtk-2.0/assets/assets-Dark/arrow-left.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-right-insens.png b/src/gtk-2.0/assets/assets-Dark/arrow-right-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-right-insens.png rename to src/gtk-2.0/assets/assets-Dark/arrow-right-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-right-prelight.png b/src/gtk-2.0/assets/assets-Dark/arrow-right-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-right-prelight.png rename to src/gtk-2.0/assets/assets-Dark/arrow-right-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-right.png b/src/gtk-2.0/assets/assets-Dark/arrow-right.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-right.png rename to src/gtk-2.0/assets/assets-Dark/arrow-right.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-up-insens.png b/src/gtk-2.0/assets/assets-Dark/arrow-up-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-up-insens.png rename to src/gtk-2.0/assets/assets-Dark/arrow-up-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-up-prelight.png b/src/gtk-2.0/assets/assets-Dark/arrow-up-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-up-prelight.png rename to src/gtk-2.0/assets/assets-Dark/arrow-up-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-up-small-insens.png b/src/gtk-2.0/assets/assets-Dark/arrow-up-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-up-small-insens.png rename to src/gtk-2.0/assets/assets-Dark/arrow-up-small-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-up-small-prelight.png b/src/gtk-2.0/assets/assets-Dark/arrow-up-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-up-small-prelight.png rename to src/gtk-2.0/assets/assets-Dark/arrow-up-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-up-small.png b/src/gtk-2.0/assets/assets-Dark/arrow-up-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-up-small.png rename to src/gtk-2.0/assets/assets-Dark/arrow-up-small.png diff --git a/src/gtk-2.0/assets/assets-dark/arrow-up.png b/src/gtk-2.0/assets/assets-Dark/arrow-up.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/arrow-up.png rename to src/gtk-2.0/assets/assets-Dark/arrow-up.png diff --git a/src/gtk-2.0/assets/assets-dark/button-active.png b/src/gtk-2.0/assets/assets-Dark/button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/button-active.png rename to src/gtk-2.0/assets/assets-Dark/button-active.png diff --git a/src/gtk-2.0/assets/assets-dark/button-hover.png b/src/gtk-2.0/assets/assets-Dark/button-hover.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/button-hover.png rename to src/gtk-2.0/assets/assets-Dark/button-hover.png diff --git a/src/gtk-2.0/assets/assets-dark/button-insensitive.png b/src/gtk-2.0/assets/assets-Dark/button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/button-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/button.png b/src/gtk-2.0/assets/assets-Dark/button.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/button.png rename to src/gtk-2.0/assets/assets-Dark/button.png diff --git a/src/gtk-2.0/assets/assets-dark/checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/checkbox-checked.png b/src/gtk-2.0/assets/assets-Dark/checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/checkbox-checked.png rename to src/gtk-2.0/assets/assets-Dark/checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-dark/checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Dark/checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Dark/checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-border-focus-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-border-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-border-focus-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-border-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-border-focus.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-border-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-border-focus.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-border-focus.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-border-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-border-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-border-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-border-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-border.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-border.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-border.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-border.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-button-active-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-button-active-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-button-active-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-button-active-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-button-active.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-button-active.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-button-active.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-button-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-button-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-button-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-button-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-button-insensitive.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-button-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-button-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-button-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-button-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-button-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-button.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-button.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-button.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-button.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-focus-notebook-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-focus-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-focus-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-focus-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-focus-notebook.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-focus-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-focus-notebook.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-focus-notebook.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-focus-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-focus-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-focus.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-focus.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-focus.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-insensitive-notebook-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-insensitive-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-insensitive-notebook.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-insensitive-notebook.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive-notebook.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-insensitive.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-notebook-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-notebook.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-notebook.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry-rtl.png b/src/gtk-2.0/assets/assets-Dark/combo-entry-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry-rtl.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/combo-entry.png b/src/gtk-2.0/assets/assets-Dark/combo-entry.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/combo-entry.png rename to src/gtk-2.0/assets/assets-Dark/combo-entry.png diff --git a/src/gtk-2.0/assets/assets-dark/down-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Dark/down-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/down-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Dark/down-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/down-background-disable.png b/src/gtk-2.0/assets/assets-Dark/down-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/down-background-disable.png rename to src/gtk-2.0/assets/assets-Dark/down-background-disable.png diff --git a/src/gtk-2.0/assets/assets-dark/down-background-rtl.png b/src/gtk-2.0/assets/assets-Dark/down-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/down-background-rtl.png rename to src/gtk-2.0/assets/assets-Dark/down-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/down-background.png b/src/gtk-2.0/assets/assets-Dark/down-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/down-background.png rename to src/gtk-2.0/assets/assets-Dark/down-background.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-active-bg.png b/src/gtk-2.0/assets/assets-Dark/entry-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-active-bg.png rename to src/gtk-2.0/assets/assets-Dark/entry-active-bg.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-active-notebook.png b/src/gtk-2.0/assets/assets-Dark/entry-active-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-active-notebook.png rename to src/gtk-2.0/assets/assets-Dark/entry-active-notebook.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-active-toolbar.png b/src/gtk-2.0/assets/assets-Dark/entry-active-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-active-toolbar.png rename to src/gtk-2.0/assets/assets-Dark/entry-active-toolbar.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-background-disabled.png b/src/gtk-2.0/assets/assets-Dark/entry-background-disabled.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-background-disabled.png rename to src/gtk-2.0/assets/assets-Dark/entry-background-disabled.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-background.png b/src/gtk-2.0/assets/assets-Dark/entry-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-background.png rename to src/gtk-2.0/assets/assets-Dark/entry-background.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-bg.png b/src/gtk-2.0/assets/assets-Dark/entry-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-bg.png rename to src/gtk-2.0/assets/assets-Dark/entry-bg.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-border-active-bg.png b/src/gtk-2.0/assets/assets-Dark/entry-border-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-border-active-bg.png rename to src/gtk-2.0/assets/assets-Dark/entry-border-active-bg.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-border-bg.png b/src/gtk-2.0/assets/assets-Dark/entry-border-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-border-bg.png rename to src/gtk-2.0/assets/assets-Dark/entry-border-bg.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-disabled-bg.png b/src/gtk-2.0/assets/assets-Dark/entry-disabled-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-disabled-bg.png rename to src/gtk-2.0/assets/assets-Dark/entry-disabled-bg.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-disabled-notebook.png b/src/gtk-2.0/assets/assets-Dark/entry-disabled-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-disabled-notebook.png rename to src/gtk-2.0/assets/assets-Dark/entry-disabled-notebook.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-disabled-toolbar.png b/src/gtk-2.0/assets/assets-Dark/entry-disabled-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-disabled-toolbar.png rename to src/gtk-2.0/assets/assets-Dark/entry-disabled-toolbar.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-notebook.png b/src/gtk-2.0/assets/assets-Dark/entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-notebook.png rename to src/gtk-2.0/assets/assets-Dark/entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-dark/entry-toolbar.png b/src/gtk-2.0/assets/assets-Dark/entry-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/entry-toolbar.png rename to src/gtk-2.0/assets/assets-Dark/entry-toolbar.png diff --git a/src/gtk-2.0/assets/assets-dark/focus-line.png b/src/gtk-2.0/assets/assets-Dark/focus-line.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/focus-line.png rename to src/gtk-2.0/assets/assets-Dark/focus-line.png diff --git a/src/gtk-2.0/assets/assets-dark/frame-gap-end.png b/src/gtk-2.0/assets/assets-Dark/frame-gap-end.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/frame-gap-end.png rename to src/gtk-2.0/assets/assets-Dark/frame-gap-end.png diff --git a/src/gtk-2.0/assets/assets-dark/frame-gap-start.png b/src/gtk-2.0/assets/assets-Dark/frame-gap-start.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/frame-gap-start.png rename to src/gtk-2.0/assets/assets-Dark/frame-gap-start.png diff --git a/src/gtk-2.0/assets/assets-dark/frame.png b/src/gtk-2.0/assets/assets-Dark/frame.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/frame.png rename to src/gtk-2.0/assets/assets-Dark/frame.png diff --git a/src/gtk-2.0/assets/assets-dark/handle-h.png b/src/gtk-2.0/assets/assets-Dark/handle-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/handle-h.png rename to src/gtk-2.0/assets/assets-Dark/handle-h.png diff --git a/src/gtk-2.0/assets/assets-dark/handle-v.png b/src/gtk-2.0/assets/assets-Dark/handle-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/handle-v.png rename to src/gtk-2.0/assets/assets-Dark/handle-v.png diff --git a/src/gtk-2.0/assets/assets-dark/inline-toolbar.png b/src/gtk-2.0/assets/assets-Dark/inline-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/inline-toolbar.png rename to src/gtk-2.0/assets/assets-Dark/inline-toolbar.png diff --git a/src/gtk-2.0/assets/assets-dark/line-h.png b/src/gtk-2.0/assets/assets-Dark/line-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/line-h.png rename to src/gtk-2.0/assets/assets-Dark/line-h.png diff --git a/src/gtk-2.0/assets/assets-dark/line-v.png b/src/gtk-2.0/assets/assets-Dark/line-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/line-v.png rename to src/gtk-2.0/assets/assets-Dark/line-v.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-arrow-prelight.png b/src/gtk-2.0/assets/assets-Dark/menu-arrow-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-arrow-prelight.png rename to src/gtk-2.0/assets/assets-Dark/menu-arrow-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-arrow.png b/src/gtk-2.0/assets/assets-Dark/menu-arrow.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-arrow.png rename to src/gtk-2.0/assets/assets-Dark/menu-arrow.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/menu-checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/menu-checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-checkbox-checked-selected.png b/src/gtk-2.0/assets/assets-Dark/menu-checkbox-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-checkbox-checked-selected.png rename to src/gtk-2.0/assets/assets-Dark/menu-checkbox-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-checkbox-checked.png b/src/gtk-2.0/assets/assets-Dark/menu-checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-checkbox-checked.png rename to src/gtk-2.0/assets/assets-Dark/menu-checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/menu-checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/menu-checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-checkbox-unchecked-selected.png b/src/gtk-2.0/assets/assets-Dark/menu-checkbox-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-checkbox-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Dark/menu-checkbox-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Dark/menu-checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Dark/menu-checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/menu-radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/menu-radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-radio-checked-selected.png b/src/gtk-2.0/assets/assets-Dark/menu-radio-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-radio-checked-selected.png rename to src/gtk-2.0/assets/assets-Dark/menu-radio-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-radio-checked.png b/src/gtk-2.0/assets/assets-Dark/menu-radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-radio-checked.png rename to src/gtk-2.0/assets/assets-Dark/menu-radio-checked.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/menu-radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/menu-radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-radio-unchecked-selected.png b/src/gtk-2.0/assets/assets-Dark/menu-radio-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-radio-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Dark/menu-radio-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-dark/menu-radio-unchecked.png b/src/gtk-2.0/assets/assets-Dark/menu-radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menu-radio-unchecked.png rename to src/gtk-2.0/assets/assets-Dark/menu-radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-dark/menubar.png b/src/gtk-2.0/assets/assets-Dark/menubar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menubar.png rename to src/gtk-2.0/assets/assets-Dark/menubar.png diff --git a/src/gtk-2.0/assets/assets-dark/menubar_button.png b/src/gtk-2.0/assets/assets-Dark/menubar_button.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menubar_button.png rename to src/gtk-2.0/assets/assets-Dark/menubar_button.png diff --git a/src/gtk-2.0/assets/assets-dark/menuitem.png b/src/gtk-2.0/assets/assets-Dark/menuitem.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/menuitem.png rename to src/gtk-2.0/assets/assets-Dark/menuitem.png diff --git a/src/gtk-2.0/assets/assets-dark/minus.png b/src/gtk-2.0/assets/assets-Dark/minus.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/minus.png rename to src/gtk-2.0/assets/assets-Dark/minus.png diff --git a/src/gtk-2.0/assets/assets-dark/notebook-gap-horiz.png b/src/gtk-2.0/assets/assets-Dark/notebook-gap-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/notebook-gap-horiz.png rename to src/gtk-2.0/assets/assets-Dark/notebook-gap-horiz.png diff --git a/src/gtk-2.0/assets/assets-dark/notebook-gap-vert.png b/src/gtk-2.0/assets/assets-Dark/notebook-gap-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/notebook-gap-vert.png rename to src/gtk-2.0/assets/assets-Dark/notebook-gap-vert.png diff --git a/src/gtk-2.0/assets/assets-dark/notebook.png b/src/gtk-2.0/assets/assets-Dark/notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/notebook.png rename to src/gtk-2.0/assets/assets-Dark/notebook.png diff --git a/src/gtk-2.0/assets/assets-dark/null.png b/src/gtk-2.0/assets/assets-Dark/null.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/null.png rename to src/gtk-2.0/assets/assets-Dark/null.png diff --git a/src/gtk-2.0/assets/assets-dark/pathbar_button_active.png b/src/gtk-2.0/assets/assets-Dark/pathbar_button_active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/pathbar_button_active.png rename to src/gtk-2.0/assets/assets-Dark/pathbar_button_active.png diff --git a/src/gtk-2.0/assets/assets-dark/pathbar_button_prelight.png b/src/gtk-2.0/assets/assets-Dark/pathbar_button_prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/pathbar_button_prelight.png rename to src/gtk-2.0/assets/assets-Dark/pathbar_button_prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/plus.png b/src/gtk-2.0/assets/assets-Dark/plus.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/plus.png rename to src/gtk-2.0/assets/assets-Dark/plus.png diff --git a/src/gtk-2.0/assets/assets-dark/progressbar.png b/src/gtk-2.0/assets/assets-Dark/progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/progressbar.png rename to src/gtk-2.0/assets/assets-Dark/progressbar.png diff --git a/src/gtk-2.0/assets/assets-dark/progressbar_v.png b/src/gtk-2.0/assets/assets-Dark/progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/progressbar_v.png rename to src/gtk-2.0/assets/assets-Dark/progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-dark/radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/radio-checked.png b/src/gtk-2.0/assets/assets-Dark/radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/radio-checked.png rename to src/gtk-2.0/assets/assets-Dark/radio-checked.png diff --git a/src/gtk-2.0/assets/assets-dark/radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Dark/radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/radio-unchecked.png b/src/gtk-2.0/assets/assets-Dark/radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/radio-unchecked.png rename to src/gtk-2.0/assets/assets-Dark/radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-horiz-active.png b/src/gtk-2.0/assets/assets-Dark/slider-horiz-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-horiz-active.png rename to src/gtk-2.0/assets/assets-Dark/slider-horiz-active.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-horiz-insens.png b/src/gtk-2.0/assets/assets-Dark/slider-horiz-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-horiz-insens.png rename to src/gtk-2.0/assets/assets-Dark/slider-horiz-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-horiz-prelight.png b/src/gtk-2.0/assets/assets-Dark/slider-horiz-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-horiz-prelight.png rename to src/gtk-2.0/assets/assets-Dark/slider-horiz-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-horiz.png b/src/gtk-2.0/assets/assets-Dark/slider-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-horiz.png rename to src/gtk-2.0/assets/assets-Dark/slider-horiz.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-insensitive.png b/src/gtk-2.0/assets/assets-Dark/slider-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-insensitive.png rename to src/gtk-2.0/assets/assets-Dark/slider-insensitive.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-prelight.png b/src/gtk-2.0/assets/assets-Dark/slider-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-prelight.png rename to src/gtk-2.0/assets/assets-Dark/slider-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-vert-active.png b/src/gtk-2.0/assets/assets-Dark/slider-vert-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-vert-active.png rename to src/gtk-2.0/assets/assets-Dark/slider-vert-active.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-vert-insens.png b/src/gtk-2.0/assets/assets-Dark/slider-vert-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-vert-insens.png rename to src/gtk-2.0/assets/assets-Dark/slider-vert-insens.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-vert-prelight.png b/src/gtk-2.0/assets/assets-Dark/slider-vert-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-vert-prelight.png rename to src/gtk-2.0/assets/assets-Dark/slider-vert-prelight.png diff --git a/src/gtk-2.0/assets/assets-dark/slider-vert.png b/src/gtk-2.0/assets/assets-Dark/slider-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider-vert.png rename to src/gtk-2.0/assets/assets-Dark/slider-vert.png diff --git a/src/gtk-2.0/assets/assets-dark/slider.png b/src/gtk-2.0/assets/assets-Dark/slider.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/slider.png rename to src/gtk-2.0/assets/assets-Dark/slider.png diff --git a/src/gtk-2.0/assets/assets-dark/tab-bottom-active.png b/src/gtk-2.0/assets/assets-Dark/tab-bottom-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/tab-bottom-active.png rename to src/gtk-2.0/assets/assets-Dark/tab-bottom-active.png diff --git a/src/gtk-2.0/assets/assets-dark/tab-left-active.png b/src/gtk-2.0/assets/assets-Dark/tab-left-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/tab-left-active.png rename to src/gtk-2.0/assets/assets-Dark/tab-left-active.png diff --git a/src/gtk-2.0/assets/assets-dark/tab-right-active.png b/src/gtk-2.0/assets/assets-Dark/tab-right-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/tab-right-active.png rename to src/gtk-2.0/assets/assets-Dark/tab-right-active.png diff --git a/src/gtk-2.0/assets/assets-dark/tab-top-active.png b/src/gtk-2.0/assets/assets-Dark/tab-top-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/tab-top-active.png rename to src/gtk-2.0/assets/assets-Dark/tab-top-active.png diff --git a/src/gtk-2.0/assets/assets-dark/toolbar.png b/src/gtk-2.0/assets/assets-Dark/toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/toolbar.png rename to src/gtk-2.0/assets/assets-Dark/toolbar.png diff --git a/src/gtk-2.0/assets/assets-dark/tree_header.png b/src/gtk-2.0/assets/assets-Dark/tree_header.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/tree_header.png rename to src/gtk-2.0/assets/assets-Dark/tree_header.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-horizontal-active.png b/src/gtk-2.0/assets/assets-Dark/trough-horizontal-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-horizontal-active.png rename to src/gtk-2.0/assets/assets-Dark/trough-horizontal-active.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-horizontal.png b/src/gtk-2.0/assets/assets-Dark/trough-horizontal.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-horizontal.png rename to src/gtk-2.0/assets/assets-Dark/trough-horizontal.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-progressbar.png b/src/gtk-2.0/assets/assets-Dark/trough-progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-progressbar.png rename to src/gtk-2.0/assets/assets-Dark/trough-progressbar.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-progressbar_v.png b/src/gtk-2.0/assets/assets-Dark/trough-progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-progressbar_v.png rename to src/gtk-2.0/assets/assets-Dark/trough-progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-scrollbar-horiz.png b/src/gtk-2.0/assets/assets-Dark/trough-scrollbar-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-scrollbar-horiz.png rename to src/gtk-2.0/assets/assets-Dark/trough-scrollbar-horiz.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-scrollbar-vert.png b/src/gtk-2.0/assets/assets-Dark/trough-scrollbar-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-scrollbar-vert.png rename to src/gtk-2.0/assets/assets-Dark/trough-scrollbar-vert.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-vertical-active.png b/src/gtk-2.0/assets/assets-Dark/trough-vertical-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-vertical-active.png rename to src/gtk-2.0/assets/assets-Dark/trough-vertical-active.png diff --git a/src/gtk-2.0/assets/assets-dark/trough-vertical.png b/src/gtk-2.0/assets/assets-Dark/trough-vertical.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/trough-vertical.png rename to src/gtk-2.0/assets/assets-Dark/trough-vertical.png diff --git a/src/gtk-2.0/assets/assets-dark/up-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Dark/up-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/up-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Dark/up-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/up-background-disable.png b/src/gtk-2.0/assets/assets-Dark/up-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/up-background-disable.png rename to src/gtk-2.0/assets/assets-Dark/up-background-disable.png diff --git a/src/gtk-2.0/assets/assets-dark/up-background-rtl.png b/src/gtk-2.0/assets/assets-Dark/up-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/up-background-rtl.png rename to src/gtk-2.0/assets/assets-Dark/up-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-dark/up-background.png b/src/gtk-2.0/assets/assets-Dark/up-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-dark/up-background.png rename to src/gtk-2.0/assets/assets-Dark/up-background.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark.svg b/src/gtk-2.0/assets/assets-Manjaro-Dark.svg similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark.svg rename to src/gtk-2.0/assets/assets-Manjaro-Dark.svg diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-small-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-small-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-small-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-small-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-small-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-small.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-down-small.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down-small.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-down.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-down.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-down.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-left-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-left-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-left-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-left-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-left-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-left-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-left-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-left-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-left.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-left.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-left.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-left.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-right-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-right-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-right-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-right-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-right-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-right-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-right-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-right-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-right.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-right.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-right.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-right.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-small-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-small-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-small-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-small-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-small-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-small.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-up-small.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up-small.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/arrow-up.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/arrow-up.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/arrow-up.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/button-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/button-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/button-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/button-hover.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/button-hover.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/button-hover.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/button-hover.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/button-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/button-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/button.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/button.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/button.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/button.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/checkbox-checked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/checkbox-checked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border-focus-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border-focus-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border-focus.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border-focus.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border-focus.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-border.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-border.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-active-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-active-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-active-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-active-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-button.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-button.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus-notebook-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus-notebook.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-focus.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-focus.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive-notebook-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive-notebook.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-notebook-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-notebook.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/combo-entry.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/combo-entry.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/combo-entry.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/down-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/down-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/down-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/down-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/down-background-disable.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/down-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/down-background-disable.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/down-background-disable.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/down-background-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/down-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/down-background-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/down-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/down-background.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/down-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/down-background.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/down-background.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-active-bg.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-active-bg.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-active-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-active-notebook.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-active-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-active-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-active-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-active-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-active-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-active-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-active-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-background-disabled.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-background-disabled.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-background-disabled.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-background-disabled.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-background.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-background.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-background.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-bg.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-bg.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-border-active-bg.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-border-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-border-active-bg.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-border-active-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-border-bg.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-border-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-border-bg.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-border-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-disabled-bg.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-disabled-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-disabled-bg.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-disabled-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-disabled-notebook.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-disabled-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-disabled-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-disabled-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-disabled-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-disabled-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-disabled-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-disabled-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-notebook.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/entry-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/entry-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/entry-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/entry-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/focus-line.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/focus-line.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/focus-line.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/focus-line.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/frame-gap-end.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/frame-gap-end.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/frame-gap-end.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/frame-gap-end.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/frame-gap-start.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/frame-gap-start.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/frame-gap-start.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/frame-gap-start.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/frame.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/frame.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/frame.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/frame.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/handle-h.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/handle-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/handle-h.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/handle-h.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/handle-v.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/handle-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/handle-v.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/handle-v.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/inline-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/inline-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/inline-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/inline-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/line-h.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/line-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/line-h.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/line-h.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/line-v.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/line-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/line-v.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/line-v.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-arrow-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-arrow-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-arrow-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-arrow-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-arrow.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-arrow.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-arrow.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-arrow.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-checked-selected.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-checked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-checked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-checked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-unchecked-selected.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-checked-selected.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-checked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-checked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-checked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-unchecked-selected.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menu-radio-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menu-radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menubar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menubar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menubar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menubar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menubar_button.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menubar_button.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menubar_button.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menubar_button.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/menuitem.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/menuitem.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/menuitem.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/menuitem.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/minus.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/minus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/minus.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/minus.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/notebook-gap-horiz.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/notebook-gap-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/notebook-gap-horiz.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/notebook-gap-horiz.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/notebook-gap-vert.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/notebook-gap-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/notebook-gap-vert.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/notebook-gap-vert.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/notebook.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/notebook.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/null.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/null.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/null.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/null.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/pathbar_button_active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/pathbar_button_active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/pathbar_button_active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/pathbar_button_active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/pathbar_button_prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/pathbar_button_prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/pathbar_button_prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/pathbar_button_prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/plus.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/plus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/plus.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/plus.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/progressbar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/progressbar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/progressbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/progressbar_v.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/progressbar_v.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/radio-checked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/radio-checked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/radio-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/radio-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/radio-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-horiz.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-horiz.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-vert-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-vert-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-vert-insens.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-vert-insens.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-vert-prelight.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-vert-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider-vert.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider-vert.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider-vert.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/slider.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/slider.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/slider.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/slider.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/tab-bottom-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/tab-bottom-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/tab-bottom-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/tab-bottom-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/tab-left-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/tab-left-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/tab-left-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/tab-left-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/tab-right-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/tab-right-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/tab-right-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/tab-right-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/tab-top-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/tab-top-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/tab-top-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/tab-top-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/toolbar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/tree_header.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/tree_header.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/tree_header.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/tree_header.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-horizontal-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-horizontal-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-horizontal-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-horizontal-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-horizontal.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-horizontal.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-horizontal.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-horizontal.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-progressbar.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-progressbar.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-progressbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-progressbar_v.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-progressbar_v.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-scrollbar-horiz.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-scrollbar-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-scrollbar-horiz.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-scrollbar-horiz.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-scrollbar-vert.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-scrollbar-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-scrollbar-vert.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-scrollbar-vert.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-vertical-active.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-vertical-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-vertical-active.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-vertical-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/trough-vertical.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/trough-vertical.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/trough-vertical.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/trough-vertical.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/up-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/up-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/up-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/up-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/up-background-disable.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/up-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/up-background-disable.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/up-background-disable.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/up-background-rtl.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/up-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/up-background-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/up-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro-dark/up-background.png b/src/gtk-2.0/assets/assets-Manjaro-Dark/up-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro-dark/up-background.png rename to src/gtk-2.0/assets/assets-Manjaro-Dark/up-background.png diff --git a/src/gtk-2.0/assets/assets-manjaro.svg b/src/gtk-2.0/assets/assets-Manjaro.svg similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro.svg rename to src/gtk-2.0/assets/assets-Manjaro.svg diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-down-insens.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-down-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-down-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-down-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-down-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-down-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-down-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-down-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-down-small-insens.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-down-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-down-small-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-down-small-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-down-small-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-down-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-down-small-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-down-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-down-small.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-down-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-down-small.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-down-small.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-down.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-down.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-down.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-down.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-left-insens.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-left-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-left-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-left-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-left-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-left-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-left-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-left-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-left.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-left.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-left.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-left.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-right-insens.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-right-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-right-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-right-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-right-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-right-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-right-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-right-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-right.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-right.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-right.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-right.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-up-insens.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-up-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-up-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-up-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-up-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-up-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-up-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-up-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-up-small-insens.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-up-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-up-small-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-up-small-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-up-small-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-up-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-up-small-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-up-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-up-small.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-up-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-up-small.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-up-small.png diff --git a/src/gtk-2.0/assets/assets-manjaro/arrow-up.png b/src/gtk-2.0/assets/assets-Manjaro/arrow-up.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/arrow-up.png rename to src/gtk-2.0/assets/assets-Manjaro/arrow-up.png diff --git a/src/gtk-2.0/assets/assets-manjaro/button-active.png b/src/gtk-2.0/assets/assets-Manjaro/button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/button-active.png rename to src/gtk-2.0/assets/assets-Manjaro/button-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/button-hover.png b/src/gtk-2.0/assets/assets-Manjaro/button-hover.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/button-hover.png rename to src/gtk-2.0/assets/assets-Manjaro/button-hover.png diff --git a/src/gtk-2.0/assets/assets-manjaro/button-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/button-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/button.png b/src/gtk-2.0/assets/assets-Manjaro/button.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/button.png rename to src/gtk-2.0/assets/assets-Manjaro/button.png diff --git a/src/gtk-2.0/assets/assets-manjaro/checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/checkbox-checked.png b/src/gtk-2.0/assets/assets-Manjaro/checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/checkbox-checked.png rename to src/gtk-2.0/assets/assets-Manjaro/checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro/checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro/checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-border-focus-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-border-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-border-focus-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-border-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-border-focus.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-border-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-border-focus.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-border-focus.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-border-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-border-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-border-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-border-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-border.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-border.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-border.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-border.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-button-active-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-active-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-button-active-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-active-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-button-active.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-button-active.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-button-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-button-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-button-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-button-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-button-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-button-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-button-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-button.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-button.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-button.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-button.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-focus-notebook-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-focus-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-focus-notebook.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-focus-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-focus-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-focus-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-focus.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-focus.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-focus.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive-notebook-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive-notebook.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-notebook-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-notebook.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/combo-entry.png b/src/gtk-2.0/assets/assets-Manjaro/combo-entry.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/combo-entry.png rename to src/gtk-2.0/assets/assets-Manjaro/combo-entry.png diff --git a/src/gtk-2.0/assets/assets-manjaro/down-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/down-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/down-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/down-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/down-background-disable.png b/src/gtk-2.0/assets/assets-Manjaro/down-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/down-background-disable.png rename to src/gtk-2.0/assets/assets-Manjaro/down-background-disable.png diff --git a/src/gtk-2.0/assets/assets-manjaro/down-background-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/down-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/down-background-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/down-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/down-background.png b/src/gtk-2.0/assets/assets-Manjaro/down-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/down-background.png rename to src/gtk-2.0/assets/assets-Manjaro/down-background.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-active-bg.png b/src/gtk-2.0/assets/assets-Manjaro/entry-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-active-bg.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-active-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-active-notebook.png b/src/gtk-2.0/assets/assets-Manjaro/entry-active-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-active-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-active-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-active-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro/entry-active-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-active-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-active-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-background-disabled.png b/src/gtk-2.0/assets/assets-Manjaro/entry-background-disabled.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-background-disabled.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-background-disabled.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-background.png b/src/gtk-2.0/assets/assets-Manjaro/entry-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-background.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-background.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-bg.png b/src/gtk-2.0/assets/assets-Manjaro/entry-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-bg.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-border-active-bg.png b/src/gtk-2.0/assets/assets-Manjaro/entry-border-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-border-active-bg.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-border-active-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-border-bg.png b/src/gtk-2.0/assets/assets-Manjaro/entry-border-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-border-bg.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-border-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-disabled-bg.png b/src/gtk-2.0/assets/assets-Manjaro/entry-disabled-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-disabled-bg.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-disabled-bg.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-disabled-notebook.png b/src/gtk-2.0/assets/assets-Manjaro/entry-disabled-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-disabled-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-disabled-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-disabled-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro/entry-disabled-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-disabled-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-disabled-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-notebook.png b/src/gtk-2.0/assets/assets-Manjaro/entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-notebook.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro/entry-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro/entry-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/entry-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro/entry-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/focus-line.png b/src/gtk-2.0/assets/assets-Manjaro/focus-line.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/focus-line.png rename to src/gtk-2.0/assets/assets-Manjaro/focus-line.png diff --git a/src/gtk-2.0/assets/assets-manjaro/frame-gap-end.png b/src/gtk-2.0/assets/assets-Manjaro/frame-gap-end.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/frame-gap-end.png rename to src/gtk-2.0/assets/assets-Manjaro/frame-gap-end.png diff --git a/src/gtk-2.0/assets/assets-manjaro/frame-gap-start.png b/src/gtk-2.0/assets/assets-Manjaro/frame-gap-start.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/frame-gap-start.png rename to src/gtk-2.0/assets/assets-Manjaro/frame-gap-start.png diff --git a/src/gtk-2.0/assets/assets-manjaro/frame.png b/src/gtk-2.0/assets/assets-Manjaro/frame.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/frame.png rename to src/gtk-2.0/assets/assets-Manjaro/frame.png diff --git a/src/gtk-2.0/assets/assets-manjaro/handle-h.png b/src/gtk-2.0/assets/assets-Manjaro/handle-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/handle-h.png rename to src/gtk-2.0/assets/assets-Manjaro/handle-h.png diff --git a/src/gtk-2.0/assets/assets-manjaro/handle-v.png b/src/gtk-2.0/assets/assets-Manjaro/handle-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/handle-v.png rename to src/gtk-2.0/assets/assets-Manjaro/handle-v.png diff --git a/src/gtk-2.0/assets/assets-manjaro/inline-toolbar.png b/src/gtk-2.0/assets/assets-Manjaro/inline-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/inline-toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro/inline-toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/line-h.png b/src/gtk-2.0/assets/assets-Manjaro/line-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/line-h.png rename to src/gtk-2.0/assets/assets-Manjaro/line-h.png diff --git a/src/gtk-2.0/assets/assets-manjaro/line-v.png b/src/gtk-2.0/assets/assets-Manjaro/line-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/line-v.png rename to src/gtk-2.0/assets/assets-Manjaro/line-v.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-arrow-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/menu-arrow-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-arrow-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-arrow-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-arrow.png b/src/gtk-2.0/assets/assets-Manjaro/menu-arrow.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-arrow.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-arrow.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-checkbox-checked-selected.png b/src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-checkbox-checked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-checkbox-checked.png b/src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-checkbox-checked.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-checkbox-unchecked-selected.png b/src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-checkbox-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/menu-radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-radio-checked-selected.png b/src/gtk-2.0/assets/assets-Manjaro/menu-radio-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-radio-checked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-radio-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-radio-checked.png b/src/gtk-2.0/assets/assets-Manjaro/menu-radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-radio-checked.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-radio-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/menu-radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-radio-unchecked-selected.png b/src/gtk-2.0/assets/assets-Manjaro/menu-radio-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-radio-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-radio-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menu-radio-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro/menu-radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menu-radio-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro/menu-radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menubar-dark.png b/src/gtk-2.0/assets/assets-Manjaro/menubar-dark.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menubar-dark.png rename to src/gtk-2.0/assets/assets-Manjaro/menubar-dark.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menubar.png b/src/gtk-2.0/assets/assets-Manjaro/menubar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menubar.png rename to src/gtk-2.0/assets/assets-Manjaro/menubar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menubar_button.png b/src/gtk-2.0/assets/assets-Manjaro/menubar_button.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menubar_button.png rename to src/gtk-2.0/assets/assets-Manjaro/menubar_button.png diff --git a/src/gtk-2.0/assets/assets-manjaro/menuitem.png b/src/gtk-2.0/assets/assets-Manjaro/menuitem.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/menuitem.png rename to src/gtk-2.0/assets/assets-Manjaro/menuitem.png diff --git a/src/gtk-2.0/assets/assets-manjaro/minus.png b/src/gtk-2.0/assets/assets-Manjaro/minus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/minus.png rename to src/gtk-2.0/assets/assets-Manjaro/minus.png diff --git a/src/gtk-2.0/assets/assets-manjaro/notebook-gap-horiz.png b/src/gtk-2.0/assets/assets-Manjaro/notebook-gap-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/notebook-gap-horiz.png rename to src/gtk-2.0/assets/assets-Manjaro/notebook-gap-horiz.png diff --git a/src/gtk-2.0/assets/assets-manjaro/notebook-gap-vert.png b/src/gtk-2.0/assets/assets-Manjaro/notebook-gap-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/notebook-gap-vert.png rename to src/gtk-2.0/assets/assets-Manjaro/notebook-gap-vert.png diff --git a/src/gtk-2.0/assets/assets-manjaro/notebook.png b/src/gtk-2.0/assets/assets-Manjaro/notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/notebook.png rename to src/gtk-2.0/assets/assets-Manjaro/notebook.png diff --git a/src/gtk-2.0/assets/assets-manjaro/null.png b/src/gtk-2.0/assets/assets-Manjaro/null.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/null.png rename to src/gtk-2.0/assets/assets-Manjaro/null.png diff --git a/src/gtk-2.0/assets/assets-manjaro/pathbar_button_active.png b/src/gtk-2.0/assets/assets-Manjaro/pathbar_button_active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/pathbar_button_active.png rename to src/gtk-2.0/assets/assets-Manjaro/pathbar_button_active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/pathbar_button_prelight.png b/src/gtk-2.0/assets/assets-Manjaro/pathbar_button_prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/pathbar_button_prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/pathbar_button_prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/plus.png b/src/gtk-2.0/assets/assets-Manjaro/plus.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/plus.png rename to src/gtk-2.0/assets/assets-Manjaro/plus.png diff --git a/src/gtk-2.0/assets/assets-manjaro/progressbar.png b/src/gtk-2.0/assets/assets-Manjaro/progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/progressbar.png rename to src/gtk-2.0/assets/assets-Manjaro/progressbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/progressbar_v.png b/src/gtk-2.0/assets/assets-Manjaro/progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/progressbar_v.png rename to src/gtk-2.0/assets/assets-Manjaro/progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-manjaro/radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/radio-checked.png b/src/gtk-2.0/assets/assets-Manjaro/radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/radio-checked.png rename to src/gtk-2.0/assets/assets-Manjaro/radio-checked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/radio-unchecked.png b/src/gtk-2.0/assets/assets-Manjaro/radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/radio-unchecked.png rename to src/gtk-2.0/assets/assets-Manjaro/radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-horiz-active.png b/src/gtk-2.0/assets/assets-Manjaro/slider-horiz-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-horiz-active.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-horiz-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-horiz-insens.png b/src/gtk-2.0/assets/assets-Manjaro/slider-horiz-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-horiz-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-horiz-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-horiz-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/slider-horiz-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-horiz-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-horiz-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-horiz.png b/src/gtk-2.0/assets/assets-Manjaro/slider-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-horiz.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-horiz.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-insensitive.png b/src/gtk-2.0/assets/assets-Manjaro/slider-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-insensitive.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-insensitive.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/slider-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-vert-active.png b/src/gtk-2.0/assets/assets-Manjaro/slider-vert-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-vert-active.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-vert-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-vert-insens.png b/src/gtk-2.0/assets/assets-Manjaro/slider-vert-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-vert-insens.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-vert-insens.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-vert-prelight.png b/src/gtk-2.0/assets/assets-Manjaro/slider-vert-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-vert-prelight.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-vert-prelight.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider-vert.png b/src/gtk-2.0/assets/assets-Manjaro/slider-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider-vert.png rename to src/gtk-2.0/assets/assets-Manjaro/slider-vert.png diff --git a/src/gtk-2.0/assets/assets-manjaro/slider.png b/src/gtk-2.0/assets/assets-Manjaro/slider.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/slider.png rename to src/gtk-2.0/assets/assets-Manjaro/slider.png diff --git a/src/gtk-2.0/assets/assets-manjaro/tab-bottom-active.png b/src/gtk-2.0/assets/assets-Manjaro/tab-bottom-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/tab-bottom-active.png rename to src/gtk-2.0/assets/assets-Manjaro/tab-bottom-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/tab-left-active.png b/src/gtk-2.0/assets/assets-Manjaro/tab-left-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/tab-left-active.png rename to src/gtk-2.0/assets/assets-Manjaro/tab-left-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/tab-right-active.png b/src/gtk-2.0/assets/assets-Manjaro/tab-right-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/tab-right-active.png rename to src/gtk-2.0/assets/assets-Manjaro/tab-right-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/tab-top-active.png b/src/gtk-2.0/assets/assets-Manjaro/tab-top-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/tab-top-active.png rename to src/gtk-2.0/assets/assets-Manjaro/tab-top-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/toolbar.png b/src/gtk-2.0/assets/assets-Manjaro/toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/toolbar.png rename to src/gtk-2.0/assets/assets-Manjaro/toolbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/tree_header.png b/src/gtk-2.0/assets/assets-Manjaro/tree_header.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/tree_header.png rename to src/gtk-2.0/assets/assets-Manjaro/tree_header.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-horizontal-active.png b/src/gtk-2.0/assets/assets-Manjaro/trough-horizontal-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-horizontal-active.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-horizontal-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-horizontal.png b/src/gtk-2.0/assets/assets-Manjaro/trough-horizontal.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-horizontal.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-horizontal.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-progressbar.png b/src/gtk-2.0/assets/assets-Manjaro/trough-progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-progressbar.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-progressbar.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-progressbar_v.png b/src/gtk-2.0/assets/assets-Manjaro/trough-progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-progressbar_v.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-scrollbar-horiz.png b/src/gtk-2.0/assets/assets-Manjaro/trough-scrollbar-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-scrollbar-horiz.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-scrollbar-horiz.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-scrollbar-vert.png b/src/gtk-2.0/assets/assets-Manjaro/trough-scrollbar-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-scrollbar-vert.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-scrollbar-vert.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-vertical-active.png b/src/gtk-2.0/assets/assets-Manjaro/trough-vertical-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-vertical-active.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-vertical-active.png diff --git a/src/gtk-2.0/assets/assets-manjaro/trough-vertical.png b/src/gtk-2.0/assets/assets-Manjaro/trough-vertical.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/trough-vertical.png rename to src/gtk-2.0/assets/assets-Manjaro/trough-vertical.png diff --git a/src/gtk-2.0/assets/assets-manjaro/up-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/up-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/up-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/up-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/up-background-disable.png b/src/gtk-2.0/assets/assets-Manjaro/up-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/up-background-disable.png rename to src/gtk-2.0/assets/assets-Manjaro/up-background-disable.png diff --git a/src/gtk-2.0/assets/assets-manjaro/up-background-rtl.png b/src/gtk-2.0/assets/assets-Manjaro/up-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/up-background-rtl.png rename to src/gtk-2.0/assets/assets-Manjaro/up-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-manjaro/up-background.png b/src/gtk-2.0/assets/assets-Manjaro/up-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-manjaro/up-background.png rename to src/gtk-2.0/assets/assets-Manjaro/up-background.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark.svg b/src/gtk-2.0/assets/assets-Ubuntu-Dark.svg similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark.svg rename to src/gtk-2.0/assets/assets-Ubuntu-Dark.svg diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-small-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-small-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-small-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-small-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-small-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-small.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down-small.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down-small.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-down.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-down.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-left-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-left-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-left-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-left-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-left-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-left-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-left-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-left-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-left.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-left.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-left.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-left.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-right-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-right-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-right-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-right-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-right-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-right-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-right-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-right-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-right.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-right.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-right.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-right.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-small-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-small-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-small-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-small-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-small-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-small.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up-small.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up-small.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/arrow-up.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/arrow-up.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/button-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/button-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/button-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/button-hover.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/button-hover.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/button-hover.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/button-hover.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/button-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/button-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/button.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/button.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/button.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/button.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-checked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border-focus-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border-focus-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border-focus.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border-focus.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border-focus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-border.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-border.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-active-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-active-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-active-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-active-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-button.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-button.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus-notebook-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-focus.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-focus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive-notebook-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-notebook-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/combo-entry.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/combo-entry.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/down-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/down-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/down-background-disable.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/down-background-disable.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background-disable.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/down-background-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/down-background-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/down-background.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/down-background.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/down-background.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-active-bg.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-active-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-active-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-active-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-active-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-active-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-active-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-active-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-active-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-active-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-active-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-background-disabled.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-background-disabled.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-background-disabled.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-background-disabled.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-background.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-background.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-background.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-bg.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-border-active-bg.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-border-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-border-active-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-border-active-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-border-bg.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-border-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-border-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-border-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-disabled-bg.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-disabled-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-disabled-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-disabled-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-disabled-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-disabled-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-disabled-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-disabled-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-disabled-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-disabled-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-disabled-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-disabled-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/entry-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/entry-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/entry-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/focus-line.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/focus-line.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/focus-line.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/focus-line.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/frame-gap-end.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/frame-gap-end.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/frame-gap-end.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/frame-gap-end.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/frame-gap-start.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/frame-gap-start.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/frame-gap-start.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/frame-gap-start.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/frame.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/frame.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/frame.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/frame.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/handle-h.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/handle-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/handle-h.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/handle-h.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/handle-v.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/handle-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/handle-v.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/handle-v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/inline-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/inline-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/inline-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/inline-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/line-h.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/line-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/line-h.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/line-h.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/line-v.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/line-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/line-v.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/line-v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-arrow-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-arrow-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-arrow-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-arrow-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-arrow.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-arrow.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-arrow.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-arrow.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-checked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-checked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-checked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-unchecked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-checked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-checked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-checked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-unchecked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menu-radio-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menu-radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menubar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menubar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menubar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menubar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menubar_button.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menubar_button.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menubar_button.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menubar_button.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/menuitem.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/menuitem.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/menuitem.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/menuitem.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/minus.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/minus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/minus.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/minus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/notebook-gap-horiz.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/notebook-gap-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/notebook-gap-horiz.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/notebook-gap-horiz.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/notebook-gap-vert.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/notebook-gap-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/notebook-gap-vert.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/notebook-gap-vert.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/notebook.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/null.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/null.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/null.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/null.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/pathbar_button_active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/pathbar_button_active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/pathbar_button_active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/pathbar_button_active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/pathbar_button_prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/pathbar_button_prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/pathbar_button_prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/pathbar_button_prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/plus.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/plus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/plus.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/plus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/progressbar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/progressbar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/progressbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/progressbar_v.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/progressbar_v.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/radio-checked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/radio-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/radio-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/radio-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-horiz.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-horiz.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert-insens.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider-vert.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider-vert.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/slider.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/slider.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/slider.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/slider.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/tab-bottom-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-bottom-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/tab-bottom-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-bottom-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/tab-left-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-left-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/tab-left-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-left-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/tab-right-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-right-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/tab-right-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-right-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/tab-top-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-top-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/tab-top-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/tab-top-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/tree_header.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/tree_header.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/tree_header.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/tree_header.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-horizontal-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-horizontal-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-horizontal-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-horizontal-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-horizontal.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-horizontal.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-horizontal.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-horizontal.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-progressbar.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-progressbar.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-progressbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-progressbar_v.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-progressbar_v.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-scrollbar-horiz.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-scrollbar-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-scrollbar-horiz.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-scrollbar-horiz.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-scrollbar-vert.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-scrollbar-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-scrollbar-vert.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-scrollbar-vert.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-vertical-active.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-vertical-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-vertical-active.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-vertical-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/trough-vertical.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-vertical.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/trough-vertical.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/trough-vertical.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/up-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/up-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/up-background-disable.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/up-background-disable.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background-disable.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/up-background-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/up-background-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu-dark/up-background.png b/src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu-dark/up-background.png rename to src/gtk-2.0/assets/assets-Ubuntu-Dark/up-background.png diff --git a/src/gtk-2.0/assets/assets-ubuntu.svg b/src/gtk-2.0/assets/assets-Ubuntu.svg similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu.svg rename to src/gtk-2.0/assets/assets-Ubuntu.svg diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-down-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-down-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-down-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-down-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-down-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-down-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-down-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-down-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-down-small-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-down-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-down-small-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-down-small-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-down-small-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-down-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-down-small-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-down-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-down-small.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-down-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-down-small.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-down-small.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-down.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-down.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-down.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-down.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-left-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-left-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-left-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-left-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-left-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-left-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-left-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-left-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-left.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-left.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-left.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-left.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-right-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-right-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-right-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-right-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-right-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-right-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-right-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-right-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-right.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-right.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-right.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-right.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-up-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-up-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-up-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-up-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-up-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-up-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-up-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-up-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-up-small-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-up-small-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-up-small-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-up-small-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-up-small-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-up-small-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-up-small-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-up-small-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-up-small.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-up-small.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-up-small.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-up-small.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/arrow-up.png b/src/gtk-2.0/assets/assets-Ubuntu/arrow-up.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/arrow-up.png rename to src/gtk-2.0/assets/assets-Ubuntu/arrow-up.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/button-active.png b/src/gtk-2.0/assets/assets-Ubuntu/button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/button-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/button-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/button-hover.png b/src/gtk-2.0/assets/assets-Ubuntu/button-hover.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/button-hover.png rename to src/gtk-2.0/assets/assets-Ubuntu/button-hover.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/button-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/button-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/button.png b/src/gtk-2.0/assets/assets-Ubuntu/button.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/button.png rename to src/gtk-2.0/assets/assets-Ubuntu/button.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/checkbox-checked.png b/src/gtk-2.0/assets/assets-Ubuntu/checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/checkbox-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu/checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu/checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu/checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-border-focus-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-border-focus-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-border-focus.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-border-focus.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border-focus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-border-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-border-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-border.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-border.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-border.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-active-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-active-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-active-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-active-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-active.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-button-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-button.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-button.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-button.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus-notebook-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-focus.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-focus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive-notebook-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-notebook-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-notebook-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-notebook-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-notebook-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/combo-entry.png b/src/gtk-2.0/assets/assets-Ubuntu/combo-entry.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/combo-entry.png rename to src/gtk-2.0/assets/assets-Ubuntu/combo-entry.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/down-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/down-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/down-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/down-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/down-background-disable.png b/src/gtk-2.0/assets/assets-Ubuntu/down-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/down-background-disable.png rename to src/gtk-2.0/assets/assets-Ubuntu/down-background-disable.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/down-background-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/down-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/down-background-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/down-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/down-background.png b/src/gtk-2.0/assets/assets-Ubuntu/down-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/down-background.png rename to src/gtk-2.0/assets/assets-Ubuntu/down-background.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-active-bg.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-active-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-active-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-active-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-active-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-active-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-active-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-active-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-active-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-active-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-active-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-background-disabled.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-background-disabled.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-background-disabled.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-background-disabled.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-background.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-background.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-background.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-bg.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-border-active-bg.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-border-active-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-border-active-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-border-active-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-border-bg.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-border-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-border-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-border-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-disabled-bg.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-disabled-bg.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-disabled-bg.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-disabled-bg.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-disabled-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-disabled-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-disabled-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-disabled-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-disabled-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-disabled-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-disabled-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-disabled-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-notebook.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/entry-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu/entry-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/entry-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu/entry-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/focus-line.png b/src/gtk-2.0/assets/assets-Ubuntu/focus-line.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/focus-line.png rename to src/gtk-2.0/assets/assets-Ubuntu/focus-line.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/frame-gap-end.png b/src/gtk-2.0/assets/assets-Ubuntu/frame-gap-end.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/frame-gap-end.png rename to src/gtk-2.0/assets/assets-Ubuntu/frame-gap-end.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/frame-gap-start.png b/src/gtk-2.0/assets/assets-Ubuntu/frame-gap-start.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/frame-gap-start.png rename to src/gtk-2.0/assets/assets-Ubuntu/frame-gap-start.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/frame.png b/src/gtk-2.0/assets/assets-Ubuntu/frame.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/frame.png rename to src/gtk-2.0/assets/assets-Ubuntu/frame.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/handle-h.png b/src/gtk-2.0/assets/assets-Ubuntu/handle-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/handle-h.png rename to src/gtk-2.0/assets/assets-Ubuntu/handle-h.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/handle-v.png b/src/gtk-2.0/assets/assets-Ubuntu/handle-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/handle-v.png rename to src/gtk-2.0/assets/assets-Ubuntu/handle-v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/inline-toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu/inline-toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/inline-toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu/inline-toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/line-h.png b/src/gtk-2.0/assets/assets-Ubuntu/line-h.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/line-h.png rename to src/gtk-2.0/assets/assets-Ubuntu/line-h.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/line-v.png b/src/gtk-2.0/assets/assets-Ubuntu/line-v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/line-v.png rename to src/gtk-2.0/assets/assets-Ubuntu/line-v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-arrow-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-arrow-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-arrow-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-arrow-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-arrow.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-arrow.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-arrow.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-arrow.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-checked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-checked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-checked.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-unchecked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-checkbox-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-checkbox-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-radio-checked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-radio-checked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-radio-checked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-radio-checked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-radio-checked.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-radio-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-radio-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-radio-unchecked-selected.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-radio-unchecked-selected.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-radio-unchecked-selected.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-radio-unchecked-selected.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menu-radio-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu/menu-radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menu-radio-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu/menu-radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menubar-dark.png b/src/gtk-2.0/assets/assets-Ubuntu/menubar-dark.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menubar-dark.png rename to src/gtk-2.0/assets/assets-Ubuntu/menubar-dark.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menubar.png b/src/gtk-2.0/assets/assets-Ubuntu/menubar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menubar.png rename to src/gtk-2.0/assets/assets-Ubuntu/menubar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menubar_button.png b/src/gtk-2.0/assets/assets-Ubuntu/menubar_button.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menubar_button.png rename to src/gtk-2.0/assets/assets-Ubuntu/menubar_button.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/menuitem.png b/src/gtk-2.0/assets/assets-Ubuntu/menuitem.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/menuitem.png rename to src/gtk-2.0/assets/assets-Ubuntu/menuitem.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/minus.png b/src/gtk-2.0/assets/assets-Ubuntu/minus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/minus.png rename to src/gtk-2.0/assets/assets-Ubuntu/minus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/notebook-gap-horiz.png b/src/gtk-2.0/assets/assets-Ubuntu/notebook-gap-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/notebook-gap-horiz.png rename to src/gtk-2.0/assets/assets-Ubuntu/notebook-gap-horiz.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/notebook-gap-vert.png b/src/gtk-2.0/assets/assets-Ubuntu/notebook-gap-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/notebook-gap-vert.png rename to src/gtk-2.0/assets/assets-Ubuntu/notebook-gap-vert.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/notebook.png b/src/gtk-2.0/assets/assets-Ubuntu/notebook.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/notebook.png rename to src/gtk-2.0/assets/assets-Ubuntu/notebook.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/null.png b/src/gtk-2.0/assets/assets-Ubuntu/null.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/null.png rename to src/gtk-2.0/assets/assets-Ubuntu/null.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/pathbar_button_active.png b/src/gtk-2.0/assets/assets-Ubuntu/pathbar_button_active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/pathbar_button_active.png rename to src/gtk-2.0/assets/assets-Ubuntu/pathbar_button_active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/pathbar_button_prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/pathbar_button_prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/pathbar_button_prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/pathbar_button_prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/plus.png b/src/gtk-2.0/assets/assets-Ubuntu/plus.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/plus.png rename to src/gtk-2.0/assets/assets-Ubuntu/plus.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/progressbar.png b/src/gtk-2.0/assets/assets-Ubuntu/progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/progressbar.png rename to src/gtk-2.0/assets/assets-Ubuntu/progressbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/progressbar_v.png b/src/gtk-2.0/assets/assets-Ubuntu/progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/progressbar_v.png rename to src/gtk-2.0/assets/assets-Ubuntu/progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/radio-checked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/radio-checked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/radio-checked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/radio-checked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/radio-checked.png b/src/gtk-2.0/assets/assets-Ubuntu/radio-checked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/radio-checked.png rename to src/gtk-2.0/assets/assets-Ubuntu/radio-checked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/radio-unchecked-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/radio-unchecked-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/radio-unchecked-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/radio-unchecked-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/radio-unchecked.png b/src/gtk-2.0/assets/assets-Ubuntu/radio-unchecked.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/radio-unchecked.png rename to src/gtk-2.0/assets/assets-Ubuntu/radio-unchecked.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-horiz-active.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-horiz-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-horiz-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-horiz-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-horiz-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-horiz-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-horiz-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-horiz-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-horiz-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-horiz-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-horiz-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-horiz-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-horiz.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-horiz.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-horiz.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-insensitive.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-insensitive.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-insensitive.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-insensitive.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-vert-active.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-vert-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-vert-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-vert-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-vert-insens.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-vert-insens.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-vert-insens.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-vert-insens.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-vert-prelight.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-vert-prelight.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-vert-prelight.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-vert-prelight.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider-vert.png b/src/gtk-2.0/assets/assets-Ubuntu/slider-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider-vert.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider-vert.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/slider.png b/src/gtk-2.0/assets/assets-Ubuntu/slider.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/slider.png rename to src/gtk-2.0/assets/assets-Ubuntu/slider.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/tab-bottom-active.png b/src/gtk-2.0/assets/assets-Ubuntu/tab-bottom-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/tab-bottom-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/tab-bottom-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/tab-left-active.png b/src/gtk-2.0/assets/assets-Ubuntu/tab-left-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/tab-left-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/tab-left-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/tab-right-active.png b/src/gtk-2.0/assets/assets-Ubuntu/tab-right-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/tab-right-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/tab-right-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/tab-top-active.png b/src/gtk-2.0/assets/assets-Ubuntu/tab-top-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/tab-top-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/tab-top-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/toolbar.png b/src/gtk-2.0/assets/assets-Ubuntu/toolbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/toolbar.png rename to src/gtk-2.0/assets/assets-Ubuntu/toolbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/tree_header.png b/src/gtk-2.0/assets/assets-Ubuntu/tree_header.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/tree_header.png rename to src/gtk-2.0/assets/assets-Ubuntu/tree_header.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-horizontal-active.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-horizontal-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-horizontal-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-horizontal-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-horizontal.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-horizontal.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-horizontal.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-horizontal.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-progressbar.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-progressbar.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-progressbar.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-progressbar.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-progressbar_v.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-progressbar_v.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-progressbar_v.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-progressbar_v.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-scrollbar-horiz.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-scrollbar-horiz.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-scrollbar-horiz.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-scrollbar-horiz.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-scrollbar-vert.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-scrollbar-vert.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-scrollbar-vert.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-scrollbar-vert.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-vertical-active.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-vertical-active.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-vertical-active.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-vertical-active.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/trough-vertical.png b/src/gtk-2.0/assets/assets-Ubuntu/trough-vertical.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/trough-vertical.png rename to src/gtk-2.0/assets/assets-Ubuntu/trough-vertical.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/up-background-disable-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/up-background-disable-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/up-background-disable-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/up-background-disable-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/up-background-disable.png b/src/gtk-2.0/assets/assets-Ubuntu/up-background-disable.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/up-background-disable.png rename to src/gtk-2.0/assets/assets-Ubuntu/up-background-disable.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/up-background-rtl.png b/src/gtk-2.0/assets/assets-Ubuntu/up-background-rtl.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/up-background-rtl.png rename to src/gtk-2.0/assets/assets-Ubuntu/up-background-rtl.png diff --git a/src/gtk-2.0/assets/assets-ubuntu/up-background.png b/src/gtk-2.0/assets/assets-Ubuntu/up-background.png similarity index 100% rename from src/gtk-2.0/assets/assets-ubuntu/up-background.png rename to src/gtk-2.0/assets/assets-Ubuntu/up-background.png diff --git a/src/gtk-2.0/assets/render-assets.sh b/src/gtk-2.0/assets/render-assets.sh index 2ea30681..2b4d190f 100755 --- a/src/gtk-2.0/assets/render-assets.sh +++ b/src/gtk-2.0/assets/render-assets.sh @@ -5,8 +5,8 @@ OPTIPNG="/usr/bin/optipng" INDEX="assets.txt" -for theme in '' '-manjaro' '-ubuntu'; do - for color in '' '-dark'; do +for theme in '' '-Manjaro' '-Ubuntu'; do + for color in '' '-Dark'; do ASSETS_DIR="assets${theme}${color}" SRC_FILE="assets${theme}${color}.svg" diff --git a/src/gtk-2.0/menubar-toolbar-dark.rc b/src/gtk-2.0/menubar-toolbar-Dark.rc similarity index 100% rename from src/gtk-2.0/menubar-toolbar-dark.rc rename to src/gtk-2.0/menubar-toolbar-Dark.rc diff --git a/src/gtk-2.0/menubar-toolbar-light.rc b/src/gtk-2.0/menubar-toolbar-Light.rc similarity index 100% rename from src/gtk-2.0/menubar-toolbar-light.rc rename to src/gtk-2.0/menubar-toolbar-Light.rc diff --git a/src/gtk-2.0/theme-manjaro/gtkrc b/src/gtk-2.0/theme-Manjaro/gtkrc similarity index 100% rename from src/gtk-2.0/theme-manjaro/gtkrc rename to src/gtk-2.0/theme-Manjaro/gtkrc diff --git a/src/gtk-2.0/theme-manjaro/gtkrc-dark b/src/gtk-2.0/theme-Manjaro/gtkrc-Dark similarity index 100% rename from src/gtk-2.0/theme-manjaro/gtkrc-dark rename to src/gtk-2.0/theme-Manjaro/gtkrc-Dark diff --git a/src/gtk-2.0/theme-manjaro/gtkrc-light b/src/gtk-2.0/theme-Manjaro/gtkrc-Light similarity index 100% rename from src/gtk-2.0/theme-manjaro/gtkrc-light rename to src/gtk-2.0/theme-Manjaro/gtkrc-Light diff --git a/src/gtk-2.0/theme-ubuntu/gtkrc b/src/gtk-2.0/theme-Ubuntu/gtkrc similarity index 100% rename from src/gtk-2.0/theme-ubuntu/gtkrc rename to src/gtk-2.0/theme-Ubuntu/gtkrc diff --git a/src/gtk-2.0/theme-ubuntu/gtkrc-dark b/src/gtk-2.0/theme-Ubuntu/gtkrc-Dark similarity index 100% rename from src/gtk-2.0/theme-ubuntu/gtkrc-dark rename to src/gtk-2.0/theme-Ubuntu/gtkrc-Dark diff --git a/src/gtk-2.0/theme-ubuntu/gtkrc-light b/src/gtk-2.0/theme-Ubuntu/gtkrc-Light similarity index 100% rename from src/gtk-2.0/theme-ubuntu/gtkrc-light rename to src/gtk-2.0/theme-Ubuntu/gtkrc-Light diff --git a/src/gtk-2.0/theme/gtkrc-dark b/src/gtk-2.0/theme/gtkrc-Dark similarity index 100% rename from src/gtk-2.0/theme/gtkrc-dark rename to src/gtk-2.0/theme/gtkrc-Dark diff --git a/src/gtk-2.0/theme/gtkrc-light b/src/gtk-2.0/theme/gtkrc-Light similarity index 100% rename from src/gtk-2.0/theme/gtkrc-light rename to src/gtk-2.0/theme/gtkrc-Light diff --git a/src/gtk/assets/assets-manjaro.svg b/src/gtk/assets/assets-Manjaro.svg similarity index 100% rename from src/gtk/assets/assets-manjaro.svg rename to src/gtk/assets/assets-Manjaro.svg diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-insensitive.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-insensitive.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-insensitive@2.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode@2.png b/src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked-selectionmode@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked-selectionmode@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked.png b/src/gtk/assets/assets-Manjaro/checkbox-checked.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-checked@2.png b/src/gtk/assets/assets-Manjaro/checkbox-checked@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-checked@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-checked@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive@2.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-mixed@2.png b/src/gtk/assets/assets-Manjaro/checkbox-mixed@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-mixed@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-mixed@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-selectionmode-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-selectionmode-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-selectionmode-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-selectionmode-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-selectionmode-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-selectionmode-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-selectionmode-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-selectionmode-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-selectionmode.png b/src/gtk/assets/assets-Manjaro/checkbox-selectionmode.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-selectionmode.png rename to src/gtk/assets/assets-Manjaro/checkbox-selectionmode.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-selectionmode@2.png b/src/gtk/assets/assets-Manjaro/checkbox-selectionmode@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-selectionmode@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-selectionmode@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive@2.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked.png diff --git a/src/gtk/assets/assets-manjaro/checkbox-unchecked@2.png b/src/gtk/assets/assets-Manjaro/checkbox-unchecked@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/checkbox-unchecked@2.png rename to src/gtk/assets/assets-Manjaro/checkbox-unchecked@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked-dark.png b/src/gtk/assets/assets-Manjaro/radio-checked-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked-dark.png rename to src/gtk/assets/assets-Manjaro/radio-checked-dark.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked-dark@2.png b/src/gtk/assets/assets-Manjaro/radio-checked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked-dark@2.png rename to src/gtk/assets/assets-Manjaro/radio-checked-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/radio-checked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/radio-checked-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/radio-checked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/radio-checked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked-insensitive.png b/src/gtk/assets/assets-Manjaro/radio-checked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked-insensitive.png rename to src/gtk/assets/assets-Manjaro/radio-checked-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked-insensitive@2.png b/src/gtk/assets/assets-Manjaro/radio-checked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/radio-checked-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked.png b/src/gtk/assets/assets-Manjaro/radio-checked.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked.png rename to src/gtk/assets/assets-Manjaro/radio-checked.png diff --git a/src/gtk/assets/assets-manjaro/radio-checked@2.png b/src/gtk/assets/assets-Manjaro/radio-checked@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-checked@2.png rename to src/gtk/assets/assets-Manjaro/radio-checked@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed-dark.png b/src/gtk/assets/assets-Manjaro/radio-mixed-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed-dark.png rename to src/gtk/assets/assets-Manjaro/radio-mixed-dark.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed-dark@2.png b/src/gtk/assets/assets-Manjaro/radio-mixed-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed-dark@2.png rename to src/gtk/assets/assets-Manjaro/radio-mixed-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/radio-mixed-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/radio-mixed-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/radio-mixed-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/radio-mixed-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed-insensitive.png b/src/gtk/assets/assets-Manjaro/radio-mixed-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed-insensitive.png rename to src/gtk/assets/assets-Manjaro/radio-mixed-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed-insensitive@2.png b/src/gtk/assets/assets-Manjaro/radio-mixed-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/radio-mixed-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed.png b/src/gtk/assets/assets-Manjaro/radio-mixed.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed.png rename to src/gtk/assets/assets-Manjaro/radio-mixed.png diff --git a/src/gtk/assets/assets-manjaro/radio-mixed@2.png b/src/gtk/assets/assets-Manjaro/radio-mixed@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-mixed@2.png rename to src/gtk/assets/assets-Manjaro/radio-mixed@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked-dark.png b/src/gtk/assets/assets-Manjaro/radio-unchecked-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked-dark.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked-dark.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked-dark@2.png b/src/gtk/assets/assets-Manjaro/radio-unchecked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked-dark@2.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked-insensitive.png b/src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked-insensitive.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked-insensitive@2.png b/src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked.png b/src/gtk/assets/assets-Manjaro/radio-unchecked.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked.png diff --git a/src/gtk/assets/assets-manjaro/radio-unchecked@2.png b/src/gtk/assets/assets-Manjaro/radio-unchecked@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/radio-unchecked@2.png rename to src/gtk/assets/assets-Manjaro/radio-unchecked@2.png diff --git a/src/gtk/assets/assets-manjaro/selected-dot.png b/src/gtk/assets/assets-Manjaro/selected-dot.png similarity index 100% rename from src/gtk/assets/assets-manjaro/selected-dot.png rename to src/gtk/assets/assets-Manjaro/selected-dot.png diff --git a/src/gtk/assets/assets-manjaro/selected-dot@2.png b/src/gtk/assets/assets-Manjaro/selected-dot@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/selected-dot@2.png rename to src/gtk/assets/assets-Manjaro/selected-dot@2.png diff --git a/src/gtk/assets/assets-manjaro/switch-active-dark.png b/src/gtk/assets/assets-Manjaro/switch-active-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active-dark.png rename to src/gtk/assets/assets-Manjaro/switch-active-dark.png diff --git a/src/gtk/assets/assets-manjaro/switch-active-dark@2.png b/src/gtk/assets/assets-Manjaro/switch-active-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active-dark@2.png rename to src/gtk/assets/assets-Manjaro/switch-active-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/switch-active-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/switch-active-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/switch-active-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/switch-active-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/switch-active-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/switch-active-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/switch-active-insensitive.png b/src/gtk/assets/assets-Manjaro/switch-active-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active-insensitive.png rename to src/gtk/assets/assets-Manjaro/switch-active-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/switch-active-insensitive@2.png b/src/gtk/assets/assets-Manjaro/switch-active-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/switch-active-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/switch-active.png b/src/gtk/assets/assets-Manjaro/switch-active.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active.png rename to src/gtk/assets/assets-Manjaro/switch-active.png diff --git a/src/gtk/assets/assets-manjaro/switch-active@2.png b/src/gtk/assets/assets-Manjaro/switch-active@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-active@2.png rename to src/gtk/assets/assets-Manjaro/switch-active@2.png diff --git a/src/gtk/assets/assets-manjaro/switch-dark.png b/src/gtk/assets/assets-Manjaro/switch-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-dark.png rename to src/gtk/assets/assets-Manjaro/switch-dark.png diff --git a/src/gtk/assets/assets-manjaro/switch-dark@2.png b/src/gtk/assets/assets-Manjaro/switch-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-dark@2.png rename to src/gtk/assets/assets-Manjaro/switch-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/switch-insensitive-dark.png b/src/gtk/assets/assets-Manjaro/switch-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-insensitive-dark.png rename to src/gtk/assets/assets-Manjaro/switch-insensitive-dark.png diff --git a/src/gtk/assets/assets-manjaro/switch-insensitive-dark@2.png b/src/gtk/assets/assets-Manjaro/switch-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-insensitive-dark@2.png rename to src/gtk/assets/assets-Manjaro/switch-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-manjaro/switch-insensitive.png b/src/gtk/assets/assets-Manjaro/switch-insensitive.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-insensitive.png rename to src/gtk/assets/assets-Manjaro/switch-insensitive.png diff --git a/src/gtk/assets/assets-manjaro/switch-insensitive@2.png b/src/gtk/assets/assets-Manjaro/switch-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch-insensitive@2.png rename to src/gtk/assets/assets-Manjaro/switch-insensitive@2.png diff --git a/src/gtk/assets/assets-manjaro/switch.png b/src/gtk/assets/assets-Manjaro/switch.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch.png rename to src/gtk/assets/assets-Manjaro/switch.png diff --git a/src/gtk/assets/assets-manjaro/switch@2.png b/src/gtk/assets/assets-Manjaro/switch@2.png similarity index 100% rename from src/gtk/assets/assets-manjaro/switch@2.png rename to src/gtk/assets/assets-Manjaro/switch@2.png diff --git a/src/gtk/assets/assets-ubuntu.svg b/src/gtk/assets/assets-Ubuntu.svg similarity index 100% rename from src/gtk/assets/assets-ubuntu.svg rename to src/gtk/assets/assets-Ubuntu.svg diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked-selectionmode@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked-selectionmode@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-checked@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-checked@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-checked@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-checked@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-mixed@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-mixed@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-mixed@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-mixed@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-selectionmode-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-selectionmode-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-selectionmode-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-selectionmode-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-selectionmode-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-selectionmode-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-selectionmode-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-selectionmode-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-selectionmode.png b/src/gtk/assets/assets-Ubuntu/checkbox-selectionmode.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-selectionmode.png rename to src/gtk/assets/assets-Ubuntu/checkbox-selectionmode.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-selectionmode@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-selectionmode@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-selectionmode@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-selectionmode@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked.png diff --git a/src/gtk/assets/assets-ubuntu/checkbox-unchecked@2.png b/src/gtk/assets/assets-Ubuntu/checkbox-unchecked@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/checkbox-unchecked@2.png rename to src/gtk/assets/assets-Ubuntu/checkbox-unchecked@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked-dark.png b/src/gtk/assets/assets-Ubuntu/radio-checked-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked-dark.png rename to src/gtk/assets/assets-Ubuntu/radio-checked-dark.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked-dark@2.png b/src/gtk/assets/assets-Ubuntu/radio-checked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked-dark@2.png rename to src/gtk/assets/assets-Ubuntu/radio-checked-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/radio-checked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/radio-checked-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/radio-checked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/radio-checked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked-insensitive.png b/src/gtk/assets/assets-Ubuntu/radio-checked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked-insensitive.png rename to src/gtk/assets/assets-Ubuntu/radio-checked-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/radio-checked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/radio-checked-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked.png b/src/gtk/assets/assets-Ubuntu/radio-checked.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked.png rename to src/gtk/assets/assets-Ubuntu/radio-checked.png diff --git a/src/gtk/assets/assets-ubuntu/radio-checked@2.png b/src/gtk/assets/assets-Ubuntu/radio-checked@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-checked@2.png rename to src/gtk/assets/assets-Ubuntu/radio-checked@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed-dark.png b/src/gtk/assets/assets-Ubuntu/radio-mixed-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed-dark.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed-dark.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed-dark@2.png b/src/gtk/assets/assets-Ubuntu/radio-mixed-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed-dark@2.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed-insensitive.png b/src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed-insensitive.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed.png b/src/gtk/assets/assets-Ubuntu/radio-mixed.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed.png diff --git a/src/gtk/assets/assets-ubuntu/radio-mixed@2.png b/src/gtk/assets/assets-Ubuntu/radio-mixed@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-mixed@2.png rename to src/gtk/assets/assets-Ubuntu/radio-mixed@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked-dark.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked-dark.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked-dark.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked-dark@2.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked-dark@2.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked.png diff --git a/src/gtk/assets/assets-ubuntu/radio-unchecked@2.png b/src/gtk/assets/assets-Ubuntu/radio-unchecked@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/radio-unchecked@2.png rename to src/gtk/assets/assets-Ubuntu/radio-unchecked@2.png diff --git a/src/gtk/assets/assets-ubuntu/selected-dot.png b/src/gtk/assets/assets-Ubuntu/selected-dot.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/selected-dot.png rename to src/gtk/assets/assets-Ubuntu/selected-dot.png diff --git a/src/gtk/assets/assets-ubuntu/selected-dot@2.png b/src/gtk/assets/assets-Ubuntu/selected-dot@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/selected-dot@2.png rename to src/gtk/assets/assets-Ubuntu/selected-dot@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active-dark.png b/src/gtk/assets/assets-Ubuntu/switch-active-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active-dark.png rename to src/gtk/assets/assets-Ubuntu/switch-active-dark.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active-dark@2.png b/src/gtk/assets/assets-Ubuntu/switch-active-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active-dark@2.png rename to src/gtk/assets/assets-Ubuntu/switch-active-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/switch-active-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/switch-active-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/switch-active-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/switch-active-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active-insensitive.png b/src/gtk/assets/assets-Ubuntu/switch-active-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active-insensitive.png rename to src/gtk/assets/assets-Ubuntu/switch-active-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/switch-active-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/switch-active-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active.png b/src/gtk/assets/assets-Ubuntu/switch-active.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active.png rename to src/gtk/assets/assets-Ubuntu/switch-active.png diff --git a/src/gtk/assets/assets-ubuntu/switch-active@2.png b/src/gtk/assets/assets-Ubuntu/switch-active@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-active@2.png rename to src/gtk/assets/assets-Ubuntu/switch-active@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch-dark.png b/src/gtk/assets/assets-Ubuntu/switch-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-dark.png rename to src/gtk/assets/assets-Ubuntu/switch-dark.png diff --git a/src/gtk/assets/assets-ubuntu/switch-dark@2.png b/src/gtk/assets/assets-Ubuntu/switch-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-dark@2.png rename to src/gtk/assets/assets-Ubuntu/switch-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch-insensitive-dark.png b/src/gtk/assets/assets-Ubuntu/switch-insensitive-dark.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-insensitive-dark.png rename to src/gtk/assets/assets-Ubuntu/switch-insensitive-dark.png diff --git a/src/gtk/assets/assets-ubuntu/switch-insensitive-dark@2.png b/src/gtk/assets/assets-Ubuntu/switch-insensitive-dark@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-insensitive-dark@2.png rename to src/gtk/assets/assets-Ubuntu/switch-insensitive-dark@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch-insensitive.png b/src/gtk/assets/assets-Ubuntu/switch-insensitive.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-insensitive.png rename to src/gtk/assets/assets-Ubuntu/switch-insensitive.png diff --git a/src/gtk/assets/assets-ubuntu/switch-insensitive@2.png b/src/gtk/assets/assets-Ubuntu/switch-insensitive@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch-insensitive@2.png rename to src/gtk/assets/assets-Ubuntu/switch-insensitive@2.png diff --git a/src/gtk/assets/assets-ubuntu/switch.png b/src/gtk/assets/assets-Ubuntu/switch.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch.png rename to src/gtk/assets/assets-Ubuntu/switch.png diff --git a/src/gtk/assets/assets-ubuntu/switch@2.png b/src/gtk/assets/assets-Ubuntu/switch@2.png similarity index 100% rename from src/gtk/assets/assets-ubuntu/switch@2.png rename to src/gtk/assets/assets-Ubuntu/switch@2.png diff --git a/src/gtk/assets/render-assets.sh b/src/gtk/assets/render-assets.sh index ff6f6c4e..b31be7b8 100755 --- a/src/gtk/assets/render-assets.sh +++ b/src/gtk/assets/render-assets.sh @@ -5,7 +5,7 @@ OPTIPNG="/usr/bin/optipng" INDEX="assets.txt" -for theme in '' '-manjaro' '-ubuntu'; do +for theme in '' '-Manjaro' '-Ubuntu'; do ASSETS_DIR="assets${theme}" SRC_FILE="assets${theme}.svg" diff --git a/src/gtk/assets/thumbnail-dark.png b/src/gtk/assets/thumbnail-Dark.png similarity index 94% rename from src/gtk/assets/thumbnail-dark.png rename to src/gtk/assets/thumbnail-Dark.png index d8754f1b..0c7b30aa 100644 Binary files a/src/gtk/assets/thumbnail-dark.png and b/src/gtk/assets/thumbnail-Dark.png differ diff --git a/src/gtk/assets/thumbnail-manjaro-dark.png b/src/gtk/assets/thumbnail-Manjaro-Dark.png similarity index 93% rename from src/gtk/assets/thumbnail-manjaro-dark.png rename to src/gtk/assets/thumbnail-Manjaro-Dark.png index 41f58e13..4c46439f 100644 Binary files a/src/gtk/assets/thumbnail-manjaro-dark.png and b/src/gtk/assets/thumbnail-Manjaro-Dark.png differ diff --git a/src/gtk/assets/thumbnail-manjaro.png b/src/gtk/assets/thumbnail-Manjaro.png similarity index 77% rename from src/gtk/assets/thumbnail-manjaro.png rename to src/gtk/assets/thumbnail-Manjaro.png index ec7a8dba..ea6d7f54 100644 Binary files a/src/gtk/assets/thumbnail-manjaro.png and b/src/gtk/assets/thumbnail-Manjaro.png differ diff --git a/src/gtk/assets/thumbnail-ubuntu-dark.png b/src/gtk/assets/thumbnail-Ubuntu-Dark.png similarity index 68% rename from src/gtk/assets/thumbnail-ubuntu-dark.png rename to src/gtk/assets/thumbnail-Ubuntu-Dark.png index 08ea2459..e8b197e7 100644 Binary files a/src/gtk/assets/thumbnail-ubuntu-dark.png and b/src/gtk/assets/thumbnail-Ubuntu-Dark.png differ diff --git a/src/gtk/assets/thumbnail-ubuntu.png b/src/gtk/assets/thumbnail-Ubuntu.png similarity index 84% rename from src/gtk/assets/thumbnail-ubuntu.png rename to src/gtk/assets/thumbnail-Ubuntu.png index 4f17c26c..aabab5e8 100644 Binary files a/src/gtk/assets/thumbnail-ubuntu.png and b/src/gtk/assets/thumbnail-Ubuntu.png differ diff --git a/src/gtk/assets/thumbnail.png b/src/gtk/assets/thumbnail.png index ef3ec61b..4f228de7 100644 Binary files a/src/gtk/assets/thumbnail.png and b/src/gtk/assets/thumbnail.png differ diff --git a/src/gtk/assets/thumbnail.svg b/src/gtk/assets/thumbnail.svg index d1222eb1..5ad258da 100644 --- a/src/gtk/assets/thumbnail.svg +++ b/src/gtk/assets/thumbnail.svg @@ -2,35 +2,26 @@ + inkscape:export-ydpi="96" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> - - - + inkscape:swatch="solid"> + inkscape:guide-bbox="true" + inkscape:pagecheckerboard="0"> @@ -94,7 +86,6 @@ image/svg+xml - @@ -105,8 +96,7 @@ transform="translate(0,-257.31248)"> + transform="translate(0,-2.661734)"> + id="thumbnail-Dark" + transform="translate(0,13.213261)"> + id="thumbnail-Manjaro"> + id="thumbnail-Manjaro-Dark"> + id="thumbnail-Ubuntu" + transform="translate(104.0213,-2.661734)"> + id="thumbnail-Ubuntu-Dark" + transform="translate(104.0213,13.213261)"> button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { @@ -718,6 +731,7 @@ button.font separator, button.file separator { color: #ffffff; border-color: #68a2e6; background-color: #5294e2; + box-shadow: none; } .slate-notification-window button.image-button, @@ -756,18 +770,21 @@ button.circular-button label, .app-notification button.flat label, button.close color: #e6ebef; border-color: rgba(255, 255, 255, 0.12); background-color: #2c2f39; + outline: none; } .inline-toolbar toolbutton > button:hover { color: #b7c6d1; border-color: rgba(255, 255, 255, 0.12); background-color: #3e4250; + box-shadow: none; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; border-color: #68a2e6; background-color: #5294e2; + box-shadow: none; } .inline-toolbar toolbutton > button:disabled { @@ -816,6 +833,7 @@ toolbar.inline-toolbar toolbutton:active, .inline-toolbar toolbutton:active, too color: #ffffff; border-color: #68a2e6; background-color: #5294e2; + box-shadow: none; } .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry { @@ -1695,7 +1713,7 @@ toolbar:not(.inline-toolbar) .linked > entry, box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #494c59, #494c59) 1 0 1 0; + border-image: linear-gradient(to bottom, #42444b, #42444b) 1 0 1 0; } .inline-toolbar { @@ -1717,7 +1735,7 @@ searchbar > revealer > box { padding: 6px; margin: -6px; border-style: solid; - border-color: #494c59; + border-color: #42444b; background-color: #32343D; border-width: 0 0 1px; } @@ -1747,16 +1765,16 @@ actionbar > revealer > box > viewswitcher > box > button:not(:first-child) { } headerbar { - padding: 0 10px; - color: rgba(228, 235, 241, 0.8); + padding: 0 6px; + color: #e0e5eb; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); background-color: #282A33; - min-height: 38px; + min-height: 40px; } headerbar:backdrop { transition: 200ms ease-out; - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); background-color: #2b2e37; } @@ -1896,8 +1914,8 @@ window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.ful } headerbar entry, headerbar button, headerbar separator:not(.sidebar) { - margin-top: 5px; - margin-bottom: 5px; + margin-top: 6px; + margin-bottom: 6px; } headerbar.windowhandle viewswitcher button { @@ -1926,29 +1944,29 @@ headerbar.windowhandle viewswitcher button > stack > box.narrow image { } headerbar.windowhandle viewswitcher button:hover { - color: rgba(255, 255, 255, 0.8); - background-color: rgba(228, 235, 241, 0.06); + color: #b2b6bd; + background-color: rgba(224, 229, 235, 0.06); } headerbar.windowhandle viewswitcher button:active { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.15); + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.15); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } headerbar.windowhandle viewswitcher button:checked { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.1); + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } headerbar.windowhandle viewswitcher button:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.35); background-color: transparent; } headerbar.windowhandle viewswitcher button:checked:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.35); background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 2/0 0 2px; } @@ -1978,7 +1996,7 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w } window.thunar toolbar entry, window.thunar .inline-toolbar entry, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -1992,7 +2010,9 @@ window.thunar toolbar entry:backdrop, window.thunar .inline-toolbar entry:backdr } window.thunar toolbar entry:focus, window.thunar .inline-toolbar entry:focus, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:focus, .nemo-window .primary-toolbar entry:focus, headerbar entry:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #2c2f39; background-clip: padding-box; @@ -2003,7 +2023,7 @@ window.thunar toolbar entry:focus image, window.thunar .inline-toolbar entry:foc } window.thunar toolbar entry:disabled, window.thunar .inline-toolbar entry:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -2052,7 +2072,7 @@ window.thunar toolbar entry.error selection, window.thunar .inline-toolbar entry } window.thunar toolbar button, window.thunar .inline-toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button, .nemo-window .primary-toolbar button, headerbar button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); @@ -2063,7 +2083,7 @@ window.thunar toolbar button:backdrop, window.thunar .inline-toolbar button:back } window.thunar toolbar button:hover, window.thunar .inline-toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -2082,7 +2102,7 @@ window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disa } window.thunar toolbar button:disabled label, window.thunar .inline-toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } window.thunar toolbar button:disabled:active, window.thunar .inline-toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, window.thunar .inline-toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { @@ -2102,28 +2122,28 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover { - color: rgba(255, 255, 255, 0.8); + color: #b2b6bd; background-color: transparent; - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); + box-shadow: inset 0 -2px #3d5f8b; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); background-color: transparent; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; } @@ -2215,7 +2235,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #3e4250; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); } @@ -2230,11 +2250,11 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { @@ -2301,7 +2321,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled label, .nemo-window .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled, .nemo-window .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:backdrop, .nemo-window .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { @@ -2342,7 +2362,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled label, .nemo-window .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled, .nemo-window .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:backdrop, .nemo-window .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { @@ -2355,7 +2375,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button, .nemo-window .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -2371,22 +2391,22 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button:disabled, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(228, 235, 241, 0.2); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox:disabled, .nemo-window .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(228, 235, 241, 0.2); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo, .nemo-window .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; box-shadow: none; @@ -2398,7 +2418,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled label, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > entry.combo:dir(ltr), .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > entry.combo:dir(ltr), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -2662,13 +2682,13 @@ menubar, -GtkWidget-window-dragging: true; padding: 0 0 0 0; background-color: #282a33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); } menubar:backdrop, .menubar:backdrop { - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); } menubar > menuitem, @@ -2689,12 +2709,12 @@ menubar > menuitem:hover, menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(228, 235, 241, 0.45); + color: rgba(224, 229, 235, 0.45); } menubar > menuitem label:disabled, .menubar > menuitem label:disabled { - color: rgba(228, 235, 241, 0.45); + color: rgba(224, 229, 235, 0.45); } .csd.popup { @@ -3253,12 +3273,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; - min-width: 38px; + min-width: 40px; } scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; - min-height: 38px; + min-height: 40px; } scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { @@ -3266,11 +3286,11 @@ scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { } scrollbar.horizontal slider { - min-width: 38px; + min-width: 40px; } scrollbar.vertical slider { - min-height: 38px; + min-height: 40px; } switch { @@ -4255,6 +4275,7 @@ iconview:disabled image, row.activatable:disabled image { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; background-clip: padding-box; } @@ -4353,7 +4374,7 @@ messagedialog .linked:not(.vertical) > button:only-child { messagedialog.background { background-color: #32343D; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } messagedialog .titlebar { @@ -4374,7 +4395,7 @@ messagedialog .dialog-action-area button { border: none; border-top: 1px solid rgba(255, 255, 255, 0.12); background-color: #32343D; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } messagedialog .dialog-action-area button:active, messagedialog .dialog-action-area button:checked { @@ -4383,12 +4404,12 @@ messagedialog .dialog-action-area button:active, messagedialog .dialog-action-ar } messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { - background-color: rgba(228, 235, 241, 0.06); + background-color: rgba(224, 229, 235, 0.06); } messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { - background-color: rgba(228, 235, 241, 0.1); - color: rgba(228, 235, 241, 0.8); + background-color: rgba(224, 229, 235, 0.1); + color: #e0e5eb; } messagedialog.csd.background { @@ -4421,12 +4442,12 @@ messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { } stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { - border-right: 1px solid #494c59; + border-right: 1px solid #42444b; border-left-style: none; } stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #494c59; + border-left: 1px solid #42444b; border-right-style: none; } @@ -4542,7 +4563,7 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to bottom, #494c59, #494c59); + background-image: linear-gradient(to bottom, #42444b, #42444b); background-size: 1px 1px; } @@ -4554,7 +4575,7 @@ paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #32343D; - background-image: linear-gradient(to bottom, #494c59, #494c59), linear-gradient(to bottom, #494c59, #494c59); + background-image: linear-gradient(to bottom, #42444b, #42444b), linear-gradient(to bottom, #42444b, #42444b); background-size: 1px 1px, 1px 1px; } @@ -4778,12 +4799,14 @@ colorswatch#add-color-button { color: #e6ebef; border-color: rgba(255, 255, 255, 0.12); background-color: #2c2f39; + outline: none; } colorswatch#add-color-button:hover { color: #b7c6d1; border-color: rgba(255, 255, 255, 0.12); background-color: #3e4250; + box-shadow: none; } colorswatch#add-color-button overlay { @@ -4817,6 +4840,7 @@ colorchooser .popover.osd { color: #b7c6d1; border-color: rgba(255, 255, 255, 0.12); background-color: #3e4250; + box-shadow: none; } .context-menu, popover.touch-selection, .csd popover.touch-selection, @@ -4917,7 +4941,7 @@ headerbar button.titlebutton, .titlebar button.titlebutton { } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -5175,26 +5199,46 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - color: rgba(255, 255, 255, 0.8); + color: #b2b6bd; background: none; box-shadow: inset 0 -1px rgba(82, 148, 226, 0.5), 0 1px rgba(82, 148, 226, 0.5); } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; background: none; box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); box-shadow: inset 0 -1px rgba(82, 148, 226, 0.4), 0 1px rgba(82, 148, 226, 0.4); } +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup { + border-radius: 2px; + border: none; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:hover { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:active { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.2); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:checked { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.15); +} + .nautilus-window.background.csd { border-radius: 0 0 0 0; } @@ -5212,9 +5256,9 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } .nautilus-window headerbar.titlebar .path-bar-box { - margin-top: 5px; - margin-bottom: 5px; - color: rgba(228, 235, 241, 0.8); + margin-top: 6px; + margin-bottom: 6px; + color: #e0e5eb; background-color: transparent; border: none; } @@ -5253,7 +5297,7 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr .nautilus-window headerbar.titlebar .path-bar-box.width-maximized { border: none; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); - background-color: rgba(228, 235, 241, 0.06); + background-color: rgba(224, 229, 235, 0.06); border-radius: 2px; padding: 0 6px; } @@ -5263,6 +5307,72 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr background-color: transparent; } +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar { + background-color: rgba(224, 229, 235, 0.06); + border-radius: 3px; + margin: 6px 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup { + margin-top: 0; + margin-bottom: 0; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box { + padding: 0 2px; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button { + margin-top: 2px; + margin-bottom: 2px; + padding: 0 6px; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle { + color: #b2b6bd; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:hover, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:hover, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:hover, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:active, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:active, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:active, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:checked, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:checked, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:checked, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:checked { + color: #e0e5eb; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:hover { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:checked { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.2); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir { + color: #e0e5eb; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir:active { + background: none; + box-shadow: none; + border-image: none; +} + .nautilus-canvas-item { border-radius: 2px; } @@ -5347,7 +5457,7 @@ window.thunar notebook scrolledwindow.frame.standard-view, .nemo-window .nemo-wi @keyframes needs_attention_keyframes { 0% { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -5506,7 +5616,7 @@ frame.sidebar.chat-sidebar frame.chat-status-area > border { widget#PROCESSOR list row, widget#MEMORY list row { margin: -1px; - border: 1px solid #494c59; + border: 1px solid #42444b; } widget#PROCESSOR list row.max, widget#MEMORY list row.max { @@ -5514,7 +5624,7 @@ widget#PROCESSOR list row.max, widget#MEMORY list row.max { } widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #494c59; + box-shadow: inset 0 0 0 1px #42444b; } widget#STORAGE list { @@ -5530,7 +5640,7 @@ widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:a } widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #494c59; + box-shadow: inset 0 0 0 1px #42444b; } graph-switcher-button.toggle { @@ -5899,7 +6009,7 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box .category_page_header_filter_box { background-image: image(#32343D); - border-image: linear-gradient(to bottom, #494c59, #494c59) 0 0 1 0/0 0 1px 0 stretch; + border-image: linear-gradient(to bottom, #42444b, #42444b) 0 0 1 0/0 0 1px 0 stretch; } .category_page_header_filter_box button { @@ -5921,7 +6031,7 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box .application-details-infobar { background-image: image(#282A33); - border-image: linear-gradient(to bottom, #494c59, #494c59) 1 1 1 1/1px 1px 1px 1px stretch; + border-image: linear-gradient(to bottom, #42444b, #42444b) 1 1 1 1/1px 1px 1px 1px stretch; } button.osd.featured-button-left, @@ -6135,7 +6245,7 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow } headerbar.titlebar.incognito-mode entry { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -6145,13 +6255,15 @@ headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode } headerbar.titlebar.incognito-mode entry:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #2c2f39; } headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -6161,7 +6273,7 @@ notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar } .background headerbar entry.starred, .background headerbar entry.non-starred { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -6171,13 +6283,15 @@ notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar } .background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #2c2f39; } .background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -6206,6 +6320,7 @@ popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport color: #b7c6d1; border-color: rgba(255, 255, 255, 0.12); background-color: #3e4250; + box-shadow: none; } popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { @@ -6471,7 +6586,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { } .nemo-window .nemo-places-sidebar .places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #494c59; + -NemoPlacesTreeView-disk-full-bg-color: #42444b; -NemoPlacesTreeView-disk-full-fg-color: #3c86de; } @@ -6488,6 +6603,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #e6ebef; border-color: rgba(255, 255, 255, 0.12); background-color: #2c2f39; + outline: none; } .nemo-window notebook .primary-toolbar button:hover, @@ -6495,6 +6611,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #b7c6d1; border-color: rgba(255, 255, 255, 0.12); background-color: #3e4250; + box-shadow: none; -gtk-icon-effect: highlight; } @@ -6504,6 +6621,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #ffffff; border-color: #68a2e6; background-color: #5294e2; + box-shadow: none; } .nemo-window notebook .primary-toolbar button:active:not(:disabled) label:disabled, .nemo-window notebook .primary-toolbar button:checked:not(:disabled) label:disabled, @@ -6547,12 +6665,16 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #282a33; + outline: none; + box-shadow: none; } .nemo-window notebook .primary-toolbar entry:focus { color: #e0e5eb; border-color: #5294e2; background-color: #282a33; + outline: none; + box-shadow: none; } .nemo-window .nemo-window-pane widget.entry { @@ -6561,6 +6683,8 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #e0e5eb; border-color: #5294e2; background-color: #282a33; + outline: none; + box-shadow: none; } .nemo-window .nemo-window-pane notebook infobar > revealer > box { @@ -6575,7 +6699,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { padding-top: 0; padding-bottom: 0; border: none; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; background-color: #282a33; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); } @@ -6779,14 +6903,14 @@ window.background.chromium { } window.background.chromium headerbar.titlebar button.toggle { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); } window.background.chromium headerbar.titlebar button.toggle:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -6800,14 +6924,14 @@ window.background.chromium headerbar.titlebar button.toggle:checked, window.back window.background.chromium button { border-width: 1px; border-style: solid; - border-color: #494c59; + border-color: #42444b; background-color: #32343D; color: #e6ebef; } window.background.chromium entry.chromium { border-image: none; - border: 1px solid #494c59; + border: 1px solid #42444b; background-color: #32343D; color: #e6ebef; } @@ -6828,7 +6952,7 @@ window.background.chromium > menubar { window.background.chromium > menu { color: #e6ebef; background-color: #32343D; - border: 1px solid #494c59; + border: 1px solid #42444b; } window.background.chromium > menu > separator, window.background.chromium > menu .separator { @@ -6861,13 +6985,13 @@ window.background > grid.horizontal > grid.horizontal { } window.background > grid.horizontal > grid.horizontal > button.flat.small-button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border: none; border-radius: 50px; } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: rgba(228, 235, 241, 0.25); + background-color: rgba(224, 229, 235, 0.25); } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background > grid.horizontal > grid.horizontal > button.flat.small-button:checked { @@ -6876,7 +7000,7 @@ window.background > grid.horizontal > grid.horizontal > button.flat.small-button } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: rgba(228, 235, 241, 0.6); + color: rgba(224, 229, 235, 0.6); } window.background:not(.solid-csd) > notebook:not(.frame) { @@ -6965,7 +7089,7 @@ list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix- } window.background.csd > box.vertical > stack > box.horizontal > list { - border-right: 1px solid #494c59; + border-right: 1px solid #42444b; } window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { @@ -6973,15 +7097,15 @@ window.background.csd > box.vertical > stack > box.horizontal > box.vertical > s } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - border-right: 1px solid #494c59; + border-right: 1px solid #42444b; } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - border-right: 1px solid #494c59; + border-right: 1px solid #42444b; } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - border-right: 1px solid #494c59; + border-right: 1px solid #42444b; } window#ValaPanel.background { @@ -7183,13 +7307,13 @@ UnityDecoration .top { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #282a33, #282a33); - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; box-shadow: inset 0 1px #2f313c; } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, @@ -7660,7 +7784,7 @@ PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):d .caja-navigation-window toolbar#Toolbar.primary-toolbar, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar { background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { @@ -7668,11 +7792,11 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #494c59; + border-left: 1px solid #42444b; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #494c59; + border-right: 1px solid #42444b; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { @@ -7692,11 +7816,11 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame } .background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #494c59; + border-left-color: #42444b; } .background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #494c59; + border-right-color: #42444b; } .eom-window statusbar { @@ -7748,7 +7872,7 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame .atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, .xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #494c59; + border-bottom-color: #42444b; } .atril-window.fullscreen.background > box.vertical > paned.horizontal, @@ -8556,7 +8680,7 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch .raven .raven-header.top { padding: 0 6px; background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); } @@ -8571,11 +8695,11 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch border-radius: 0; border: none; background-color: transparent; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } .raven .raven-header.top stackswitcher button:hover { - color: rgba(255, 255, 255, 0.8); + color: #b2b6bd; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.5) 100%, transparent 0%) 0 0 2/0 0 2px; } @@ -8584,11 +8708,11 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch } .raven .raven-header.top stackswitcher button:disabled { - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.5); } .raven .raven-header.top stackswitcher button:disabled label { - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.5); } .raven .raven-header.top button.image-button:dir(ltr) { @@ -8743,7 +8867,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list } box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -8845,7 +8969,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button, .budgie-switcher-window button, .budgie-osd-window button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); @@ -8855,7 +8979,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button:hover, .budgie-switcher-window button:hover, .budgie-osd-window button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -8887,7 +9011,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button:disabled, .budgie-switcher-window button:disabled, .budgie-osd-window button:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .slate-notification .notification-title, @@ -8906,7 +9030,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list border-radius: 2px; box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(255, 255, 255, 0.22); background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } .drop-shadow .linked > button { @@ -9255,7 +9379,7 @@ window.thunar notebook header.top tab.reorderable-page > box > label { window.thunar toolbar, window.thunar .inline-toolbar { background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); } @@ -9452,7 +9576,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 2px; padding-left: 4px; padding-right: 4px; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -9462,13 +9586,15 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { } .marlin-pathbar.pathbar:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #2c2f39; } .marlin-pathbar.pathbar:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -9592,11 +9718,11 @@ scale.warmth trough { .terminal-window .search-bar { background-color: #32343D; - border-bottom: 1px solid #494c59; + border-bottom: 1px solid #42444b; } .terminal-window .dynamic-notebook notebook > header { - border-color: #494c59; + border-color: #42444b; } /*********** @@ -9653,18 +9779,21 @@ scale.warmth trough { color: #e6ebef; border-color: rgba(255, 255, 255, 0.12); background-color: #2c2f39; + outline: none; } #content_frame button:hover { color: #b7c6d1; border-color: rgba(255, 255, 255, 0.12); background-color: #3e4250; + box-shadow: none; } #content_frame button:active, #content_frame button:checked { color: #ffffff; border-color: #68a2e6; background-color: #5294e2; + box-shadow: none; } #content_frame button:disabled { @@ -9704,6 +9833,7 @@ scale.warmth trough { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } #buttonbox_frame button:disabled { @@ -10335,6 +10465,7 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but color: #ffffff; border-color: #68a2e6; background-color: #5294e2; + box-shadow: none; } hdyleaflet > headerbar:first-child button.titlebutton.appmenu, @@ -10413,7 +10544,7 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but } filechooser paned > separator { - background-image: image(#494c59); + background-image: image(#42444b); } .nautilus-window { @@ -10499,12 +10630,14 @@ filechooser paned > separator { color: #b7c6d1; border-color: rgba(255, 255, 255, 0.12); background-color: #3e4250; + box-shadow: none; } .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:active { color: #ffffff; border-color: #68a2e6; background-color: #5294e2; + box-shadow: none; } .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:not(:hover):not(:active) > image { @@ -10574,7 +10707,7 @@ filechooser paned > separator { window.org-gnome-gedit > paned > separator, window.org-gnome-gedit > paned > separator:backdrop, window.org-gnome-gedit > overlay > box.vertical > paned > separator, window.org-gnome-gedit > overlay > box.vertical > paned > separator:backdrop { - background-image: image(#494c59); + background-image: image(#42444b); } .open-document-selector-treeview.view { @@ -10642,7 +10775,7 @@ list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-doc } .gedit-side-panel-paned statusbar { - border-top: 1px solid #494c59; + border-top: 1px solid #42444b; background-color: #32343D; } @@ -10841,12 +10974,12 @@ window.geary-main-window .titlebar headerbar.geary-titlebar > separator { window#GearyMainWindow > box.vertical > paned > separator, window.geary-main-window > box.vertical > paned > separator { - background-image: image(#494c59); + background-image: image(#42444b); } .geary-titlebar-left separator { margin: 0 -10px 0 0; - border-right: 1px solid #494c59; + border-right: 1px solid #42444b; background: none; } @@ -10940,7 +11073,7 @@ window.background.csd > box.horizontal > box.vertical > box.linked.horizontal { .polari-room-list .sidebar { margin-top: -1px; - border-color: #494c59; + border-color: #42444b; } overlay > infobar.info.top { @@ -11097,8 +11230,8 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable . @define-color content_view_bg #282A33; /* Very contrasty background for text views (@theme_text_color foreground) */ @define-color text_view_bg #1b1c22; -@define-color wm_title alpha(#e4ebf1, 0.8); -@define-color wm_unfocused_title alpha(#e4ebf1, 0.5); +@define-color wm_title alpha(#e0e5eb, 0.8); +@define-color wm_unfocused_title alpha(#e0e5eb, 0.5); @define-color wm_bg #282a33; @define-color wm_bg_unfocused #2b2e37; @define-color wm_highlight #333641; diff --git a/src/gtk/theme-3.0/gtk-dark.scss b/src/gtk/theme-3.0/gtk-Dark.scss similarity index 100% rename from src/gtk/theme-3.0/gtk-dark.scss rename to src/gtk/theme-3.0/gtk-Dark.scss diff --git a/src/gtk/theme-3.0/gtk-light.css b/src/gtk/theme-3.0/gtk-Light.css similarity index 95% rename from src/gtk/theme-3.0/gtk-light.css rename to src/gtk/theme-3.0/gtk-Light.css index 7864dc7d..0c78c0f6 100644 --- a/src/gtk/theme-3.0/gtk-light.css +++ b/src/gtk/theme-3.0/gtk-Light.css @@ -74,6 +74,7 @@ button.gtkstyle-fallback:active, button.gtkstyle-fallback:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .view, @@ -108,7 +109,7 @@ flowbox flowboxchild:selected { } flowbox.search-bar { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } label.separator { @@ -132,12 +133,12 @@ label:disabled selection { .budgie-notification .notification-body, .budgie-switcher .notification-body, popover label.separator, popover.background label.separator, headerbar .subtitle, label.separator { - opacity: 0.55; + color: rgba(70, 72, 83, 0.55); } assistant .sidebar { background-color: #ffffff; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } assistant.csd .sidebar { @@ -196,8 +197,10 @@ entry { border-radius: 2px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #4a4c59; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; + outline: none; + box-shadow: none; } entry.search { @@ -231,6 +234,8 @@ entry:focus { color: #4a4c59; border-color: #5294e2; background-color: #ffffff; + outline: none; + box-shadow: none; } entry:disabled { @@ -321,6 +326,8 @@ entry:drop(active):focus, entry:drop(active) { color: #ffffff; border-color: #434655; background-color: #5294e2; + outline: none; + box-shadow: none; } .osd entry:disabled { @@ -371,8 +378,9 @@ button { border-radius: 2px; padding: 2px 6px; color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } button separator { @@ -397,8 +405,9 @@ button separator { button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; -gtk-icon-effect: highlight; } @@ -406,6 +415,7 @@ button:active, button:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; background-clip: border-box; transition-duration: 50ms; } @@ -450,8 +460,8 @@ button:disabled:active label, button:disabled:active, button:disabled:checked la button.image-button { min-width: 24px; - padding-left: 5px; - padding-right: 5px; + padding-left: 6px; + padding-right: 6px; } button.text-button { @@ -460,8 +470,8 @@ button.text-button { } button.text-button.image-button { - padding-left: 5px; - padding-right: 5px; + padding-left: 6px; + padding-right: 6px; } button.text-button.image-button label:first-child { @@ -512,6 +522,7 @@ button.osd:active, button.osd:checked { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } button.osd:disabled { @@ -537,6 +548,7 @@ button.osd:disabled { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } .osd button:disabled { @@ -569,6 +581,7 @@ button.osd:disabled { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { @@ -718,6 +731,7 @@ button.font separator, button.file separator { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .slate-notification-window button.image-button, @@ -742,20 +756,23 @@ button.circular-button label, .app-notification button.flat label, button.close .inline-toolbar toolbutton > button { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } .inline-toolbar toolbutton > button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .inline-toolbar toolbutton > button:disabled { @@ -804,6 +821,7 @@ toolbar.inline-toolbar toolbutton:active, .inline-toolbar toolbutton:active, too color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry { @@ -880,7 +898,7 @@ toolbar.inline-toolbar toolbutton:active, .inline-toolbar toolbutton:active, too .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); } .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), @@ -1264,7 +1282,7 @@ headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), @@ -1383,7 +1401,7 @@ modelbutton.flat { menuitem.button.flat:hover, modelbutton.flat:hover { background-color: #f1f2f4; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } menuitem.button.flat:active, menuitem.button.flat:selected, @@ -1498,7 +1516,7 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), @@ -1683,13 +1701,13 @@ toolbar:not(.inline-toolbar) .linked > entry, box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 1 0 1 0; + border-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0) 1 0 1 0; } .inline-toolbar { background-color: #f0f3f6; border-style: solid; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 2px 2px; @@ -1705,7 +1723,7 @@ searchbar > revealer > box { padding: 6px; margin: -6px; border-style: solid; - border-color: #cad5df; + border-color: #e0e0e0; background-color: #fafbfc; border-width: 0 0 1px; } @@ -1717,7 +1735,7 @@ actionbar { actionbar > revealer > box { padding: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: #f0f3f6; border-radius: 0 0 0 0; } @@ -1735,16 +1753,16 @@ actionbar > revealer > box > viewswitcher > box > button:not(:first-child) { } headerbar { - padding: 0 10px; - color: rgba(62, 67, 91, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + padding: 0 6px; + color: #4a4c59; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); background-color: #ffffff; - min-height: 38px; + min-height: 40px; } headerbar:backdrop { transition: 200ms ease-out; - color: rgba(62, 67, 91, 0.5); + color: rgba(74, 76, 89, 0.7); background-color: white; } @@ -1884,8 +1902,8 @@ window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.ful } headerbar entry, headerbar button, headerbar separator:not(.sidebar) { - margin-top: 5px; - margin-bottom: 5px; + margin-top: 6px; + margin-bottom: 6px; } headerbar.windowhandle viewswitcher button { @@ -1914,29 +1932,29 @@ headerbar.windowhandle viewswitcher button > stack > box.narrow image { } headerbar.windowhandle viewswitcher button:hover { - color: rgba(42, 44, 60, 0.8); - background-color: rgba(62, 67, 91, 0.06); + color: #777983; + background-color: rgba(74, 76, 89, 0.06); } headerbar.windowhandle viewswitcher button:active { - color: rgba(62, 67, 91, 0.8); - background-color: rgba(62, 67, 91, 0.15); + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.15); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } headerbar.windowhandle viewswitcher button:checked { - color: rgba(62, 67, 91, 0.8); - background-color: rgba(62, 67, 91, 0.1); + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.1); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } headerbar.windowhandle viewswitcher button:disabled { - color: rgba(62, 67, 91, 0.35); + color: rgba(74, 76, 89, 0.35); background-color: transparent; } headerbar.windowhandle viewswitcher button:checked:disabled { - color: rgba(62, 67, 91, 0.35); + color: rgba(74, 76, 89, 0.35); background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 2/0 0 2px; } @@ -1950,7 +1968,7 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w .titlebar:not(headerbar) > separator { background-image: image(#ffffff); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .titlebar:not(headerbar) > separator:backdrop { @@ -1966,7 +1984,7 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w } window.thunar toolbar entry, window.thunar .inline-toolbar entry, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f7f7f7; } @@ -1980,7 +1998,9 @@ window.thunar toolbar entry:backdrop, window.thunar .inline-toolbar entry:backdr } window.thunar toolbar entry:focus, window.thunar .inline-toolbar entry:focus, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:focus, .nemo-window .primary-toolbar entry:focus, headerbar entry:focus { - color: rgba(104, 111, 151, 0.8); + outline: none; + box-shadow: none; + color: #797c90; border-color: #5294e2; background-color: #fcfcfc; background-clip: border-box; @@ -1991,7 +2011,7 @@ window.thunar toolbar entry:focus image, window.thunar .inline-toolbar entry:foc } window.thunar toolbar entry:disabled, window.thunar .inline-toolbar entry:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(62, 67, 91, 0.35); + color: rgba(74, 76, 89, 0.55); border-color: rgba(0, 0, 0, 0.12); background-color: rgba(247, 247, 247, 0.85); } @@ -2040,7 +2060,7 @@ window.thunar toolbar entry.error selection, window.thunar .inline-toolbar entry } window.thunar toolbar button, window.thunar .inline-toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button, .nemo-window .primary-toolbar button, headerbar button { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; outline-offset: -3px; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); @@ -2051,7 +2071,7 @@ window.thunar toolbar button:backdrop, window.thunar .inline-toolbar button:back } window.thunar toolbar button:hover, window.thunar .inline-toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; } @@ -2070,7 +2090,7 @@ window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disa } window.thunar toolbar button:disabled label, window.thunar .inline-toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(62, 67, 91, 0.3); + color: rgba(74, 76, 89, 0.5); } window.thunar toolbar button:disabled:active, window.thunar .inline-toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, window.thunar .inline-toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { @@ -2090,34 +2110,34 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover { - color: rgba(42, 44, 60, 0.8); + color: #777983; background-color: transparent; - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); + box-shadow: inset 0 -2px #a9caf1; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled { - color: rgba(62, 67, 91, 0.4); + color: rgba(74, 76, 89, 0.4); background-color: transparent; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled { - color: rgba(62, 67, 91, 0.4); + color: rgba(74, 76, 89, 0.4); background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.flat.popup.toggle.sources-button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.flat.popup.toggle.sources-button:hover, .nemo-window .primary-toolbar button.flat.popup.toggle.sources-button:hover, headerbar button.flat.popup.toggle.sources-button:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button, .nemo-window .selection-mode.primary-toolbar button, headerbar.selection-mode button { @@ -2203,7 +2223,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: white; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); } @@ -2218,11 +2238,11 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { - color: rgba(62, 67, 91, 0.4); + color: rgba(74, 76, 89, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { - color: rgba(62, 67, 91, 0.4); + color: rgba(74, 76, 89, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { @@ -2289,7 +2309,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled label, .nemo-window .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled, .nemo-window .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(62, 67, 91, 0.3); + color: rgba(74, 76, 89, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:backdrop, .nemo-window .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { @@ -2330,7 +2350,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled label, .nemo-window .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled, .nemo-window .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(62, 67, 91, 0.3); + color: rgba(74, 76, 89, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:backdrop, .nemo-window .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { @@ -2343,7 +2363,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button, .nemo-window .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; } @@ -2359,22 +2379,22 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button:disabled, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(62, 67, 91, 0.2); + color: rgba(74, 76, 89, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox:disabled, .nemo-window .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(62, 67, 91, 0.2); + color: rgba(74, 76, 89, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo, .nemo-window .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; outline-offset: -3px; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; box-shadow: none; @@ -2386,7 +2406,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled label, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(62, 67, 91, 0.3); + color: rgba(74, 76, 89, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > entry.combo:dir(ltr), .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > entry.combo:dir(ltr), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -2423,12 +2443,12 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button .caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider, .nemo-window .primary-toolbar scale slider, headerbar scale slider { background-color: white; - border-color: rgba(62, 67, 91, 0.5); + border-color: rgba(74, 76, 89, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider:hover, .nemo-window .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; - border-color: rgba(62, 67, 91, 0.5); + border-color: rgba(74, 76, 89, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider:active, .nemo-window .primary-toolbar scale slider:active, headerbar scale slider:active { @@ -2438,7 +2458,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button .caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider:disabled, .nemo-window .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: white; - border-color: rgba(62, 67, 91, 0.5); + border-color: rgba(74, 76, 89, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar scale trough, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale trough, .nemo-window .primary-toolbar scale trough, headerbar scale trough { @@ -2581,7 +2601,7 @@ treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, tr treeview.view.trough { color: #464853; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); border-radius: 2px; border-width: 0; } @@ -2650,13 +2670,13 @@ menubar, -GtkWidget-window-dragging: true; padding: 0 0 0 0; background-color: white; - color: rgba(62, 67, 91, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: #4a4c59; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } menubar:backdrop, .menubar:backdrop { - color: rgba(62, 67, 91, 0.5); + color: rgba(74, 76, 89, 0.7); } menubar > menuitem, @@ -2677,12 +2697,12 @@ menubar > menuitem:hover, menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(62, 67, 91, 0.45); + color: rgba(74, 76, 89, 0.45); } menubar > menuitem label:disabled, .menubar > menuitem label:disabled { - color: rgba(62, 67, 91, 0.45); + color: rgba(74, 76, 89, 0.45); } .csd.popup { @@ -2699,7 +2719,7 @@ popover.background.touch-selection, border-radius: 0; transition: none; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); padding: 6px 0; } @@ -2823,7 +2843,7 @@ menu > arrow.top, popover.touch-selection > arrow.top, .csd popover.touch-selection > arrow.top { margin-top: -4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } @@ -2834,7 +2854,7 @@ popover.touch-selection > arrow.bottom, .csd popover.touch-selection > arrow.bottom { margin-top: 8px; margin-bottom: -12px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } @@ -2867,7 +2887,7 @@ popover, .csd popover, popover.menu, popover.background, .csd popover.background, popover.background.menu { border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); } @@ -2926,7 +2946,7 @@ notebook { } notebook.frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } notebook > stack:not(:only-child) { @@ -2940,7 +2960,7 @@ notebook > header { notebook > header.top { padding-bottom: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.top > tabs > tab { @@ -2971,7 +2991,7 @@ notebook > header.top > tabs > tab:checked { notebook > header.bottom { padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.bottom > tabs > tab { @@ -3002,7 +3022,7 @@ notebook > header.bottom > tabs > tab:checked { notebook > header.right { padding-left: 0; - border-left: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.right > tabs > tab { @@ -3033,7 +3053,7 @@ notebook > header.right > tabs > tab:checked { notebook > header.left { padding-right: 0; - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.left > tabs > tab { @@ -3155,19 +3175,19 @@ scrollbar { } scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); } scrollbar button { @@ -3241,12 +3261,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; - min-width: 38px; + min-width: 40px; } scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; - min-height: 38px; + min-height: 40px; } scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { @@ -3254,11 +3274,11 @@ scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { } scrollbar.horizontal slider { - min-width: 38px; + min-width: 40px; } scrollbar.vertical slider { - min-height: 38px; + min-height: 40px; } switch { @@ -3698,7 +3718,7 @@ scale trough { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } scale trough:disabled { @@ -3908,7 +3928,7 @@ row:selected progressbar progress, infobar progressbar progress { progressbar trough { border: none; border-radius: 2px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } row:selected progressbar trough, infobar progressbar trough { @@ -3929,7 +3949,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 2px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } levelbar.horizontal.discrete block { @@ -3967,7 +3987,7 @@ levelbar block.empty { } printdialog paper { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); background: #ffffff; padding: 0; } @@ -3981,7 +4001,7 @@ frame > border, margin: 0; padding: 0; border-radius: 0; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } frame.flat > border, @@ -4004,7 +4024,7 @@ scrolledwindow viewport.frame .frame > textview { scrolledwindow viewport.frame .frame > textview > text { border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } scrolledwindow viewport.frame > box.vertical list.content.view { @@ -4025,7 +4045,7 @@ stack.background scrolledwindow frame, stack.background scrolledwindow frame > b } scrolledwindow overshoot.top { - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 100% 3%, 100% 50%; background-repeat: no-repeat; background-position: top; @@ -4035,7 +4055,7 @@ scrolledwindow overshoot.top { } scrolledwindow overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 100% 3%, 100% 50%; background-repeat: no-repeat; background-position: bottom; @@ -4045,7 +4065,7 @@ scrolledwindow overshoot.bottom { } scrolledwindow overshoot.left { - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 3% 100%, 50% 100%; background-repeat: no-repeat; background-position: left; @@ -4055,7 +4075,7 @@ scrolledwindow overshoot.left { } scrolledwindow overshoot.right { - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 3% 100%, 50% 100%; background-repeat: no-repeat; background-position: right; @@ -4110,7 +4130,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; - border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 1px, transparent 1px) 0 0 0 1/0 1px stretch; background-color: rgba(0, 0, 0, 0.05); } @@ -4119,7 +4139,7 @@ scrolledwindow junction:dir(rtl) { } separator { - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); min-width: 1px; min-height: 1px; } @@ -4145,11 +4165,11 @@ list.content:not(.conversation-listbox) > row:only-child, scrolledwindow viewpor list { background-color: #ffffff; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } list.content { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } list row { @@ -4227,6 +4247,7 @@ iconview:disabled image, row.activatable:disabled image { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; background-clip: padding-box; } @@ -4256,7 +4277,7 @@ expander arrow:checked { calendar { color: #464853; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; padding: 2px 7px; } @@ -4296,7 +4317,7 @@ messagedialog .linked:not(.vertical) > button:active, messagedialog .linked:not(.vertical) > button:checked, messagedialog .linked:not(.vertical) > button:disabled { border-radius: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); border-right: none; border-bottom: none; } @@ -4325,7 +4346,7 @@ messagedialog .linked:not(.vertical) > button:only-child { messagedialog.background { background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; } messagedialog .titlebar { @@ -4344,9 +4365,9 @@ messagedialog .dialog-action-area button { padding: 6px 10px 8px 10px; border-radius: 0; border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; } messagedialog .dialog-action-area button:active, messagedialog .dialog-action-area button:checked { @@ -4355,12 +4376,12 @@ messagedialog .dialog-action-area button:active, messagedialog .dialog-action-ar } messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { - background-color: rgba(62, 67, 91, 0.06); + background-color: rgba(74, 76, 89, 0.06); } messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { - background-color: rgba(62, 67, 91, 0.1); - color: rgba(62, 67, 91, 0.8); + background-color: rgba(74, 76, 89, 0.1); + color: #4a4c59; } messagedialog.csd.background { @@ -4370,11 +4391,11 @@ messagedialog.csd.background { } filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); background-color: #fafbfc; } @@ -4393,12 +4414,12 @@ messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { } stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; border-left-style: none; } stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #cad5df; + border-left: 1px solid #e0e0e0; border-right-style: none; } @@ -4514,7 +4535,7 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to bottom, #cad5df, #cad5df); + background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0); background-size: 1px 1px; } @@ -4526,7 +4547,7 @@ paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #fafbfc; - background-image: linear-gradient(to bottom, #cad5df, #cad5df), linear-gradient(to bottom, #cad5df, #cad5df); + background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0), linear-gradient(to bottom, #e0e0e0, #e0e0e0); background-size: 1px 1px, 1px 1px; } @@ -4748,14 +4769,16 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } colorswatch#add-color-button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } colorswatch#add-color-button overlay { @@ -4787,8 +4810,9 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } .context-menu, popover.touch-selection, .csd popover.touch-selection, @@ -4806,7 +4830,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { padding: 3px 6px 4px 6px; color: #464853; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } @@ -4843,7 +4867,7 @@ decoration:backdrop { .ssd decoration { border-radius: 0 0 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12); } .ssd decoration.maximized { @@ -4857,7 +4881,7 @@ decoration:backdrop { .csd.popup decoration { border-radius: 0; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.15); + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12); } tooltip.csd decoration { @@ -4889,7 +4913,7 @@ headerbar button.titlebutton, .titlebar button.titlebutton { } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; } @@ -5052,7 +5076,7 @@ popover.emoji-picker { } popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; box-shadow: none; border-width: 0 0 1px 0; @@ -5062,7 +5086,7 @@ popover.emoji-picker entry { popover.emoji-picker scrolledwindow { background-color: #ffffff; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } button.emoji-section { @@ -5147,26 +5171,46 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - color: rgba(42, 44, 60, 0.8); + color: #777983; background: none; box-shadow: inset 0 -1px rgba(82, 148, 226, 0.5), 0 1px rgba(82, 148, 226, 0.5); } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; background: none; box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(62, 67, 91, 0.4); + color: rgba(74, 76, 89, 0.4); } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(62, 67, 91, 0.4); + color: rgba(74, 76, 89, 0.4); box-shadow: inset 0 -1px rgba(82, 148, 226, 0.4), 0 1px rgba(82, 148, 226, 0.4); } +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup { + border-radius: 2px; + border: none; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:hover { + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.1); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:active { + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.2); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:checked { + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.15); +} + .nautilus-window.background.csd { border-radius: 0 0 0 0; } @@ -5184,9 +5228,9 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } .nautilus-window headerbar.titlebar .path-bar-box { - margin-top: 5px; - margin-bottom: 5px; - color: rgba(62, 67, 91, 0.8); + margin-top: 6px; + margin-bottom: 6px; + color: #4a4c59; background-color: transparent; border: none; } @@ -5225,7 +5269,7 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr .nautilus-window headerbar.titlebar .path-bar-box.width-maximized { border: none; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12); - background-color: rgba(62, 67, 91, 0.06); + background-color: rgba(74, 76, 89, 0.06); border-radius: 2px; padding: 0 6px; } @@ -5235,6 +5279,72 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr background-color: transparent; } +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar { + background-color: rgba(74, 76, 89, 0.06); + border-radius: 3px; + margin: 6px 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup { + margin-top: 0; + margin-bottom: 0; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box { + padding: 0 2px; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button { + margin-top: 2px; + margin-bottom: 2px; + padding: 0 6px; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle { + color: #777983; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:hover, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:hover, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:hover, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:active, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:active, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:active, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:checked, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:checked, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:checked, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:checked { + color: #4a4c59; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:hover { + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.1); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:checked { + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.2); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir { + color: #4a4c59; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir:active { + background: none; + box-shadow: none; + border-image: none; +} + .nautilus-canvas-item { border-radius: 2px; } @@ -5319,7 +5429,7 @@ window.thunar notebook scrolledwindow.frame.standard-view, .nemo-window .nemo-wi @keyframes needs_attention_keyframes { 0% { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; } @@ -5478,7 +5588,7 @@ frame.sidebar.chat-sidebar frame.chat-status-area > border { widget#PROCESSOR list row, widget#MEMORY list row { margin: -1px; - border: 1px solid #cad5df; + border: 1px solid #e0e0e0; } widget#PROCESSOR list row.max, widget#MEMORY list row.max { @@ -5486,7 +5596,7 @@ widget#PROCESSOR list row.max, widget#MEMORY list row.max { } widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; + box-shadow: inset 0 0 0 1px #e0e0e0; } widget#STORAGE list { @@ -5502,7 +5612,7 @@ widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:a } widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; + box-shadow: inset 0 0 0 1px #e0e0e0; } graph-switcher-button.toggle { @@ -5559,11 +5669,11 @@ layouttab { } layout { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } pillbox { @@ -5579,7 +5689,7 @@ pillbox:disabled label { docktabstrip { padding: 0 6px; background-color: #fafbfc; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } docktabstrip docktab { @@ -5597,16 +5707,16 @@ docktabstrip docktab:checked label, docktabstrip docktab:hover label { } docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; } dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } dockoverlayedge { @@ -5669,8 +5779,8 @@ button.dzlmenubuttonitem.check box > image { entry.search.preferences-search { border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -5684,7 +5794,7 @@ preferences stacksidebar.sidebar list separator { devhelppanel entry:focus, symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } button.run-arrow-button { @@ -5715,7 +5825,7 @@ configurationview list { preferencesbin spinbutton { border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } preferencesbin spinbutton:focus { @@ -5871,7 +5981,7 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box .category_page_header_filter_box { background-image: image(#fafbfc); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 0 0 1 0/0 0 1px 0 stretch; + border-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0) 0 0 1 0/0 0 1px 0 stretch; } .category_page_header_filter_box button { @@ -5893,7 +6003,7 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box .application-details-infobar { background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 1 1 1 1/1px 1px 1px 1px stretch; + border-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0) 1 1 1 1/1px 1px 1px 1px stretch; } button.osd.featured-button-left, @@ -6045,7 +6155,7 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow } window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); + background-image: image(rgba(0, 0, 0, 0.12)); } window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { @@ -6107,7 +6217,7 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow } headerbar.titlebar.incognito-mode entry { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f7f7f7; } @@ -6117,13 +6227,15 @@ headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode } headerbar.titlebar.incognito-mode entry:focus { - color: rgba(104, 111, 151, 0.8); + outline: none; + box-shadow: none; + color: #797c90; border-color: #5294e2; background-color: #fcfcfc; } headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(62, 67, 91, 0.35); + color: rgba(74, 76, 89, 0.55); border-color: rgba(0, 0, 0, 0.12); background-color: rgba(247, 247, 247, 0.85); } @@ -6133,7 +6245,7 @@ notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar } .background headerbar entry.starred, .background headerbar entry.non-starred { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f7f7f7; } @@ -6143,13 +6255,15 @@ notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar } .background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: rgba(104, 111, 151, 0.8); + outline: none; + box-shadow: none; + color: #797c90; border-color: #5294e2; background-color: #fcfcfc; } .background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(62, 67, 91, 0.35); + color: rgba(74, 76, 89, 0.55); border-color: rgba(0, 0, 0, 0.12); background-color: rgba(247, 247, 247, 0.85); } @@ -6170,14 +6284,15 @@ popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport background-color: #fafbfc; color: rgba(70, 72, 83, 0.85); border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); margin: 2px; } popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { @@ -6186,7 +6301,7 @@ popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { } popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { @@ -6233,7 +6348,7 @@ flowboxchild.bookmark-tag-widget-selected { tabbox { background-color: #fafbfc; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } tabbox > tab { @@ -6296,7 +6411,7 @@ window#gnome-system-monitor > menubar { } .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); padding: 4px; background-color: #f0f3f6; } @@ -6305,7 +6420,7 @@ window.csd > box.vertical > box.vertical > toolbar.horizontal, window.csd > box. window.solid-csd > box.vertical > box.vertical > toolbar.horizontal, window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar { margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; background-color: transparent; } @@ -6371,7 +6486,7 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti } window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } hdyviewswitcherbar > actionbar, @@ -6389,7 +6504,7 @@ dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame } dialog.background.csd > box.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > box.horizontal > box.horizontal > box.horizontal > combobox > .linked > button.combo { @@ -6398,7 +6513,7 @@ dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > b } dialog.background.csd headerbar.default-decoration { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } window.background.csd > paned.horizontal > scrolledwindow.frame.sidebar { @@ -6443,7 +6558,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { } .nemo-window .nemo-places-sidebar .places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #cad5df; + -NemoPlacesTreeView-disk-full-bg-color: #e0e0e0; -NemoPlacesTreeView-disk-full-fg-color: #3c86de; } @@ -6458,15 +6573,17 @@ window.background.csd.unified.fullscreen > decoration-overlay { .nemo-window notebook .primary-toolbar button, .nemo-window notebook .primary-toolbar combobox > .linked > button.combo { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } .nemo-window notebook .primary-toolbar button:hover, .nemo-window notebook .primary-toolbar combobox > .linked > button.combo:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; -gtk-icon-effect: highlight; } @@ -6476,6 +6593,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .nemo-window notebook .primary-toolbar button:active:not(:disabled) label:disabled, .nemo-window notebook .primary-toolbar button:checked:not(:disabled) label:disabled, @@ -6517,14 +6635,18 @@ window.background.csd.unified.fullscreen > decoration-overlay { min-height: 24px; min-width: 24px; color: #4a4c59; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; + outline: none; + box-shadow: none; } .nemo-window notebook .primary-toolbar entry:focus { color: #4a4c59; border-color: #5294e2; background-color: #ffffff; + outline: none; + box-shadow: none; } .nemo-window .nemo-window-pane widget.entry { @@ -6533,10 +6655,12 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #4a4c59; border-color: #5294e2; background-color: #ffffff; + outline: none; + box-shadow: none; } .nemo-window .nemo-window-pane notebook infobar > revealer > box { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .nemo-window .nemo-window-pane notebook box.vertical > separator { @@ -6547,9 +6671,9 @@ window.background.csd.unified.fullscreen > decoration-overlay { padding-top: 0; padding-bottom: 0; border: none; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; background-color: white; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .nemo-window .primary-toolbar button { @@ -6599,11 +6723,11 @@ window.background.csd.unified.fullscreen > decoration-overlay { dialog.background > .dialog-vbox > frame.view > stack > box.vertical > separator.horizontal { background: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); + color: rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > scrollbar { @@ -6612,7 +6736,7 @@ window.background:not(.csd) > widget > scrollbar { window.background:not(.csd) > widget > scrollbar, window.background:not(.csd) > widget > frame > border { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > entry, @@ -6620,7 +6744,7 @@ window.background:not(.csd) > widget .entry { border-radius: 2px; color: #4a4c59; background-image: image(#ffffff); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > entry:focus, @@ -6630,7 +6754,7 @@ window.background:not(.csd) > widget .entry:focus { window.background:not(.csd) > widget > spinbutton { background-image: image(white); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > spinbutton:active { @@ -6644,7 +6768,7 @@ window.background:not(.csd) > widget > spinbutton .entry { window.background:not(.csd) > widget > button > button, window.background:not(.csd) > widget > button.combo > button { color: #4a4c59; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; } @@ -6718,7 +6842,7 @@ window.background:not(.csd) > window > menu menuitem { #MozillaGtkWidget.background > window.background > menu > menu > separator { padding: 0; border: none; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } #MozillaGtkWidget.background > widget border { @@ -6751,14 +6875,14 @@ window.background.chromium { } window.background.chromium headerbar.titlebar button.toggle { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; outline-offset: -3px; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); } window.background.chromium headerbar.titlebar button.toggle:hover { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; } @@ -6772,14 +6896,14 @@ window.background.chromium headerbar.titlebar button.toggle:checked, window.back window.background.chromium button { border-width: 1px; border-style: solid; - border-color: #cad5df; + border-color: #e0e0e0; background-color: #fafbfc; color: #464853; } window.background.chromium entry.chromium { border-image: none; - border: 1px solid #cad5df; + border: 1px solid #e0e0e0; background-color: #fafbfc; color: #464853; } @@ -6800,7 +6924,7 @@ window.background.chromium > menubar { window.background.chromium > menu { color: #464853; background-color: #ffffff; - border: 1px solid #cad5df; + border: 1px solid #e0e0e0; } window.background.chromium > menu > separator, window.background.chromium > menu .separator { @@ -6829,17 +6953,17 @@ window.background.chromium > menu > menuitem accelerator { window.background > grid.horizontal > grid.horizontal { background-color: #ffffff; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } window.background > grid.horizontal > grid.horizontal > button.flat.small-button { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border: none; border-radius: 50px; } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: rgba(62, 67, 91, 0.25); + background-color: rgba(74, 76, 89, 0.25); } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background > grid.horizontal > grid.horizontal > button.flat.small-button:checked { @@ -6848,7 +6972,7 @@ window.background > grid.horizontal > grid.horizontal > button.flat.small-button } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: rgba(62, 67, 91, 0.6); + color: rgba(74, 76, 89, 0.6); } window.background:not(.solid-csd) > notebook:not(.frame) { @@ -6868,7 +6992,7 @@ overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwind } overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } widget > box.terminal-titlebar { @@ -6937,7 +7061,7 @@ list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix- } window.background.csd > box.vertical > stack > box.horizontal > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { @@ -6945,15 +7069,15 @@ window.background.csd > box.vertical > stack > box.horizontal > box.vertical > s } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window#ValaPanel.background { @@ -7155,13 +7279,13 @@ UnityDecoration .top { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, white, white); - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; box-shadow: inset 0 1px white; } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(62, 67, 91, 0.5); + color: rgba(74, 76, 89, 0.7); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, @@ -7600,7 +7724,7 @@ PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):d .mate-panel-applet-slider frame { border-width: 1px; border-style: solid; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-radius: 2px; background-color: #fafbfc; } @@ -7611,7 +7735,7 @@ PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):d } .caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .caja-side-pane .frame { @@ -7632,7 +7756,7 @@ PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):d .caja-navigation-window toolbar#Toolbar.primary-toolbar, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar { background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { @@ -7640,11 +7764,11 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #cad5df; + border-left: 1px solid #e0e0e0; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { @@ -7664,11 +7788,11 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame } .background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #cad5df; + border-left-color: #e0e0e0; } .background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #cad5df; + border-right-color: #e0e0e0; } .eom-window statusbar { @@ -7720,7 +7844,7 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame .atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, .xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #cad5df; + border-bottom-color: #e0e0e0; } .atril-window.fullscreen.background > box.vertical > paned.horizontal, @@ -7852,7 +7976,7 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover { margin: 0; padding: 0; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-radius: 2px; background-color: #ffffff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12); @@ -7937,12 +8061,12 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { border-top: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover switch { @@ -7959,7 +8083,7 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { background-color: #f1f2f4; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked { @@ -7981,16 +8105,16 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.user-menu separator { margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } .budgie-popover.sound-popover separator { margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } .budgie-popover.sound-popover buttonbox.linked > button { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .budgie-popover.caffeine-popover .container { @@ -8012,7 +8136,7 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.places-menu .places-list:not(.always-expand) { margin-top: 4px; padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover.places-menu .alternative-label { @@ -8122,7 +8246,7 @@ window.budgie-popover:not(.csd) > frame.container > border { .budgie-menu entry.search { padding: 5px 10px; border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; box-shadow: none; font-size: 110%; @@ -8175,7 +8299,7 @@ popover.background.user-menu .content-box { popover.background.user-menu separator { margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } popover.background.user-menu row { @@ -8212,7 +8336,7 @@ popover.background.places-menu .places-section-header > image:dir(rtl) { popover.background.places-menu .places-list { margin-top: 4px; padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: transparent; } @@ -8528,8 +8652,8 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch .raven .raven-header.top { padding: 0 6px; background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: #4a4c59; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .raven .raven-header.top stackswitcher { @@ -8543,11 +8667,11 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch border-radius: 0; border: none; background-color: transparent; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; } .raven .raven-header.top stackswitcher button:hover { - color: rgba(42, 44, 60, 0.8); + color: #777983; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.5) 100%, transparent 0%) 0 0 2/0 0 2px; } @@ -8556,11 +8680,11 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch } .raven .raven-header.top stackswitcher button:disabled { - color: rgba(62, 67, 91, 0.5); + color: rgba(74, 76, 89, 0.5); } .raven .raven-header.top stackswitcher button:disabled label { - color: rgba(62, 67, 91, 0.5); + color: rgba(74, 76, 89, 0.5); } .raven .raven-header.top button.image-button:dir(ltr) { @@ -8581,7 +8705,7 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch } .raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .raven viewport.frame .raven-header { @@ -8591,7 +8715,7 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch .raven .raven-background { border-style: solid none; border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; } @@ -8715,7 +8839,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list } box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:hover { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; } @@ -8734,12 +8858,12 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { @@ -8817,7 +8941,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button, .budgie-switcher-window button, .budgie-osd-window button { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; outline-offset: -3px; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); @@ -8827,7 +8951,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button:hover, .budgie-switcher-window button:hover, .budgie-osd-window button:hover { - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f2f2f2; } @@ -8859,7 +8983,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button:disabled, .budgie-switcher-window button:disabled, .budgie-osd-window button:disabled { - color: rgba(62, 67, 91, 0.3); + color: rgba(74, 76, 89, 0.5); } .slate-notification .notification-title, @@ -8878,7 +9002,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list border-radius: 2px; box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.27); background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; } .drop-shadow .linked > button { @@ -8905,7 +9029,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-polkit-dialog buttonbox.linked.horizontal > button { padding: 6px 16px; border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -8929,7 +9053,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, .budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { background-color: alpha(#464853,0.06); - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } @@ -8938,7 +9062,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { color: #464853; background-color: alpha(#464853,0.1); - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .budgie-polkit-dialog .message { @@ -8974,7 +9098,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list } .budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .budgie-panel box.titlebar { @@ -9227,8 +9351,8 @@ window.thunar notebook header.top tab.reorderable-page > box > label { window.thunar toolbar, window.thunar .inline-toolbar { background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: #4a4c59; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { @@ -9276,7 +9400,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto } .menubar.panel popover button:hover { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .menubar.panel popover button:active, .menubar.panel popover button:checked { @@ -9288,7 +9412,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto } .menubar.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .menubar.panel popover list { @@ -9300,7 +9424,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto } .menubar.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); + background-image: image(rgba(0, 0, 0, 0.12)); margin: 0 2px; } @@ -9319,7 +9443,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto .menubar.panel popover .sidebar .view:hover { background-color: #f1f2f4; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .menubar.panel popover .sidebar .view:selected, .menubar.panel popover .sidebar .view:active, .menubar.panel popover .sidebar .view:checked, .menubar.panel popover .sidebar .view:active:backdrop, .menubar.panel popover .sidebar .view:checked:backdrop, .menubar.panel popover .sidebar .view:selected:backdrop { @@ -9424,7 +9548,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 2px; padding-left: 4px; padding-right: 4px; - color: rgba(62, 67, 91, 0.8); + color: #4a4c59; border-color: rgba(0, 0, 0, 0.12); background-color: #f7f7f7; } @@ -9434,13 +9558,15 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { } .marlin-pathbar.pathbar:focus { - color: rgba(104, 111, 151, 0.8); + outline: none; + box-shadow: none; + color: #797c90; border-color: #5294e2; background-color: #fcfcfc; } .marlin-pathbar.pathbar:disabled { - color: rgba(62, 67, 91, 0.35); + color: rgba(74, 76, 89, 0.55); border-color: rgba(0, 0, 0, 0.12); background-color: rgba(247, 247, 247, 0.85); } @@ -9475,7 +9601,7 @@ treeview.view.sidebar.source-list:selected.has-open-popup, treeview.view.sidebar treeview.view.sidebar.source-list.trough { color: #464853; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); border-radius: 2px; border-width: 0; } @@ -9520,7 +9646,7 @@ headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop { } popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .gala-notification { @@ -9537,12 +9663,12 @@ popover radiobutton.color-button.color-light, popover radiobutton.color-button.c actionbar.inline-toolbar { border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } actionbar.inline-toolbar button { border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } actionbar.inline-toolbar button:first-child { @@ -9559,16 +9685,16 @@ scale.warmth trough { } .terminal-window headerbar.titlebar.default-decoration { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .terminal-window .search-bar { background-color: #fafbfc; - border-bottom: 1px solid #cad5df; + border-bottom: 1px solid #e0e0e0; } .terminal-window .dynamic-notebook notebook > header { - border-color: #cad5df; + border-color: #e0e0e0; } /*********** @@ -9623,20 +9749,23 @@ scale.warmth trough { #content_frame button { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } #content_frame button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } #content_frame button:active, #content_frame button:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } #content_frame button:disabled { @@ -9676,6 +9805,7 @@ scale.warmth trough { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } #buttonbox_frame button:disabled { @@ -9761,8 +9891,8 @@ GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid rgba(0, 0, 0, 0.15); - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); } GraniteWidgetsPopOver .frame, @@ -9777,7 +9907,7 @@ GraniteWidgetsStaticNotebook .frame { toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button { @@ -9788,7 +9918,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #fafbfc; } @@ -10307,6 +10437,7 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } hdyleaflet > headerbar:first-child button.titlebutton.appmenu, @@ -10349,12 +10480,12 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but } .nemo-window .sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { background-color: #7c8088; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .nemo-window .sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider { @@ -10385,7 +10516,7 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but } filechooser paned > separator { - background-image: image(#cad5df); + background-image: image(#e0e0e0); } .nautilus-window { @@ -10469,14 +10600,16 @@ filechooser paned > separator { .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:active { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:not(:hover):not(:active) > image { @@ -10551,7 +10684,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned > separator:backdrop { .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .open-document-selector-treeview.view:hover { @@ -10614,14 +10747,14 @@ list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-doc } .gedit-side-panel-paned statusbar { - border-top: 1px solid #cad5df; + border-top: 1px solid #e0e0e0; background-color: #fafbfc; } .gedit-search-slider { background-color: white; padding: 6px; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; @@ -10656,16 +10789,16 @@ list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-doc } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)); } .tweak-group > .tweak > list { padding: 0; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .tweak-group > .tweak > list > row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } row#AutostartTitle.tweak { @@ -10674,7 +10807,7 @@ row#AutostartTitle.tweak { } list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } list.tweak-categories separator { @@ -10798,7 +10931,7 @@ window.background.csd > leaflet > separator.sidebar { window#GearyMainWindow .titlebar, window.geary-main-window .titlebar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); background-color: #ffffff; } @@ -10845,7 +10978,7 @@ stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-sc .geary-main-window .geary-main-layout > leaflet > separator.sidebar, .geary-main-window .geary-main-layout > separator.sidebar { background-image: image(#ffffff); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame { @@ -10884,7 +11017,7 @@ stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-sc .geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-bottom-width: 0; } @@ -11061,8 +11194,8 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable . @define-color theme_unfocused_selected_bg_color #5294e2; @define-color theme_unfocused_selected_fg_color #ffffff; @define-color unfocused_insensitive_color rgba(70, 72, 83, 0.55); -@define-color borders rgba(0, 0, 0, 0.15); -@define-color unfocused_borders rgba(0, 0, 0, 0.15); +@define-color borders rgba(0, 0, 0, 0.12); +@define-color unfocused_borders rgba(0, 0, 0, 0.12); @define-color warning_color #F27835; @define-color error_color #FC4138; @define-color success_color #6dcfa7; @@ -11071,8 +11204,8 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable . @define-color content_view_bg #ffffff; /* Very contrasty background for text views (@theme_text_color foreground) */ @define-color text_view_bg #ffffff; -@define-color wm_title alpha(#3e435b, 0.8); -@define-color wm_unfocused_title alpha(#3e435b, 0.5); +@define-color wm_title alpha(#4a4c59, 0.8); +@define-color wm_unfocused_title alpha(#4a4c59, 0.5); @define-color wm_bg white; @define-color wm_bg_unfocused white; @define-color wm_highlight white; diff --git a/src/gtk/theme-3.0/gtk-light.scss b/src/gtk/theme-3.0/gtk-Light.scss similarity index 100% rename from src/gtk/theme-3.0/gtk-light.scss rename to src/gtk/theme-3.0/gtk-Light.scss diff --git a/src/gtk/theme-3.0/gtk.css b/src/gtk/theme-3.0/gtk.css index bf752311..55ffb90d 100644 --- a/src/gtk/theme-3.0/gtk.css +++ b/src/gtk/theme-3.0/gtk.css @@ -74,6 +74,7 @@ button.gtkstyle-fallback:active, button.gtkstyle-fallback:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .view, @@ -108,7 +109,7 @@ flowbox flowboxchild:selected { } flowbox.search-bar { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } label.separator { @@ -132,12 +133,12 @@ label:disabled selection { .budgie-notification .notification-body, .budgie-switcher .notification-body, popover label.separator, popover.background label.separator, headerbar .subtitle, label.separator { - opacity: 0.55; + color: rgba(70, 72, 83, 0.55); } assistant .sidebar { background-color: #ffffff; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } assistant.csd .sidebar { @@ -196,8 +197,10 @@ entry { border-radius: 2px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #4a4c59; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; + outline: none; + box-shadow: none; } entry.search { @@ -231,6 +234,8 @@ entry:focus { color: #4a4c59; border-color: #5294e2; background-color: #ffffff; + outline: none; + box-shadow: none; } entry:disabled { @@ -321,6 +326,8 @@ entry:drop(active):focus, entry:drop(active) { color: #ffffff; border-color: #434655; background-color: #5294e2; + outline: none; + box-shadow: none; } .osd entry:disabled { @@ -371,8 +378,9 @@ button { border-radius: 2px; padding: 2px 6px; color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } button separator { @@ -397,8 +405,9 @@ button separator { button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; -gtk-icon-effect: highlight; } @@ -406,6 +415,7 @@ button:active, button:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; background-clip: border-box; transition-duration: 50ms; } @@ -450,8 +460,8 @@ button:disabled:active label, button:disabled:active, button:disabled:checked la button.image-button { min-width: 24px; - padding-left: 5px; - padding-right: 5px; + padding-left: 6px; + padding-right: 6px; } button.text-button { @@ -460,8 +470,8 @@ button.text-button { } button.text-button.image-button { - padding-left: 5px; - padding-right: 5px; + padding-left: 6px; + padding-right: 6px; } button.text-button.image-button label:first-child { @@ -512,6 +522,7 @@ button.osd:active, button.osd:checked { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } button.osd:disabled { @@ -537,6 +548,7 @@ button.osd:disabled { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } .osd button:disabled { @@ -569,6 +581,7 @@ button.osd:disabled { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { @@ -718,6 +731,7 @@ button.font separator, button.file separator { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .slate-notification-window button.image-button, @@ -742,20 +756,23 @@ button.circular-button label, .app-notification button.flat label, button.close .inline-toolbar toolbutton > button { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } .inline-toolbar toolbutton > button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .inline-toolbar toolbutton > button:disabled { @@ -804,6 +821,7 @@ toolbar.inline-toolbar toolbutton:active, .inline-toolbar toolbutton:active, too color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry { @@ -880,7 +898,7 @@ toolbar.inline-toolbar toolbutton:active, .inline-toolbar toolbutton:active, too .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); } .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), @@ -1264,7 +1282,7 @@ headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), @@ -1383,7 +1401,7 @@ modelbutton.flat { menuitem.button.flat:hover, modelbutton.flat:hover { background-color: #f1f2f4; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } menuitem.button.flat:active, menuitem.button.flat:selected, @@ -1498,7 +1516,7 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), @@ -1683,13 +1701,13 @@ toolbar:not(.inline-toolbar) .linked > entry, box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 1 0 1 0; + border-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0) 1 0 1 0; } .inline-toolbar { background-color: #f0f3f6; border-style: solid; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 2px 2px; @@ -1705,7 +1723,7 @@ searchbar > revealer > box { padding: 6px; margin: -6px; border-style: solid; - border-color: #cad5df; + border-color: #e0e0e0; background-color: #fafbfc; border-width: 0 0 1px; } @@ -1717,7 +1735,7 @@ actionbar { actionbar > revealer > box { padding: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: #f0f3f6; border-radius: 0 0 0 0; } @@ -1735,16 +1753,16 @@ actionbar > revealer > box > viewswitcher > box > button:not(:first-child) { } headerbar { - padding: 0 10px; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + padding: 0 6px; + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); background-color: #282A33; - min-height: 38px; + min-height: 40px; } headerbar:backdrop { transition: 200ms ease-out; - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); background-color: #2b2e37; } @@ -1884,8 +1902,8 @@ window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.ful } headerbar entry, headerbar button, headerbar separator:not(.sidebar) { - margin-top: 5px; - margin-bottom: 5px; + margin-top: 6px; + margin-bottom: 6px; } headerbar.windowhandle viewswitcher button { @@ -1914,29 +1932,29 @@ headerbar.windowhandle viewswitcher button > stack > box.narrow image { } headerbar.windowhandle viewswitcher button:hover { - color: rgba(255, 255, 255, 0.8); - background-color: rgba(228, 235, 241, 0.06); + color: #b2b6bd; + background-color: rgba(224, 229, 235, 0.06); } headerbar.windowhandle viewswitcher button:active { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.15); + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.15); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } headerbar.windowhandle viewswitcher button:checked { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.1); + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } headerbar.windowhandle viewswitcher button:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.35); background-color: transparent; } headerbar.windowhandle viewswitcher button:checked:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.35); background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 2/0 0 2px; } @@ -1950,7 +1968,7 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w .titlebar:not(headerbar) > separator { background-image: image(#282A33); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .titlebar:not(headerbar) > separator:backdrop { @@ -1966,7 +1984,7 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w } window.thunar toolbar entry, window.thunar .inline-toolbar entry, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -1980,7 +1998,9 @@ window.thunar toolbar entry:backdrop, window.thunar .inline-toolbar entry:backdr } window.thunar toolbar entry:focus, window.thunar .inline-toolbar entry:focus, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:focus, .nemo-window .primary-toolbar entry:focus, headerbar entry:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #262830; background-clip: border-box; @@ -1991,7 +2011,7 @@ window.thunar toolbar entry:focus image, window.thunar .inline-toolbar entry:foc } window.thunar toolbar entry:disabled, window.thunar .inline-toolbar entry:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -2040,7 +2060,7 @@ window.thunar toolbar entry.error selection, window.thunar .inline-toolbar entry } window.thunar toolbar button, window.thunar .inline-toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button, .nemo-window .primary-toolbar button, headerbar button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); @@ -2051,7 +2071,7 @@ window.thunar toolbar button:backdrop, window.thunar .inline-toolbar button:back } window.thunar toolbar button:hover, window.thunar .inline-toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -2070,7 +2090,7 @@ window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disa } window.thunar toolbar button:disabled label, window.thunar .inline-toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } window.thunar toolbar button:disabled:active, window.thunar .inline-toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, window.thunar .inline-toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { @@ -2090,34 +2110,34 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover { - color: rgba(255, 255, 255, 0.8); + color: #b2b6bd; background-color: transparent; - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); + box-shadow: inset 0 -2px #3d5f8b; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); background-color: transparent; } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.flat.popup.toggle.sources-button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.flat.popup.toggle.sources-button:hover, .nemo-window .primary-toolbar button.flat.popup.toggle.sources-button:hover, headerbar button.flat.popup.toggle.sources-button:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button, .nemo-window .selection-mode.primary-toolbar button, headerbar.selection-mode button { @@ -2203,7 +2223,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #3e4250; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); } @@ -2218,11 +2238,11 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { @@ -2289,7 +2309,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled label, .nemo-window .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled, .nemo-window .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:backdrop, .nemo-window .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { @@ -2330,7 +2350,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled label, .nemo-window .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled, .nemo-window .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:backdrop, .nemo-window .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { @@ -2343,7 +2363,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button, .nemo-window .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -2359,22 +2379,22 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button:disabled, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(228, 235, 241, 0.2); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox:disabled, .nemo-window .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(228, 235, 241, 0.2); + color: rgba(224, 229, 235, 0.4); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo, .nemo-window .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; box-shadow: none; @@ -2386,7 +2406,7 @@ headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled label, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > entry.combo:dir(ltr), .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > entry.combo:dir(ltr), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -2581,7 +2601,7 @@ treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, tr treeview.view.trough { color: #464853; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); border-radius: 2px; border-width: 0; } @@ -2650,13 +2670,13 @@ menubar, -GtkWidget-window-dragging: true; padding: 0 0 0 0; background-color: #282a33; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } menubar:backdrop, .menubar:backdrop { - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); } menubar > menuitem, @@ -2677,12 +2697,12 @@ menubar > menuitem:hover, menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(228, 235, 241, 0.45); + color: rgba(224, 229, 235, 0.45); } menubar > menuitem label:disabled, .menubar > menuitem label:disabled { - color: rgba(228, 235, 241, 0.45); + color: rgba(224, 229, 235, 0.45); } .csd.popup { @@ -2699,7 +2719,7 @@ popover.background.touch-selection, border-radius: 0; transition: none; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); padding: 6px 0; } @@ -2823,7 +2843,7 @@ menu > arrow.top, popover.touch-selection > arrow.top, .csd popover.touch-selection > arrow.top { margin-top: -4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } @@ -2834,7 +2854,7 @@ popover.touch-selection > arrow.bottom, .csd popover.touch-selection > arrow.bottom { margin-top: 8px; margin-bottom: -12px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } @@ -2867,7 +2887,7 @@ popover, .csd popover, popover.menu, popover.background, .csd popover.background, popover.background.menu { border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); } @@ -2926,7 +2946,7 @@ notebook { } notebook.frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } notebook > stack:not(:only-child) { @@ -2940,7 +2960,7 @@ notebook > header { notebook > header.top { padding-bottom: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.top > tabs > tab { @@ -2971,7 +2991,7 @@ notebook > header.top > tabs > tab:checked { notebook > header.bottom { padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.bottom > tabs > tab { @@ -3002,7 +3022,7 @@ notebook > header.bottom > tabs > tab:checked { notebook > header.right { padding-left: 0; - border-left: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.right > tabs > tab { @@ -3033,7 +3053,7 @@ notebook > header.right > tabs > tab:checked { notebook > header.left { padding-right: 0; - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.left > tabs > tab { @@ -3155,19 +3175,19 @@ scrollbar { } scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); } scrollbar button { @@ -3241,12 +3261,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; - min-width: 38px; + min-width: 40px; } scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; - min-height: 38px; + min-height: 40px; } scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { @@ -3254,11 +3274,11 @@ scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { } scrollbar.horizontal slider { - min-width: 38px; + min-width: 40px; } scrollbar.vertical slider { - min-height: 38px; + min-height: 40px; } switch { @@ -3714,7 +3734,7 @@ scale trough { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } scale trough:disabled { @@ -3924,7 +3944,7 @@ row:selected progressbar progress, infobar progressbar progress { progressbar trough { border: none; border-radius: 2px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } row:selected progressbar trough, infobar progressbar trough { @@ -3945,7 +3965,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 2px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } levelbar.horizontal.discrete block { @@ -3983,7 +4003,7 @@ levelbar block.empty { } printdialog paper { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); background: #ffffff; padding: 0; } @@ -3997,7 +4017,7 @@ frame > border, margin: 0; padding: 0; border-radius: 0; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } frame.flat > border, @@ -4020,7 +4040,7 @@ scrolledwindow viewport.frame .frame > textview { scrolledwindow viewport.frame .frame > textview > text { border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } scrolledwindow viewport.frame > box.vertical list.content.view { @@ -4041,7 +4061,7 @@ stack.background scrolledwindow frame, stack.background scrolledwindow frame > b } scrolledwindow overshoot.top { - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 100% 3%, 100% 50%; background-repeat: no-repeat; background-position: top; @@ -4051,7 +4071,7 @@ scrolledwindow overshoot.top { } scrolledwindow overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 100% 3%, 100% 50%; background-repeat: no-repeat; background-position: bottom; @@ -4061,7 +4081,7 @@ scrolledwindow overshoot.bottom { } scrolledwindow overshoot.left { - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 3% 100%, 50% 100%; background-repeat: no-repeat; background-position: left; @@ -4071,7 +4091,7 @@ scrolledwindow overshoot.left { } scrolledwindow overshoot.right { - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 3% 100%, 50% 100%; background-repeat: no-repeat; background-position: right; @@ -4126,7 +4146,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; - border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 1px, transparent 1px) 0 0 0 1/0 1px stretch; background-color: rgba(0, 0, 0, 0.05); } @@ -4135,7 +4155,7 @@ scrolledwindow junction:dir(rtl) { } separator { - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); min-width: 1px; min-height: 1px; } @@ -4161,11 +4181,11 @@ list.content:not(.conversation-listbox) > row:only-child, scrolledwindow viewpor list { background-color: #ffffff; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } list.content { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } list row { @@ -4243,6 +4263,7 @@ iconview:disabled image, row.activatable:disabled image { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; background-clip: padding-box; } @@ -4272,7 +4293,7 @@ expander arrow:checked { calendar { color: #464853; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; padding: 2px 7px; } @@ -4312,7 +4333,7 @@ messagedialog .linked:not(.vertical) > button:active, messagedialog .linked:not(.vertical) > button:checked, messagedialog .linked:not(.vertical) > button:disabled { border-radius: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); border-right: none; border-bottom: none; } @@ -4341,7 +4362,7 @@ messagedialog .linked:not(.vertical) > button:only-child { messagedialog.background { background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } messagedialog .titlebar { @@ -4360,9 +4381,9 @@ messagedialog .dialog-action-area button { padding: 6px 10px 8px 10px; border-radius: 0; border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } messagedialog .dialog-action-area button:active, messagedialog .dialog-action-area button:checked { @@ -4371,12 +4392,12 @@ messagedialog .dialog-action-area button:active, messagedialog .dialog-action-ar } messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { - background-color: rgba(228, 235, 241, 0.06); + background-color: rgba(224, 229, 235, 0.06); } messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { - background-color: rgba(228, 235, 241, 0.1); - color: rgba(228, 235, 241, 0.8); + background-color: rgba(224, 229, 235, 0.1); + color: #e0e5eb; } messagedialog.csd.background { @@ -4386,11 +4407,11 @@ messagedialog.csd.background { } filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); background-color: #fafbfc; } @@ -4409,12 +4430,12 @@ messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { } stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; border-left-style: none; } stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #cad5df; + border-left: 1px solid #e0e0e0; border-right-style: none; } @@ -4530,7 +4551,7 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to bottom, #cad5df, #cad5df); + background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0); background-size: 1px 1px; } @@ -4542,7 +4563,7 @@ paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #fafbfc; - background-image: linear-gradient(to bottom, #cad5df, #cad5df), linear-gradient(to bottom, #cad5df, #cad5df); + background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0), linear-gradient(to bottom, #e0e0e0, #e0e0e0); background-size: 1px 1px, 1px 1px; } @@ -4764,14 +4785,16 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } colorswatch#add-color-button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } colorswatch#add-color-button overlay { @@ -4803,8 +4826,9 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } .context-menu, popover.touch-selection, .csd popover.touch-selection, @@ -4822,7 +4846,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { padding: 3px 6px 4px 6px; color: #464853; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } @@ -4859,7 +4883,7 @@ decoration:backdrop { .ssd decoration { border-radius: 0 0 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12); } .ssd decoration.maximized { @@ -4873,7 +4897,7 @@ decoration:backdrop { .csd.popup decoration { border-radius: 0; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.15); + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12); } tooltip.csd decoration { @@ -4905,7 +4929,7 @@ headerbar button.titlebutton, .titlebar button.titlebutton { } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -5068,7 +5092,7 @@ popover.emoji-picker { } popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; box-shadow: none; border-width: 0 0 1px 0; @@ -5078,7 +5102,7 @@ popover.emoji-picker entry { popover.emoji-picker scrolledwindow { background-color: #ffffff; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } button.emoji-section { @@ -5163,26 +5187,46 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - color: rgba(255, 255, 255, 0.8); + color: #b2b6bd; background: none; box-shadow: inset 0 -1px rgba(82, 148, 226, 0.5), 0 1px rgba(82, 148, 226, 0.5); } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; background: none; box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); box-shadow: inset 0 -1px rgba(82, 148, 226, 0.4), 0 1px rgba(82, 148, 226, 0.4); } +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup { + border-radius: 2px; + border: none; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:hover { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:active { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.2); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup:checked { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.15); +} + .nautilus-window.background.csd { border-radius: 0 0 0 0; } @@ -5200,9 +5244,9 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } .nautilus-window headerbar.titlebar .path-bar-box { - margin-top: 5px; - margin-bottom: 5px; - color: rgba(228, 235, 241, 0.8); + margin-top: 6px; + margin-bottom: 6px; + color: #e0e5eb; background-color: transparent; border: none; } @@ -5241,7 +5285,7 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr .nautilus-window headerbar.titlebar .path-bar-box.width-maximized { border: none; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); - background-color: rgba(228, 235, 241, 0.06); + background-color: rgba(224, 229, 235, 0.06); border-radius: 2px; padding: 0 6px; } @@ -5251,6 +5295,72 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr background-color: transparent; } +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar { + background-color: rgba(224, 229, 235, 0.06); + border-radius: 3px; + margin: 6px 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar > button.popup { + margin-top: 0; + margin-bottom: 0; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box { + padding: 0 2px; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button { + margin-top: 2px; + margin-bottom: 2px; + padding: 0 6px; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle { + color: #b2b6bd; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:hover, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:hover, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:hover, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:active, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:active, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:active, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.dim-label:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .slate-notification .path-buttons-box > box > button > box > label.notification-body:checked, .slate-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-notification .path-buttons-box > box > button > box > label.notification-body:checked, +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .budgie-switcher .path-buttons-box > box > button > box > label.notification-body:checked, +.budgie-notification .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, +.budgie-switcher .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.notification-body:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.separator:checked, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button > box > label.subtitle:checked { + color: #e0e5eb; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:hover { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:active, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button:checked { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.2); +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir { + color: #e0e5eb; +} + +.nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir:hover, .nautilus-window headerbar.titlebar.windowhandle .linked.nautilus-path-bar .path-buttons-box > box > button.current-dir:active { + background: none; + box-shadow: none; + border-image: none; +} + .nautilus-canvas-item { border-radius: 2px; } @@ -5335,7 +5445,7 @@ window.thunar notebook scrolledwindow.frame.standard-view, .nemo-window .nemo-wi @keyframes needs_attention_keyframes { 0% { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -5494,7 +5604,7 @@ frame.sidebar.chat-sidebar frame.chat-status-area > border { widget#PROCESSOR list row, widget#MEMORY list row { margin: -1px; - border: 1px solid #cad5df; + border: 1px solid #e0e0e0; } widget#PROCESSOR list row.max, widget#MEMORY list row.max { @@ -5502,7 +5612,7 @@ widget#PROCESSOR list row.max, widget#MEMORY list row.max { } widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; + box-shadow: inset 0 0 0 1px #e0e0e0; } widget#STORAGE list { @@ -5518,7 +5628,7 @@ widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:a } widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; + box-shadow: inset 0 0 0 1px #e0e0e0; } graph-switcher-button.toggle { @@ -5575,11 +5685,11 @@ layouttab { } layout { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } pillbox { @@ -5595,7 +5705,7 @@ pillbox:disabled label { docktabstrip { padding: 0 6px; background-color: #fafbfc; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } docktabstrip docktab { @@ -5613,16 +5723,16 @@ docktabstrip docktab:checked label, docktabstrip docktab:hover label { } docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; } dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } dockoverlayedge { @@ -5685,8 +5795,8 @@ button.dzlmenubuttonitem.check box > image { entry.search.preferences-search { border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -5700,7 +5810,7 @@ preferences stacksidebar.sidebar list separator { devhelppanel entry:focus, symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } button.run-arrow-button { @@ -5731,7 +5841,7 @@ configurationview list { preferencesbin spinbutton { border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } preferencesbin spinbutton:focus { @@ -5887,7 +5997,7 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box .category_page_header_filter_box { background-image: image(#fafbfc); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 0 0 1 0/0 0 1px 0 stretch; + border-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0) 0 0 1 0/0 0 1px 0 stretch; } .category_page_header_filter_box button { @@ -5909,7 +6019,7 @@ window.background > box.vertical > overlay > stack > widget > stack widget > box .application-details-infobar { background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 1 1 1 1/1px 1px 1px 1px stretch; + border-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0) 1 1 1 1/1px 1px 1px 1px stretch; } button.osd.featured-button-left, @@ -6061,7 +6171,7 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow } window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); + background-image: image(rgba(0, 0, 0, 0.12)); } window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { @@ -6123,7 +6233,7 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow } headerbar.titlebar.incognito-mode entry { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -6133,13 +6243,15 @@ headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode } headerbar.titlebar.incognito-mode entry:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #262830; } headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -6149,7 +6261,7 @@ notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar } .background headerbar entry.starred, .background headerbar entry.non-starred { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -6159,13 +6271,15 @@ notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar } .background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #262830; } .background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -6186,14 +6300,15 @@ popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport background-color: #fafbfc; color: rgba(70, 72, 83, 0.85); border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); margin: 2px; } popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { @@ -6202,7 +6317,7 @@ popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { } popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { @@ -6249,7 +6364,7 @@ flowboxchild.bookmark-tag-widget-selected { tabbox { background-color: #fafbfc; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } tabbox > tab { @@ -6312,7 +6427,7 @@ window#gnome-system-monitor > menubar { } .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); padding: 4px; background-color: #f0f3f6; } @@ -6321,7 +6436,7 @@ window.csd > box.vertical > box.vertical > toolbar.horizontal, window.csd > box. window.solid-csd > box.vertical > box.vertical > toolbar.horizontal, window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar { margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); box-shadow: none; background-color: transparent; } @@ -6387,7 +6502,7 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti } window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } hdyviewswitcherbar > actionbar, @@ -6405,7 +6520,7 @@ dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame } dialog.background.csd > box.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > box.horizontal > box.horizontal > box.horizontal > combobox > .linked > button.combo { @@ -6414,7 +6529,7 @@ dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > b } dialog.background.csd headerbar.default-decoration { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } window.background.csd > paned.horizontal > scrolledwindow.frame.sidebar { @@ -6459,7 +6574,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { } .nemo-window .nemo-places-sidebar .places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #cad5df; + -NemoPlacesTreeView-disk-full-bg-color: #e0e0e0; -NemoPlacesTreeView-disk-full-fg-color: #3c86de; } @@ -6474,15 +6589,17 @@ window.background.csd.unified.fullscreen > decoration-overlay { .nemo-window notebook .primary-toolbar button, .nemo-window notebook .primary-toolbar combobox > .linked > button.combo { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } .nemo-window notebook .primary-toolbar button:hover, .nemo-window notebook .primary-toolbar combobox > .linked > button.combo:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; -gtk-icon-effect: highlight; } @@ -6492,6 +6609,7 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .nemo-window notebook .primary-toolbar button:active:not(:disabled) label:disabled, .nemo-window notebook .primary-toolbar button:checked:not(:disabled) label:disabled, @@ -6533,14 +6651,18 @@ window.background.csd.unified.fullscreen > decoration-overlay { min-height: 24px; min-width: 24px; color: #4a4c59; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; + outline: none; + box-shadow: none; } .nemo-window notebook .primary-toolbar entry:focus { color: #4a4c59; border-color: #5294e2; background-color: #ffffff; + outline: none; + box-shadow: none; } .nemo-window .nemo-window-pane widget.entry { @@ -6549,10 +6671,12 @@ window.background.csd.unified.fullscreen > decoration-overlay { color: #4a4c59; border-color: #5294e2; background-color: #ffffff; + outline: none; + box-shadow: none; } .nemo-window .nemo-window-pane notebook infobar > revealer > box { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .nemo-window .nemo-window-pane notebook box.vertical > separator { @@ -6563,9 +6687,9 @@ window.background.csd.unified.fullscreen > decoration-overlay { padding-top: 0; padding-bottom: 0; border: none; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; background-color: #282a33; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .nemo-window .primary-toolbar button { @@ -6615,11 +6739,11 @@ window.background.csd.unified.fullscreen > decoration-overlay { dialog.background > .dialog-vbox > frame.view > stack > box.vertical > separator.horizontal { background: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); + color: rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > scrollbar { @@ -6628,7 +6752,7 @@ window.background:not(.csd) > widget > scrollbar { window.background:not(.csd) > widget > scrollbar, window.background:not(.csd) > widget > frame > border { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > entry, @@ -6636,7 +6760,7 @@ window.background:not(.csd) > widget .entry { border-radius: 2px; color: #4a4c59; background-image: image(#ffffff); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > entry:focus, @@ -6646,7 +6770,7 @@ window.background:not(.csd) > widget .entry:focus { window.background:not(.csd) > widget > spinbutton { background-image: image(white); - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } window.background:not(.csd) > widget > spinbutton:active { @@ -6660,7 +6784,7 @@ window.background:not(.csd) > widget > spinbutton .entry { window.background:not(.csd) > widget > button > button, window.background:not(.csd) > widget > button.combo > button { color: #4a4c59; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; } @@ -6734,7 +6858,7 @@ window.background:not(.csd) > window > menu menuitem { #MozillaGtkWidget.background > window.background > menu > menu > separator { padding: 0; border: none; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } #MozillaGtkWidget.background > widget border { @@ -6767,14 +6891,14 @@ window.background.chromium { } window.background.chromium headerbar.titlebar button.toggle { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); } window.background.chromium headerbar.titlebar button.toggle:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -6788,14 +6912,14 @@ window.background.chromium headerbar.titlebar button.toggle:checked, window.back window.background.chromium button { border-width: 1px; border-style: solid; - border-color: #cad5df; + border-color: #e0e0e0; background-color: #fafbfc; color: #464853; } window.background.chromium entry.chromium { border-image: none; - border: 1px solid #cad5df; + border: 1px solid #e0e0e0; background-color: #fafbfc; color: #464853; } @@ -6816,7 +6940,7 @@ window.background.chromium > menubar { window.background.chromium > menu { color: #464853; background-color: #ffffff; - border: 1px solid #cad5df; + border: 1px solid #e0e0e0; } window.background.chromium > menu > separator, window.background.chromium > menu .separator { @@ -6845,17 +6969,17 @@ window.background.chromium > menu > menuitem accelerator { window.background > grid.horizontal > grid.horizontal { background-color: #282A33; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } window.background > grid.horizontal > grid.horizontal > button.flat.small-button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border: none; border-radius: 50px; } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: rgba(228, 235, 241, 0.25); + background-color: rgba(224, 229, 235, 0.25); } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background > grid.horizontal > grid.horizontal > button.flat.small-button:checked { @@ -6864,7 +6988,7 @@ window.background > grid.horizontal > grid.horizontal > button.flat.small-button } window.background > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: rgba(228, 235, 241, 0.6); + color: rgba(224, 229, 235, 0.6); } window.background:not(.solid-csd) > notebook:not(.frame) { @@ -6884,7 +7008,7 @@ overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwind } overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } widget > box.terminal-titlebar { @@ -6953,7 +7077,7 @@ list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix- } window.background.csd > box.vertical > stack > box.horizontal > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { @@ -6961,15 +7085,15 @@ window.background.csd > box.vertical > stack > box.horizontal > box.vertical > s } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window#ValaPanel.background { @@ -7171,13 +7295,13 @@ UnityDecoration .top { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #282a33, #282a33); - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; box-shadow: inset 0 1px #2f313c; } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, @@ -7616,7 +7740,7 @@ PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):d .mate-panel-applet-slider frame { border-width: 1px; border-style: solid; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-radius: 2px; background-color: #fafbfc; } @@ -7627,7 +7751,7 @@ PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):d } .caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .caja-side-pane .frame { @@ -7648,7 +7772,7 @@ PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):d .caja-navigation-window toolbar#Toolbar.primary-toolbar, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar { background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { @@ -7656,11 +7780,11 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #cad5df; + border-left: 1px solid #e0e0e0; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; } window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { @@ -7680,11 +7804,11 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame } .background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #cad5df; + border-left-color: #e0e0e0; } .background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #cad5df; + border-right-color: #e0e0e0; } .eom-window statusbar { @@ -7736,7 +7860,7 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame .atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, .xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #cad5df; + border-bottom-color: #e0e0e0; } .atril-window.fullscreen.background > box.vertical > paned.horizontal, @@ -7868,7 +7992,7 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover { margin: 0; padding: 0; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-radius: 2px; background-color: #ffffff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12); @@ -7953,12 +8077,12 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { border-top: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover switch { @@ -7975,7 +8099,7 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { background-color: #f1f2f4; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked { @@ -7997,16 +8121,16 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.user-menu separator { margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } .budgie-popover.sound-popover separator { margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } .budgie-popover.sound-popover buttonbox.linked > button { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .budgie-popover.caffeine-popover .container { @@ -8028,7 +8152,7 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.places-menu .places-list:not(.always-expand) { margin-top: 4px; padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .budgie-popover.places-menu .alternative-label { @@ -8138,7 +8262,7 @@ window.budgie-popover:not(.csd) > frame.container > border { .budgie-menu entry.search { padding: 5px 10px; border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; box-shadow: none; font-size: 110%; @@ -8191,7 +8315,7 @@ popover.background.user-menu .content-box { popover.background.user-menu separator { margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } popover.background.user-menu row { @@ -8228,7 +8352,7 @@ popover.background.places-menu .places-section-header > image:dir(rtl) { popover.background.places-menu .places-list { margin-top: 4px; padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: transparent; } @@ -8544,8 +8668,8 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch .raven .raven-header.top { padding: 0 6px; background-color: #282A33; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .raven .raven-header.top stackswitcher { @@ -8559,11 +8683,11 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch border-radius: 0; border: none; background-color: transparent; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } .raven .raven-header.top stackswitcher button:hover { - color: rgba(255, 255, 255, 0.8); + color: #b2b6bd; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.5) 100%, transparent 0%) 0 0 2/0 0 2px; } @@ -8572,11 +8696,11 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch } .raven .raven-header.top stackswitcher button:disabled { - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.5); } .raven .raven-header.top stackswitcher button:disabled label { - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.5); } .raven .raven-header.top button.image-button:dir(ltr) { @@ -8597,7 +8721,7 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch } .raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .raven viewport.frame .raven-header { @@ -8607,7 +8731,7 @@ button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:ch .raven .raven-background { border-style: solid none; border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; } @@ -8731,7 +8855,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list } box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -8750,12 +8874,12 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { @@ -8833,7 +8957,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button, .budgie-switcher-window button, .budgie-osd-window button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); @@ -8843,7 +8967,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button:hover, .budgie-switcher-window button:hover, .budgie-osd-window button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -8875,7 +8999,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-notification-window button:disabled, .budgie-switcher-window button:disabled, .budgie-osd-window button:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } .slate-notification .notification-title, @@ -8894,7 +9018,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list border-radius: 2px; box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.27); background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } .drop-shadow .linked > button { @@ -8921,7 +9045,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-polkit-dialog buttonbox.linked.horizontal > button { padding: 6px 16px; border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -8945,7 +9069,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, .budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { background-color: alpha(#464853,0.06); - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } @@ -8954,7 +9078,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list .budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { color: #464853; background-color: alpha(#464853,0.1); - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .budgie-polkit-dialog .message { @@ -8990,7 +9114,7 @@ box.vertical > stack > box.vertical > .raven-background > viewport.frame > list } .budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .budgie-panel box.titlebar { @@ -9243,8 +9367,8 @@ window.thunar notebook header.top tab.reorderable-page > box > label { window.thunar toolbar, window.thunar .inline-toolbar { background-color: #282A33; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { @@ -9292,7 +9416,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto } .menubar.panel popover button:hover { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .menubar.panel popover button:active, .menubar.panel popover button:checked { @@ -9304,7 +9428,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto } .menubar.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .menubar.panel popover list { @@ -9316,7 +9440,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto } .menubar.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); + background-image: image(rgba(0, 0, 0, 0.12)); margin: 0 2px; } @@ -9335,7 +9459,7 @@ window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar butto .menubar.panel popover .sidebar .view:hover { background-color: #f1f2f4; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .menubar.panel popover .sidebar .view:selected, .menubar.panel popover .sidebar .view:active, .menubar.panel popover .sidebar .view:checked, .menubar.panel popover .sidebar .view:active:backdrop, .menubar.panel popover .sidebar .view:checked:backdrop, .menubar.panel popover .sidebar .view:selected:backdrop { @@ -9440,7 +9564,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 2px; padding-left: 4px; padding-right: 4px; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -9450,13 +9574,15 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { } .marlin-pathbar.pathbar:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #262830; } .marlin-pathbar.pathbar:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -9491,7 +9617,7 @@ treeview.view.sidebar.source-list:selected.has-open-popup, treeview.view.sidebar treeview.view.sidebar.source-list.trough { color: #464853; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); border-radius: 2px; border-width: 0; } @@ -9536,7 +9662,7 @@ headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop { } popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .gala-notification { @@ -9553,12 +9679,12 @@ popover radiobutton.color-button.color-light, popover radiobutton.color-button.c actionbar.inline-toolbar { border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } actionbar.inline-toolbar button { border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } actionbar.inline-toolbar button:first-child { @@ -9575,16 +9701,16 @@ scale.warmth trough { } .terminal-window headerbar.titlebar.default-decoration { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .terminal-window .search-bar { background-color: #fafbfc; - border-bottom: 1px solid #cad5df; + border-bottom: 1px solid #e0e0e0; } .terminal-window .dynamic-notebook notebook > header { - border-color: #cad5df; + border-color: #e0e0e0; } /*********** @@ -9639,20 +9765,23 @@ scale.warmth trough { #content_frame button { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } #content_frame button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } #content_frame button:active, #content_frame button:checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } #content_frame button:disabled { @@ -9692,6 +9821,7 @@ scale.warmth trough { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } #buttonbox_frame button:disabled { @@ -9777,8 +9907,8 @@ GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid rgba(0, 0, 0, 0.15); - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); } GraniteWidgetsPopOver .frame, @@ -9793,7 +9923,7 @@ GraniteWidgetsStaticNotebook .frame { toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button { @@ -9804,7 +9934,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #fafbfc; } @@ -10323,6 +10453,7 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } hdyleaflet > headerbar:first-child button.titlebutton.appmenu, @@ -10365,12 +10496,12 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but } .nemo-window .sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .nemo-window .sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider { @@ -10401,7 +10532,7 @@ window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child but } filechooser paned > separator { - background-image: image(#cad5df); + background-image: image(#e0e0e0); } .nautilus-window { @@ -10485,14 +10616,16 @@ filechooser paned > separator { .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:active { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } .nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:not(:hover):not(:active) > image { @@ -10567,7 +10700,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned > separator:backdrop { .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } .open-document-selector-treeview.view:hover { @@ -10630,14 +10763,14 @@ list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-doc } .gedit-side-panel-paned statusbar { - border-top: 1px solid #cad5df; + border-top: 1px solid #e0e0e0; background-color: #fafbfc; } .gedit-search-slider { background-color: white; padding: 6px; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; @@ -10672,16 +10805,16 @@ list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-doc } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)); } .tweak-group > .tweak > list { padding: 0; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } .tweak-group > .tweak > list > row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } row#AutostartTitle.tweak { @@ -10690,7 +10823,7 @@ row#AutostartTitle.tweak { } list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } list.tweak-categories separator { @@ -10814,7 +10947,7 @@ window.background.csd > leaflet > separator.sidebar { window#GearyMainWindow .titlebar, window.geary-main-window .titlebar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); background-color: #282A33; } @@ -10899,7 +11032,7 @@ stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-sc .geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-bottom-width: 0; } @@ -11076,8 +11209,8 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable . @define-color theme_unfocused_selected_bg_color #5294e2; @define-color theme_unfocused_selected_fg_color #ffffff; @define-color unfocused_insensitive_color rgba(70, 72, 83, 0.55); -@define-color borders rgba(0, 0, 0, 0.15); -@define-color unfocused_borders rgba(0, 0, 0, 0.15); +@define-color borders rgba(0, 0, 0, 0.12); +@define-color unfocused_borders rgba(0, 0, 0, 0.12); @define-color warning_color #F27835; @define-color error_color #FC4138; @define-color success_color #6dcfa7; @@ -11086,8 +11219,8 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable . @define-color content_view_bg #ffffff; /* Very contrasty background for text views (@theme_text_color foreground) */ @define-color text_view_bg #ffffff; -@define-color wm_title alpha(#e4ebf1, 0.8); -@define-color wm_unfocused_title alpha(#e4ebf1, 0.5); +@define-color wm_title alpha(#e0e5eb, 0.8); +@define-color wm_unfocused_title alpha(#e0e5eb, 0.5); @define-color wm_bg #282a33; @define-color wm_bg_unfocused #2b2e37; @define-color wm_highlight #333641; diff --git a/src/gtk/theme-4.0/gtk-Dark.css b/src/gtk/theme-4.0/gtk-Dark.css new file mode 100644 index 00000000..d44f1802 --- /dev/null +++ b/src/gtk/theme-4.0/gtk-Dark.css @@ -0,0 +1,6268 @@ +@keyframes ripple_effect { + from { + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 100%, transparent 0%); + } +} + +.background { + color: #e6ebef; + background-color: #32343D; +} + +.background.csd { + border-radius: 0; +} + +.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen { + border-radius: 0; +} + +.background:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; +} + +dnd { + color: #e6ebef; +} + +.normal-icons { + -gtk-icon-size: 16px; +} + +.large-icons { + -gtk-icon-size: 32px; +} + +spinner:disabled, +arrow:disabled, +scrollbar:disabled, +check:disabled, +radio:disabled, +treeview.expander:disabled { + -gtk-icon-filter: opacity(0.5); +} + +.view, +iconview, +textview > text { + color: #e0e5eb; + background-color: #282A33; +} + +.view:disabled, +iconview:disabled, +textview > text:disabled { + color: rgba(230, 235, 239, 0.45); + background-color: #282A33; +} + +textview:drop(active) { + caret-color: #F08437; +} + +textview > border { + background-color: #2d2f38; +} + +iconview:drop(active) { + box-shadow: none; +} + +iconview > dndtarget:drop(active) { + border-style: solid; + border-width: 1px; + border-color: #2679db; +} + +iconview:hover, iconview:active, iconview:selected { + border-radius: 2px; +} + +rubberband, .content-view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { + border: 1px solid #68a2e6; + background-color: rgba(104, 162, 230, 0.2); +} + +flowbox > flowboxchild { + padding: 3px; + border-radius: 2px; +} + +flowbox > flowboxchild:selected { + outline-offset: -2px; +} + +flowbox.search-bar { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +gridview > child { + padding: 3px; +} + +gridview > child:selected { + outline-color: #5294e2; +} + +gridview > child box { + border-spacing: 8px; + margin: 12px; +} + +coverflow cover { + color: #e0e5eb; + background-color: #282A33; + border: 1px solid black; +} + +label.separator { + color: #e6ebef; +} + +label > selection { + color: #ffffff; + background-color: #5294e2; +} + +label:disabled { + color: rgba(230, 235, 239, 0.45); +} + +button label:disabled { + color: inherit; +} + +label:disabled > selection { + color: #a9caf1; +} + +label.error { + color: #FC4138; +} + +label.error:disabled { + color: rgba(252, 65, 56, 0.5); +} + +.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle, popover.background label.separator, headerbar .subtitle, entry > text > placeholder, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > text > placeholder, label.separator { + opacity: 0.55; + text-shadow: none; +} + +window.assistant .sidebar { + background-color: #282A33; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +window.assistant.csd .sidebar { + border-top-style: none; +} + +window.assistant .sidebar > label { + padding: 6px 12px; +} + +window.assistant .sidebar > label.highlight { + background-color: #5294e2; + color: #ffffff; +} + +window.aboutdialog image.large-icons { + -gtk-icon-size: 128px; +} + +textview { + background-color: #282A33; +} + +toast, .osd popover.background > arrow, +.osd popover.background > contents, popover.background.touch-selection > arrow, +popover.background.touch-selection > contents, popover.background.magnifier > arrow, +popover.background.magnifier > contents, toolbar.osd, .osd { + color: #D3DAE3; + background-color: #282A33; + background-clip: padding-box; + -gtk-icon-shadow: none; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); + border: 1px solid #434655; + margin: 6px; + border-radius: 2px; + padding: 6px; +} + +@keyframes spin { + to { + transform: rotate(1turn); + } +} + +spinner { + background: none; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); +} + +spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; +} + +spinner:checked:disabled { + opacity: 0.5; +} + +.accent { + color: #5294e2; +} + +.success { + color: #6dcfa7; +} + +.warning { + color: #F27835; +} + +.error { + color: #FC4138; +} + +.large-title { + font-weight: 300; + font-size: 24pt; +} + +.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; +} + +.monospace { + font-family: monospace; +} + +.numeric { + font-feature-settings: "tnum"; +} + +editablelabel > stack > text { + color: #e6ebef; + background-color: #282A33; +} + +entry, spinbutton.vertical > text, spinbutton:not(.vertical) > text { + min-height: 22px; + border: 1px solid; + padding: 2px 8px; + caret-color: currentColor; + border-radius: 2px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-spacing: 0; + color: #e0e5eb; + border-color: rgba(255, 255, 255, 0.12); + background-color: #282a33; + outline: none; + box-shadow: none; +} + +entry.search, spinbutton.vertical > text.search, spinbutton:not(.vertical) > text.search { + border-radius: 100px; +} + +entry > image, spinbutton.vertical > text > image, spinbutton:not(.vertical) > text > image { + color: #c0c4c9; +} + +entry > image.left, spinbutton.vertical > text > image.left, spinbutton:not(.vertical) > text > image.left { + padding-left: 0; + padding-right: 6px; +} + +entry > image.right, spinbutton.vertical > text > image.right, spinbutton:not(.vertical) > text > image.right { + padding-right: 0; + padding-left: 6px; +} + +entry.flat:focus-within, entry.flat:backdrop, entry.flat:disabled, entry.flat:backdrop:disabled, entry.flat, spinbutton.vertical > text.flat, spinbutton:not(.vertical) > text.flat { + min-height: 0; + padding: 2px; + background-image: none; + border-color: transparent; + border-radius: 0; +} + +entry:focus-within, spinbutton.vertical > text:focus-within, spinbutton:not(.vertical) > text:focus-within { + background-clip: border-box; + color: #e0e5eb; + border-color: #5294e2; + background-color: #282a33; + outline: none; + box-shadow: none; +} + +entry:focus-within > placeholder, spinbutton.vertical > text:focus-within > placeholder, spinbutton:not(.vertical) > text:focus-within > placeholder { + opacity: 0; + /* We hide placeholders on focus */ +} + +entry:disabled, spinbutton.vertical > text:disabled, spinbutton:not(.vertical) > text:disabled { + color: rgba(230, 235, 239, 0.45); + border-color: rgba(255, 255, 255, 0.05); + background-color: rgba(40, 42, 51, 0.55); +} + +entry.warning, spinbutton.vertical > text.warning, spinbutton:not(.vertical) > text.warning { + color: white; + border-color: rgba(255, 255, 255, 0.12); + background-color: #a15934; +} + +entry.warning > image, spinbutton.vertical > text.warning > image, spinbutton:not(.vertical) > text.warning > image { + color: white; +} + +entry.warning:focus-within, spinbutton.vertical > text.warning:focus-within, spinbutton:not(.vertical) > text.warning:focus-within { + color: white; + background-color: #F27835; + box-shadow: none; +} + +entry.warning > selection, entry.warning > selection:focus, spinbutton.vertical > text.warning > selection, spinbutton:not(.vertical) > text.warning > selection { + background-color: white; + color: #F27835; +} + +entry.error, spinbutton.vertical > text.error, spinbutton:not(.vertical) > text.error { + color: white; + border-color: rgba(255, 255, 255, 0.12); + background-color: #a73836; +} + +entry.error > image, spinbutton.vertical > text.error > image, spinbutton:not(.vertical) > text.error > image { + color: white; +} + +entry.error:focus-within, spinbutton.vertical > text.error:focus-within, spinbutton:not(.vertical) > text.error:focus-within { + color: white; + background-color: #FC4138; + box-shadow: none; +} + +entry.error > selection, entry.error > selection:focus, spinbutton.vertical > text.error > selection, spinbutton:not(.vertical) > text.error > selection { + background-color: white; + color: #FC4138; +} + +entry.search-missing, spinbutton.vertical > text.search-missing, spinbutton:not(.vertical) > text.search-missing { + color: white; + border-color: rgba(255, 255, 255, 0.12); + background-color: #a73836; +} + +entry.search-missing > image, spinbutton.vertical > text.search-missing > image, spinbutton:not(.vertical) > text.search-missing > image { + color: white; +} + +entry.search-missing:focus-within, spinbutton.vertical > text.search-missing:focus-within, spinbutton:not(.vertical) > text.search-missing:focus-within { + color: white; + background-color: #FC4138; + box-shadow: none; +} + +entry.search-missing > selection, entry.search-missing > selection:focus, spinbutton.vertical > text.search-missing > selection, spinbutton:not(.vertical) > text.search-missing > selection { + background-color: white; + color: #FC4138; +} + +entry:drop(active):focus-within, entry:drop(active), spinbutton.vertical > text:drop(active), spinbutton:not(.vertical) > text:drop(active) { + border-color: #F08437; + box-shadow: none; +} + +.osd entry, .osd spinbutton.vertical > text, .osd spinbutton:not(.vertical) > text { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.osd entry image, .osd spinbutton.vertical > text image, .osd spinbutton:not(.vertical) > text image { + color: inherit; +} + +.osd entry:focus-within, .osd spinbutton.vertical > text:focus-within, .osd spinbutton:not(.vertical) > text:focus-within { + color: #ffffff; + border-color: #434655; + background-color: #5294e2; + outline: none; + box-shadow: none; +} + +.osd entry:disabled, .osd spinbutton.vertical > text:disabled, .osd spinbutton:not(.vertical) > text:disabled { + color: rgba(211, 218, 227, 0.55); + background-color: rgba(51, 54, 65, 0.85); +} + +.osd entry selection, .osd spinbutton.vertical > text selection, .osd spinbutton:not(.vertical) > text selection { + color: #5294e2; + background-color: #ffffff; +} + +entry > progress, spinbutton.vertical > text > progress, spinbutton:not(.vertical) > text > progress { + margin-bottom: 2px; +} + +entry progress > trough > progress, spinbutton.vertical > text progress > trough > progress, spinbutton:not(.vertical) > text progress > trough > progress { + border-radius: 0; + border-width: 0 0 2px; + border-color: #5294e2; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; +} + +treeview entry.flat, treeview entry { + border-radius: 0; + background-image: none; + background-color: #282A33; +} + +treeview entry.flat:focus-within, treeview entry:focus-within { + border-color: #5294e2; +} + +@keyframes needs_attention { + from { + background-image: radial-gradient(farthest-side, #5294e2 0%, rgba(82, 148, 226, 0) 0%); + } + to { + background-image: radial-gradient(farthest-side, #5294e2 95%, rgba(82, 148, 226, 0)); + } +} + +toast button, menubutton.osd > button, popover.background.touch-selection button, popover.background.magnifier button, .osd button { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +toast button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +toast button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .osd button:active, toast button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:checked, toast button.keyboard-activating, popover.background.touch-selection button.keyboard-activating, popover.background.magnifier button.keyboard-activating, .osd button.keyboard-activating { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +toast button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +toast button.flat, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, .osd button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; +} + +toast button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, .osd button.flat:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +toast button.flat:active, popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .osd button.flat:active, toast button.flat:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, .osd button.flat:checked, toast button.flat.keyboard-activating, popover.background.touch-selection button.flat.keyboard-activating, popover.background.magnifier button.flat.keyboard-activating, .osd button.flat.keyboard-activating { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +toast button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, .osd button.flat:disabled { + color: #5b5f68; + border-color: transparent; + background-color: transparent; + background-image: none; + background-image: none; +} + + +button { + min-height: 22px; + min-width: 20px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 2px; + padding: 2px 6px; + color: #e6ebef; + border-color: rgba(255, 255, 255, 0.12); + background-color: #2c2f39; + outline: none; +} + + +button separator { + margin: 4px 1px; +} + +splitbutton.flat > button, +splitbutton.flat > menubutton > button, menubutton.flat > button, button.sidebar-button, .toolbar button, +button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + transition: none; +} + +splitbutton.flat > button:hover, +splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, button.sidebar-button:hover, .toolbar button:hover, +button.flat:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 250ms; +} + +splitbutton.flat > button:hover:active, +splitbutton.flat > menubutton > button:hover:active, menubutton.flat > button:hover:active, button.sidebar-button:hover:active, .toolbar button:hover:active, +button.flat:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +splitbutton.flat > button:disabled, +splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, button.sidebar-button:disabled, .toolbar button:disabled, +button.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; +} + + +button:hover { + color: #b7c6d1; + border-color: rgba(255, 255, 255, 0.12); + background-color: #3e4250; + box-shadow: none; +} + + +button:focus { + box-shadow: none; +} + + +button:active, +button:checked, +button.keyboard-activating { + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; + box-shadow: none; + transition-duration: 50ms; +} + + +button:active:not(:disabled) label:disabled, +button:checked:not(:disabled) label:disabled, +button.keyboard-activating:not(:disabled) label:disabled { + color: inherit; + opacity: 0.6; +} + + +button:disabled { + border-color: rgba(255, 255, 255, 0.05); + background-color: rgba(44, 47, 57, 0.55); +} + + +button:disabled label, +button:disabled { + color: rgba(230, 235, 239, 0.45); +} + + +button:disabled:active, +button:disabled:checked { + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); + opacity: 0.6; +} + + +button:disabled:active label, +button:disabled:active, +button:disabled:checked label, +button:disabled:checked { + color: rgba(255, 255, 255, 0.8); +} + + +button:disabled { + filter: opacity(0.45); +} + + +button:disabled label { + filter: none; +} + + +button.arrow-button { + padding-left: 6px; + padding-right: 6px; +} + + +button.arrow-button > box { + border-spacing: 4px; +} + + +button.arrow-button.text-button > box { + border-spacing: 4px; +} + + +button.image-button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + + +button.text-button { + padding-left: 12px; + padding-right: 12px; +} + + +button.text-button.image-button, +button.image-text-button { + padding-left: 6px; + padding-right: 6px; +} + + +button.text-button.image-button > box, +button.text-button.image-button > box > box, +button.image-text-button > box, +button.image-text-button > box > box { + border-spacing: 4px; +} + + +button.text-button.image-button > box > label, +button.text-button.image-button > box > box > label, +button.image-text-button > box > label, +button.image-text-button > box > box > label { + padding-left: 2px; + padding-right: 2px; +} + + +button.text-button.image-button label:first-child, +button.image-text-button label:first-child { + padding-left: 8px; + padding-right: 2px; +} + + +button.text-button.image-button label:last-child, +button.image-text-button label:last-child { + padding-right: 8px; + padding-left: 2px; +} + + +button.text-button.image-button label:only-child, +button.image-text-button label:only-child { + padding-left: 8px; + padding-right: 8px; +} + + +button.text-button.image-button.popup, +button.image-text-button.popup { + padding-right: 8px; + padding-left: 8px; +} + + +button:drop(active) { + color: #F08437; + border-color: #F08437; + box-shadow: none; +} + + +button.osd { + color: #D3DAE3; + background-color: #282A33; + border-color: #434655; + box-shadow: none; +} + + +button.osd.image-button { + padding: 0; + min-height: 36px; + min-width: 36px; +} + + +button.osd:hover { + color: #5294e2; +} + + +button.osd:active, +button.osd:checked, +button.osd.keyboard-activating { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + + +button.osd:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { + box-shadow: none; +} + + +button.suggested-action { + background-clip: border-box; + color: white; + background-color: #5294e2; + border-color: #3c86de; +} + + +button.suggested-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #5294e2; +} + + +button.suggested-action:hover { + background-clip: border-box; + color: white; + background-color: #68a2e6; + border-color: #5294e2; +} + + +button.suggested-action:active, +button.suggested-action:checked, +button.suggested-action.keyboard-activating { + background-clip: border-box; + color: white; + background-color: #7eafe9; + border-color: #68a2e6; +} + + +button.suggested-action.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(230, 235, 239, 0.45); +} + + +button.suggested-action:disabled { + border-color: rgba(255, 255, 255, 0.05); + background-color: rgba(44, 47, 57, 0.55); +} + + +button.suggested-action:disabled label, +button.suggested-action:disabled { + color: rgba(230, 235, 239, 0.45); +} + + +button.destructive-action { + background-clip: border-box; + color: white; + background-color: #F04A50; + border-color: #ee3239; +} + + +button.destructive-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; +} + + +button.destructive-action:hover { + background-clip: border-box; + color: white; + background-color: #f26267; + border-color: #f04a50; +} + + +button.destructive-action:active, +button.destructive-action:checked, +button.destructive-action.keyboard-activating { + background-clip: border-box; + color: white; + background-color: #f4797e; + border-color: #f26267; +} + + +button.destructive-action.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(230, 235, 239, 0.45); +} + + +button.destructive-action:disabled { + border-color: rgba(255, 255, 255, 0.05); + background-color: rgba(44, 47, 57, 0.55); +} + + +button.destructive-action:disabled label, +button.destructive-action:disabled { + color: rgba(230, 235, 239, 0.45); +} + +stackswitcher > button { + outline-offset: -3px; +} + +stackswitcher > button > label { + padding-left: 6px; + padding-right: 6px; +} + +stackswitcher > button > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; +} + +stackswitcher > button.text-button { + padding-left: 10px; + padding-right: 10px; +} + +stackswitcher > button.image-button { + padding-left: 2px; + padding-right: 2px; +} + +stackswitcher > button.needs-attention:active > label, stackswitcher > button.needs-attention:active > image, stackswitcher > button.needs-attention:checked > label, stackswitcher > button.needs-attention:checked > image { + animation: none; + background-image: none; +} + +menubutton.circular > button, button.circular, +button.circular-button, .app-notification button.flat, +button.close { + min-height: 24px; + min-width: 24px; + padding: 2px; + border-radius: 9999px; +} + +menubutton.circular > button label, button.circular label, +button.circular-button label, .app-notification button.flat label, +button.close label { + padding: 0; +} + +stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, stackswitcher > button.needs-attention > image { + animation: needs_attention 150ms ease-in; + background-image: radial-gradient(farthest-side, #5294e2 96%, rgba(82, 148, 226, 0)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; +} + +stacksidebar row.needs-attention > label:backdrop, stackswitcher > button.needs-attention > label:backdrop, stackswitcher > button.needs-attention > image:backdrop { + background-size: 6px 6px, 0 0; +} + +stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px, left 2px; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry { + border-left-color: rgba(255, 255, 255, 0); +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error { + border-left-color: #FC4138; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning { + border-left-color: #F27835; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { + border-left-color: #f75d37; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { + border-left-color: #5294e2; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #5294e2; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { + border-left-color: #F08437; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: #F08437; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { + border-left-color: #F27835; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #F27835; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { + border-left-color: #FC4138; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #FC4138; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { + border-left-color: #5294e2; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { + border-left-style: none; + margin-left: 0; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0); +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { + box-shadow: none; +} + +.linked:not(.vertical).path-bar > button { + border-left-style: none; + border-right-style: none; +} + +.linked:not(.vertical).path-bar > button:first-child { + border-left-style: solid; +} + +.linked:not(.vertical).path-bar > button:last-child { + border-right-style: solid; +} + +.linked:not(.vertical).path-bar > button + button { + border-left-style: none; + border-right-style: none; +} + +.linked:not(.vertical).path-bar > button + button:last-child { + border-right-style: solid; +} + +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: none; +} + +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: none; +} + +.osd .linked:not(.vertical) > entry + entry { + border-left-color: rgba(67, 70, 85, 0.3); +} + +.osd .linked:not(.vertical) > entry.error + entry, +.osd .linked:not(.vertical) > entry + entry.error { + border-left-color: #FC4138; +} + +.osd .linked:not(.vertical) > entry.warning + entry, +.osd .linked:not(.vertical) > entry + entry.warning { + border-left-color: #F27835; +} + +.osd .linked:not(.vertical) > entry.error + entry.warning, +.osd .linked:not(.vertical) > entry.warning + entry.error { + border-left-color: #f75d37; +} + +.osd .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), +.osd .linked:not(.vertical) > entry + entry:focus-within:last-child { + border-left-color: #5294e2; +} + +.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, +.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, +.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #5294e2; +} + +.osd .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), +.osd .linked:not(.vertical) > entry + entry:drop(active):last-child { + border-left-color: #F08437; +} + +.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, +.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, +.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: #F08437; +} + +.osd .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), +.osd .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { + border-left-color: #F27835; +} + +.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, +.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, +.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #F27835; +} + +.osd .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), +.osd .linked:not(.vertical) > entry + entry.error:focus-within:last-child { + border-left-color: #FC4138; +} + +.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, +.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, +.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #FC4138; +} + +.osd .linked:not(.vertical) > button:active + entry, +.osd .linked:not(.vertical) > button:checked + entry { + border-left-color: #5294e2; +} + +.osd .linked:not(.vertical) > button + button { + border-left-style: none; + margin-left: 0; +} + +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 #434655; +} + +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 rgba(67, 70, 85, 0.5); +} + +.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.osd .linked:not(.vertical) { + box-shadow: none; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { + border-left-color: rgba(255, 255, 255, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { + border-left-color: #5294e2; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry { + border-left-color: rgba(255, 255, 255, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { + border-left-color: #F08437; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry { + border-left-color: rgba(255, 255, 255, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { + border-left-color: #F27835; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry { + border-left-color: rgba(255, 255, 255, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { + border-left-color: #FC4138; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry { + border-left-color: rgba(255, 255, 255, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { + border-left-color: rgba(255, 255, 255, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { + border-left-style: solid; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { + box-shadow: inset 1px 0 transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { + box-shadow: inset 1px 0 transparent; + border-left-color: rgba(255, 255, 255, 0.12); +} + +.linked.vertical > entry + entry { + border-top-color: rgba(255, 255, 255, 0); +} + +.linked.vertical > entry.error + entry, +.linked.vertical > entry + entry.error { + border-top-color: #FC4138; +} + +.linked.vertical > entry.warning + entry, +.linked.vertical > entry + entry.warning { + border-top-color: #F27835; +} + +.linked.vertical > entry.error + entry.warning, +.linked.vertical > entry.warning + entry.error { + border-top-color: #f75d37; +} + +.linked.vertical > entry + entry:focus-within:not(:last-child), +.linked.vertical > entry + entry:focus-within:last-child { + border-top-color: #5294e2; +} + +.linked.vertical > entry:focus-within:not(:only-child) + entry, +.linked.vertical > entry:focus-within:not(:only-child) + button, +.linked.vertical > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-top-color: #5294e2; +} + +.linked.vertical > entry + entry:drop(active):not(:last-child), +.linked.vertical > entry + entry:drop(active):last-child { + border-top-color: #F08437; +} + +.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: #F08437; +} + +.linked.vertical > entry + entry.warning:focus-within:not(:last-child), +.linked.vertical > entry + entry.warning:focus-within:last-child { + border-top-color: #F27835; +} + +.linked.vertical > entry.warning:focus-within:not(:only-child) + entry, +.linked.vertical > entry.warning:focus-within:not(:only-child) + button, +.linked.vertical > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-top-color: #F27835; +} + +.linked.vertical > entry + entry.error:focus-within:not(:last-child), +.linked.vertical > entry + entry.error:focus-within:last-child { + border-top-color: #FC4138; +} + +.linked.vertical > entry.error:focus-within:not(:only-child) + entry, +.linked.vertical > entry.error:focus-within:not(:only-child) + button, +.linked.vertical > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-top-color: #FC4138; +} + +.linked.vertical > button:active + entry, +.linked.vertical > button:checked + entry { + border-top-color: #5294e2; +} + +.linked.vertical > button + button { + border-top-style: none; + margin-left: 0; +} + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); +} + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 0 1px rgba(255, 255, 255, 0); +} + +.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked.vertical { + box-shadow: none; +} + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:hover { + box-shadow: none; +} + +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text, .linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus, spinbutton.linked:not(.vertical) > text, spinbutton.linked:not(.vertical) > text:focus, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, .linked:not(.vertical) > button:checked { + border-radius: 0; + border-right-style: none; +} + +spinbutton:not(.vertical) > button:first-child, spinbutton:not(.vertical) > text:first-child, .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child, .linked:not(.vertical) > button:first-child:hover, .linked:not(.vertical) > button:first-child:active, .linked:not(.vertical) > button:first-child:checked { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} + +spinbutton:not(.vertical) > button:last-child, spinbutton:not(.vertical) > text:last-child, .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child, .linked:not(.vertical) > button:last-child:hover, .linked:not(.vertical) > button:last-child:active, .linked:not(.vertical) > button:last-child:checked { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-right-style: solid; +} + +spinbutton:not(.vertical) > button:only-child, spinbutton:not(.vertical) > text:only-child, .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child, .linked:not(.vertical) > button:only-child:hover, .linked:not(.vertical) > button:only-child:active, .linked:not(.vertical) > button:only-child:checked { + border-radius: 2px; + border-style: solid; +} + +.linked.vertical > dropdown > box > button.combo, .linked.vertical > combobox > box > button.combo, spinbutton.vertical > button, spinbutton.vertical > text, .linked.vertical > entry, .linked.vertical > entry:focus, spinbutton.vertical.linked > text, spinbutton.vertical.linked > text:focus, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked { + border-radius: 0; + border-bottom-style: none; +} + +spinbutton.vertical > button:first-child, spinbutton.vertical > text:first-child, .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > button:first-child:hover, .linked.vertical > button:first-child:active, .linked.vertical > button:first-child:checked { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +spinbutton.vertical > button:last-child, spinbutton.vertical > text:last-child, .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > button:last-child:hover, .linked.vertical > button:last-child:active, .linked.vertical > button:last-child:checked { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-style: solid; +} + +spinbutton.vertical > button:only-child, spinbutton.vertical > text:only-child, .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > button:only-child:hover, .linked.vertical > button:only-child:active, .linked.vertical > button:only-child:checked { + border-radius: 2px; + border-style: solid; +} + +tabbar tab button.image-button:active, +dnd tab button.image-button:active, tabbar tab button.image-button:hover, +dnd tab button.image-button:hover, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:hover, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down), modelbutton.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; +} + +modelbutton.flat { + min-height: 24px; + padding-left: 8px; + padding-right: 8px; + outline-offset: -3px; + border-radius: 2px; + border: none; +} + +modelbutton.flat:hover { + background-color: #44464f; +} + +modelbutton.flat:checked { + color: #e6ebef; +} + +modelbutton.flat:disabled { + color: rgba(230, 235, 239, 0.45); +} + +modelbutton.flat check:last-child, +modelbutton.flat radio:last-child { + margin-left: 8px; +} + +modelbutton.flat check:first-child, +modelbutton.flat radio:first-child { + margin-right: 8px; +} + +modelbutton.flat arrow { + background: none; + min-width: 16px; + min-height: 16px; + opacity: 0.5; +} + +modelbutton.flat arrow:hover, modelbutton.flat arrow:selected, modelbutton.flat arrow:active, modelbutton.flat arrow:focus { + background: none; +} + +modelbutton.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); +} + +modelbutton.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); +} + +.toolbar button { + margin: 2px; +} + +popover.menu box.circular-buttons button.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down) { + border: 1px solid rgba(255, 255, 255, 0); +} + +popover.menu box.circular-buttons button.circular.image-button.model:hover, +list > row button.image-button:not(.flat):not(.up):not(.down):hover { + color: #b7c6d1; + border-color: rgba(255, 255, 255, 0.12); + background-color: #3e4250; + box-shadow: none; +} + +popover.menu box.circular-buttons button.circular.image-button.model:active, popover.menu box.circular-buttons button.circular.image-button.model:checked, +list > row button.image-button:not(.flat):not(.up):not(.down):active, +list > row button.image-button:not(.flat):not(.up):not(.down):checked { + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; + box-shadow: none; +} + +popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down).suggested-action { + color: #e6ebef; + border-color: rgba(255, 255, 255, 0.12); + background-color: #2c2f39; + outline: none; +} + +popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down).destructive-action { + color: #e6ebef; + border-color: rgba(255, 255, 255, 0.12); + background-color: #2c2f39; + outline: none; +} + +button.link, +link { + color: #a9caf1; +} + +button.link:visited, +link:visited { + color: white; +} + +*:selected button.link:visited, *:selected link:visited { + color: #bad4f3; +} + +button.link:hover, +link:hover { + color: #d5e5f8; +} + +*:selected button.link:hover, *:selected link:hover { + color: #eef4fc; +} + +button.link:active, +link:active { + color: #a9caf1; +} + +*:selected button.link:active, *:selected link:active { + color: #dceaf9; +} + +infobar.info > revealer > box link, infobar.question > revealer > box link, infobar.warning > revealer > box link, infobar.error > revealer > box link, headerbar.selection-mode .subtitle:link, button.link:selected, *:selected button.link, +link:selected, *:selected link { + color: #dceaf9; +} + +button.link, button.link:hover, button.link:active, button.link:checked { + text-shadow: none; +} + +button.link > label { + text-decoration-line: underline; +} + +spinbutton { + outline: none; + box-shadow: none; + font-feature-settings: "tnum"; +} + +spinbutton:drop(active) { + box-shadow: none; +} + +spinbutton button:active { + color: #ffffff; +} + +spinbutton:disabled { + color: rgba(230, 235, 239, 0.45); +} + +spinbutton:not(.vertical) { + padding: 0; + border-spacing: 0; +} + +.linked.vertical > spinbutton:not(.vertical):not(:last-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child) entry { + border-bottom: none; +} + +.linked.vertical > spinbutton:not(.vertical):not(:last-child) entry:focus { + box-shadow: inset 0 -1px #5294e2; +} + +.linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) entry { + border-radius: 0; +} + +spinbutton:not(.vertical) > text { + min-width: 28px; +} + +spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text { + min-height: 24px; +} + +spinbutton:not(.vertical):dir(ltr) > text, spinbutton:not(.vertical):dir(rtl) > button.up { + border-radius: 2px 0 0 2px; +} + +spinbutton:not(.vertical) > button + button { + border-left-style: none; +} + +spinbutton:not(.vertical) > button:hover:not(:active), +spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), +spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.05); +} + +spinbutton:not(.vertical) > button:first-child:hover:not(:active), +spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), +spinbutton:not(.vertical) > text + button:not(:active):hover { + box-shadow: none; +} + +spinbutton:not(.vertical) > text:focus + button { + border-left-color: #5294e2; +} + +spinbutton:not(.vertical) > text:drop(active) + button { + border-left-color: #F08437; +} + +.osd spinbutton:not(.vertical) > button:hover:not(:active), +.osd spinbutton:not(.vertical) > button:hover + button { + border-left-color: #434655; +} + +.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), +.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), +.osd spinbutton:not(.vertical) > text + button:not(:active):hover { + box-shadow: none; +} + +.osd spinbutton:not(.vertical) > text:focus + button { + border-left-color: #5294e2; +} + +spinbutton.vertical > button, spinbutton.vertical > text { + padding-left: 4px; + padding-right: 4px; + min-height: 28px; + min-width: 28px; +} + +spinbutton.vertical:drop(active) { + border-color: transparent; + box-shadow: none; +} + +spinbutton.vertical > text { + border-radius: 0; +} + +spinbutton.vertical > button.up { + border-radius: 2px 2px 0 0; +} + +spinbutton.vertical > text:focus + button { + border-top-color: #5294e2; +} + +spinbutton.vertical > text:drop(active) + button { + border-top-color: #F08437; +} + +.osd spinbutton.vertical > button:first-child { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.osd spinbutton.vertical > button:first-child:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +.osd spinbutton.vertical > button:first-child:active { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +.osd spinbutton.vertical > button:first-child:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +treeview spinbutton:not(.vertical) { + min-height: 0; + border-style: none; + border-radius: 0; +} + +treeview spinbutton:not(.vertical) > text { + min-height: 0; + padding: 1px 2px; +} + +dropdown > popover.menu.background > contents { + padding: 0; +} + +dropdown > button > box { + border-spacing: 6px; +} + +dropdown button.combo, +combobox button.combo { + min-width: 0; + padding-left: 8px; + padding-right: 8px; + margin: 0; +} + +dropdown entry.combo, +combobox entry.combo { + margin: 0; +} + +dropdown arrow, +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; +} + +dropdown:drop(active) button.combo, +combobox:drop(active) button.combo { + color: #F08437; + border-color: #F08437; + box-shadow: none; +} + +dropdown > popover.menu > contents modelbutton, +combobox > popover.menu > contents modelbutton { + padding-left: 6px; + padding-right: 6px; +} + +.linked:not(.vertical) > dropdown:first-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} + +.linked:not(.vertical) > dropdown:last-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-right-style: solid; +} + +.linked:not(.vertical) > dropdown:only-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo { + border-radius: 2px; + border-style: solid; +} + +.linked.vertical > dropdown:first-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.linked.vertical > dropdown:last-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-style: solid; +} + +.linked.vertical > dropdown:only-child > box > button.combo, .linked.vertical > combobox:only-child > box > button.combo { + border-radius: 2px; + border-style: solid; +} + +dropdown popover, +combobox popover { + margin-top: 6px; + padding: 0; +} + +dropdown popover listview, +combobox popover listview { + margin: 6px 0; +} + +dropdown popover listview > row, +combobox popover listview > row { + padding: 6px; +} + +dropdown popover listview > row:selected, +combobox popover listview > row:selected { + outline-color: rgba(255, 255, 255, 0.12); + color: #ffffff; + background-color: #5294e2; +} + +dropdown popover .dropdown-searchbar, +combobox popover .dropdown-searchbar { + padding: 6px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +toolbar { + padding: 4px; + border-spacing: 4px; + background-color: #32343D; +} + +toolbar separator { + background: none; +} + +toolbar.horizontal separator { + margin: 0 6px; +} + +toolbar.vertical separator { + margin: 6px 0; +} + +.osd toolbar { + background-color: transparent; +} + +toolbar switch, +toolbar scale, +toolbar entry, +toolbar spinbutton, +toolbar button { + margin-right: 1px; + margin-bottom: 1px; +} + +toolbar .linked > button, +toolbar .linked > entry { + margin-right: 0; +} + +searchbar > revealer > box { + padding: 6px; + border-spacing: 6px; + border-style: solid; + border-color: #42444b; + background-color: #32343D; + border-width: 0 0 1px; + box-shadow: none; +} + +actionbar > revealer > box { + padding: 6px; + border-spacing: 6px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + background-color: #2b2d35; + box-shadow: none; +} + +headerbar { + padding: 0; + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + background-color: #282A33; + min-height: 40px; +} + +headerbar:backdrop { + transition: 200ms ease-out; + color: rgba(224, 229, 235, 0.7); + background-color: #2b2e37; +} + +headerbar .title { + padding-left: 12px; + padding-right: 12px; +} + +headerbar .subtitle { + font-size: 80%; + padding-left: 12px; + padding-right: 12px; + margin-top: -3px; +} + +headerbar.selection-mode { + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; + box-shadow: none; +} + +headerbar.selection-mode:backdrop { + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); +} + +headerbar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; +} + +headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +.maximized headerbar.selection-mode { + background-color: #5294e2; +} + +.tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop { + border-radius: 0; +} + +.maximized headerbar { + background-color: #282a33; + border-color: #3e4250; +} + +.maximized headerbar:backdrop { + background-color: #2b2e37; +} + +headerbar.default-decoration:not(.csd) windowcontrols button { + min-height: 23px; + min-width: 23px; + padding: 2px; +} + +headerbar:not(.csd).default-decoration { + min-height: 30px; + padding: 0 8px; + background-color: #282A33; +} + +headerbar:not(.csd).default-decoration windowcontrols button { + border: none; +} + +headerbar:not(.csd).default-decoration windowcontrols menubutton button { + min-height: 20px; + min-width: 20px; + margin: 0; + padding: 4px; +} + +headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { + background-color: #282A33; + border-bottom-width: 0; + box-shadow: none; +} + +.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration, .tiled .csd headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .fullscreen .csd headerbar.default-decoration, .tiled headerbar.default-decoration:backdrop, .maximized headerbar.default-decoration:backdrop, .fullscreen headerbar.default-decoration:backdrop, .tiled .csd headerbar.default-decoration:backdrop, .maximized .csd headerbar.default-decoration:backdrop, .fullscreen .csd headerbar.default-decoration:backdrop { + box-shadow: none; +} + +headerbar > windowhandle > box { + padding: 0 6px; +} + +headerbar > windowhandle > box, +headerbar > windowhandle > box > box.start, +headerbar > windowhandle > box > box.end { + border-spacing: 6px; +} + +headerbar entry, +headerbar spinbutton, +headerbar separator:not(.sidebar), +headerbar button, +headerbar menubutton { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar menubutton > button { + margin-top: 0px; + margin-bottom: 0px; +} + +headerbar.windowhandle viewswitcher button { + border-radius: 0; + margin-top: -1px; + margin-bottom: -1px; + padding: 0 10px; + min-height: 0; + border: none; + outline: none; + background-clip: padding-box; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0; +} + +headerbar.windowhandle viewswitcher button:hover { + color: #b2b6bd; + background-color: rgba(224, 229, 235, 0.06); +} + +headerbar.windowhandle viewswitcher button:active { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.15); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; +} + +headerbar.windowhandle viewswitcher button:checked { + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; +} + +headerbar.windowhandle viewswitcher button:disabled { + color: rgba(224, 229, 235, 0.35); + background-color: transparent; +} + +headerbar.windowhandle viewswitcher button:checked:disabled { + color: rgba(224, 229, 235, 0.35); + background-color: transparent; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 3/0 0 3px; +} + +window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, window.csd > .titlebar:not(headerbar), window.csd > .titlebar:not(headerbar):backdrop { + padding: 0; + background: none; + border: none; + box-shadow: none; +} + +.titlebar:not(headerbar) > separator { + background-image: image(#3e4250); + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar:not(headerbar) > separator:backdrop { + background-image: image(#3e4250); +} + +headerbar separator.titlebutton, headerbar separator { + min-width: 0; + min-height: 0; + background: none; + border-width: 0; + border-image: none; +} + +headerbar entry { + color: #e0e5eb; + border-color: rgba(255, 255, 255, 0.12); + background-color: #21232a; +} + +headerbar entry image, headerbar entry image:hover { + color: inherit; +} + +headerbar entry:backdrop { + opacity: 0.85; +} + +headerbar entry:focus { + outline: none; + box-shadow: none; + color: white; + border-color: #5294e2; + background-color: #2c2f39; + background-clip: padding-box; +} + +headerbar entry:focus image { + color: #5294e2; +} + +headerbar entry:disabled { + color: rgba(224, 229, 235, 0.55); + border-color: rgba(255, 255, 255, 0.12); + background-color: rgba(33, 35, 42, 0.85); +} + +headerbar entry selection:focus { + background-color: #5294e2; + color: #ffffff; +} + +headerbar entry progress { + border-color: #5294e2; + background-image: none; + background-color: transparent; +} + +headerbar entry.warning { + color: white; + border-color: rgba(255, 255, 255, 0.12); + background-color: #a15934; +} + +headerbar entry.warning:focus { + color: white; + background-color: #F27835; +} + +headerbar entry.warning selection { + background-color: white; + color: #F27835; +} + +headerbar entry.error { + color: white; + border-color: rgba(255, 255, 255, 0.12); + background-color: #a73836; +} + +headerbar entry.error:focus { + color: white; + background-color: #FC4138; +} + +headerbar entry.error selection { + background-color: white; + color: #FC4138; +} + +headerbar button { + color: #e0e5eb; + outline-offset: -3px; + background-color: rgba(40, 42, 51, 0); + border-color: rgba(40, 42, 51, 0); + background-clip: padding-box; + background-origin: padding-box; +} + +headerbar button:backdrop { + opacity: 0.7; +} + +headerbar button:hover { + color: #e0e5eb; + border-color: rgba(255, 255, 255, 0.12); + background-color: #333641; +} + +headerbar button:active, headerbar button:checked { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; + background-clip: padding-box; + background-origin: padding-box; +} + +headerbar button:disabled { + background-color: rgba(40, 42, 51, 0); + border-color: rgba(40, 42, 51, 0); +} + +headerbar button:disabled label, headerbar button:disabled { + color: rgba(224, 229, 235, 0.5); +} + +headerbar button:disabled:active, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.5); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); +} + +headerbar button.flat.popup.toggle.sources-button:hover { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +headerbar.selection-mode button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); +} + +headerbar.selection-mode button:hover { + background-color: alpha(#ffffff,0.3); +} + +headerbar.selection-mode button:active, headerbar.selection-mode button:checked { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.35); + border-color: rgba(255, 255, 255, 0.65); +} + +headerbar.selection-mode button:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); +} + +headerbar.selection-mode button:disabled, headerbar.selection-mode button:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.4); +} + +headerbar.selection-mode button:backdrop { + opacity: 0.7; + background: none; +} + +headerbar .linked > button:not(:only-child).radio { + margin-left: 1px; +} + +headerbar .linked > button:not(:only-child).radio { + border-radius: 2px; + border-style: solid; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: none; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop { + box-shadow: none; +} + +headerbar .linked:not(.vertical) > entry { + margin-left: 1px; + border-radius: 2px; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +headerbar .linked:not(.vertical) > entry:focus { + border-color: #5294e2; +} + +headerbar stackswitcher.linked:not(.vertical) { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar stackswitcher.linked:not(.vertical) > button { + margin: 0; + border-right-width: 0; + border-left-width: 0; + background-color: #3e4250; + color: #e0e5eb; + border-color: #55596c; +} + +headerbar stackswitcher.linked:not(.vertical) > button:first-child { + border-left-width: 1px; +} + +headerbar stackswitcher.linked:not(.vertical) > button:last-child { + border-right-width: 1px; +} + +headerbar stackswitcher.linked:not(.vertical) > button:hover { + background-color: #4a4d5e; +} + +headerbar stackswitcher.linked:not(.vertical) > button:active, headerbar stackswitcher.linked:not(.vertical) > button:checked { + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; +} + +headerbar stackswitcher.linked:not(.vertical) > button:disabled { + color: rgba(224, 229, 235, 0.4); +} + +headerbar stackswitcher.linked:not(.vertical) > button:disabled label { + color: rgba(224, 229, 235, 0.4); +} + +headerbar button.suggested-action { + background-clip: border-box; + color: white; + background-color: #5294e2; + border-color: #3c86de; +} + +headerbar button.suggested-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #5294e2; +} + +headerbar button.suggested-action:hover { + background-clip: border-box; + color: white; + background-color: #68a2e6; + border-color: #5294e2; +} + +headerbar button.suggested-action:active, headerbar button.suggested-action:checked { + background-clip: border-box; + color: white; + background-color: #7eafe9; + border-color: #68a2e6; +} + +headerbar button.suggested-action:disabled { + background-color: rgba(40, 42, 51, 0); + border-color: rgba(40, 42, 51, 0); +} + +headerbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled { + color: rgba(224, 229, 235, 0.5); +} + +headerbar button.suggested-action:backdrop { + opacity: 0.8; +} + +headerbar button.destructive-action { + background-clip: border-box; + color: white; + background-color: #F04A50; + border-color: #ee3239; +} + +headerbar button.destructive-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; +} + +headerbar button.destructive-action:hover { + background-clip: border-box; + color: white; + background-color: #f26267; + border-color: #f04a50; +} + +headerbar button.destructive-action:active, headerbar button.destructive-action:checked { + background-clip: border-box; + color: white; + background-color: #f4797e; + border-color: #f26267; +} + +headerbar button.destructive-action:disabled { + background-color: rgba(40, 42, 51, 0); + border-color: rgba(40, 42, 51, 0); +} + +headerbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled { + color: rgba(224, 229, 235, 0.5); +} + +headerbar button.destructive-action:backdrop { + opacity: 0.8; +} + +headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; +} + +headerbar spinbutton:not(.vertical) button { + color: #e0e5eb; + border-color: rgba(255, 255, 255, 0.12); + background-color: #333641; +} + +headerbar spinbutton:not(.vertical) button:hover { + background-color: rgba(126, 131, 154, 0.4); +} + +headerbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; +} + +headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(224, 229, 235, 0.4); +} + +headerbar combobox:disabled { + color: rgba(224, 229, 235, 0.4); +} + +headerbar combobox > .linked > button.combo { + color: #e0e5eb; + outline-offset: -3px; + background-color: rgba(40, 42, 51, 0); + border-color: rgba(40, 42, 51, 0); +} + +headerbar combobox > .linked > button.combo:hover { + color: #e0e5eb; + border-color: rgba(255, 255, 255, 0.12); + background-color: #333641; + box-shadow: none; +} + +headerbar combobox > .linked > button.combo:disabled { + background-color: rgba(40, 42, 51, 0); + border-color: rgba(40, 42, 51, 0); +} + +headerbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled { + color: rgba(224, 229, 235, 0.5); +} + +headerbar combobox > .linked > entry.combo:dir(ltr) { + border-right-style: none; +} + +headerbar combobox > .linked > entry.combo:dir(ltr):focus { + box-shadow: 1px 0 #5294e2; +} + +headerbar combobox > .linked > entry.combo:dir(rtl) { + border-left-style: none; +} + +headerbar combobox > .linked > entry.combo:dir(rtl):focus { + box-shadow: -1px 0 #5294e2; +} + +headerbar switch { + margin: 0; +} + +headerbar switch:backdrop { + opacity: 0.75; +} + +headerbar progressbar trough { + background-color: rgba(13, 14, 17, 0.4); +} + +headerbar progressbar:backdrop { + opacity: 0.75; +} + +headerbar scale:backdrop { + opacity: 0.75; +} + +headerbar scale slider { + background-color: #3e4250; + border-color: rgba(13, 14, 17, 0.7); +} + +headerbar scale slider:hover { + background-color: #4a4d5e; + border-color: rgba(13, 14, 17, 0.7); +} + +headerbar scale slider:active { + background-color: #5294e2; + border-color: #68a2e6; +} + +headerbar scale slider:disabled { + background-color: #383a47; + border-color: rgba(13, 14, 17, 0.7); +} + +headerbar scale trough { + background-color: rgba(13, 14, 17, 0.4); +} + +headerbar scale trough:disabled { + background-color: rgba(13, 14, 17, 0.3); +} + +window.devel headerbar.titlebar { + background: #32343D cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(82, 148, 226, 0.1)), linear-gradient(to top, #222329 3px, #27282f); +} + +window.devel headerbar.titlebar:backdrop { + background: #32343D cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#32343D); + /* background-color would flash */ +} + +path-bar > button:hover { + background-color: rgba(230, 235, 239, 0.06); +} + +path-bar > button:checked, path-bar > button:active { + background-color: #5294e2; + border-color: #5294e2; +} + +path-bar > button:checked:hover, path-bar > button:active:hover { + background-color: #68a2e6; + border-color: #68a2e6; +} + +path-bar > button.text-button, path-bar > button.image-button, path-bar > button { + padding-left: 6px; + padding-right: 6px; +} + +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: 10px; +} + +path-bar > button.text-button.image-button label:first-child, path-bar > button label:first-child { + padding-left: 10px; +} + +path-bar > button.slider-button, path-bar > button:not(.image-button):not(.text-button) { + padding-left: 1px; + padding-right: 1px; +} + +path-bar > button image { + padding-left: 4px; + padding-right: 4px; +} + +treeview.view { + border-left-color: #42444b; + border-top-color: #42444b; +} + +treeview.view acceleditor > label { + background-color: #5294e2; +} + +treeview.view:selected, treeview.view:selected:focus { + border-radius: 0; + border-left-color: #a9caf1; + border-top-color: rgba(230, 235, 239, 0.1); +} + +treeview.view:disabled { + color: rgba(230, 235, 239, 0.45); +} + +treeview.view:disabled:selected { + color: #97bfee; +} + +treeview.view.separator { + min-height: 2px; + color: rgba(0, 0, 0, 0.1); +} + +treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: #9cc0e9; +} + +treeview.view:drop(active).after { + border-top-style: none; +} + +treeview.view:drop(active).before { + border-bottom-style: none; +} + +treeview.view.expander { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #878b91; +} + +treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +treeview.view.expander:hover { + color: #e6ebef; +} + +treeview.view.expander:selected { + color: #cbdff6; +} + +treeview.view.expander:selected:hover { + color: #ffffff; +} + +treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +treeview.view.progressbar, treeview.view.progressbar:focus { + color: #ffffff; + border-radius: 2px; + background-color: #5294e2; +} + +treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { + color: #5294e2; + box-shadow: none; + background-color: #ffffff; +} + +treeview.view.trough { + color: #e6ebef; + background-color: rgba(255, 255, 255, 0.12); + border-radius: 2px; + border-width: 0; +} + +treeview.view.trough:selected, treeview.view.trough:selected:focus { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.2); + border-radius: 2px; + border-width: 0; +} + +treeview.view > header > button { + min-height: 0; + min-width: 0; + padding: 3px 6px; + font-weight: bold; + color: #c0c4c9; + background-color: #282A33; + background-image: none; + border-style: none solid none none; + border-radius: 0; + border-image: linear-gradient(to bottom, #282A33 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #282A33 80%) 0 1 0 0/0 1px 0 0 stretch; +} + +treeview.view > header > button:hover { + color: #5294e2; +} + +treeview.view > header > button:active { + color: #e6ebef; +} + +treeview.view > header > button:active, treeview.view > header > button:hover { + background-color: #282A33; +} + +treeview.view > header > button:disabled { + border-color: #32343D; + background-image: none; +} + +treeview.view > header > button:last-child { + border-right-style: none; + border-image: none; +} + +treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active, +treeview.view header.button.dnd, +treeview.view header.button.dnd:selected, +treeview.view header.button.dnd:hover, +treeview.view header.button.dnd:active { + padding: 0 6px; + transition: none; + color: #ffffff; + background-color: #5294e2; + border-radius: 0; + border-style: none; +} + +menubar { + padding: 0; + background-color: #282a33; + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +menubar:backdrop { + color: rgba(224, 229, 235, 0.7); +} + +menubar > item { + transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); + padding: 4px 8px; + border: 1px solid transparent; + border-radius: 0; +} + +menubar > item:hover { + background-color: #5294e2; + box-shadow: none; + border-color: #68a2e6; + color: #ffffff; +} + +menubar > item:disabled { + color: rgba(224, 229, 235, 0.45); +} + +menubar > item popover.menu.background > contents { + padding: 0; +} + +menubar > item popover.menu popover.menu { + padding: 0 0 4px 0; +} + +menubar > item popover.menu.background popover.menu.background > contents { + margin: 0; + border-radius: 2px; +} + +popover.menu { + padding: 0; +} + +popover.menu > arrow, popover.menu.background > contents { + background-color: #32343D; + border-radius: 3px; + border: 1px solid rgba(255, 255, 255, 0.12); + padding: 3px; + color: #e0e5eb; +} + +popover.menu.background separator { + margin: 3px 0; + background-color: #32343D; +} + +popover.menu box.inline-buttons { + padding: 0; +} + +popover.menu box.inline-buttons button.image-button.model { + outline: none; + min-height: 16px; + min-width: 24px; + padding: 4px 8px; + text-shadow: none; + transition-duration: 150ms; +} + +popover.menu box.inline-buttons button.image-button.model:disabled { + color: rgba(230, 235, 239, 0.45); +} + +popover.menu box.inline-buttons button.image-button.model:selected { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.1); +} + +popover.menu box.inline-buttons button.image-button.model:active { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.2); + border-color: rgba(255, 255, 255, 0.12); +} + +popover.menu box.circular-buttons { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model:focus { + background-color: rgba(230, 235, 239, 0.1); + border-color: rgba(255, 255, 255, 0.12); +} + +popover.menu box.circular-buttons button.circular.image-button.model:active { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.2); + border-color: rgba(255, 255, 255, 0.12); +} + +popover.menu check, popover.menu check:hover, popover.menu check:active, popover.menu check:selected, popover.menu check:checked, +popover.menu radio, +popover.menu radio:hover, +popover.menu radio:active, +popover.menu radio:selected, +popover.menu radio:checked { + background-color: transparent; +} + +popover.menu arrow.left, +popover.menu radio.left, +popover.menu check.left { + margin-left: -6px; + margin-right: 6px; +} + +popover.menu arrow.right, +popover.menu radio.right, +popover.menu check.right { + margin-left: 6px; + margin-right: -6px; +} + +popover.menu modelbutton { + min-height: 24px; + min-width: 38px; + padding: 2px 12px; + border: none; + outline: none; + box-shadow: none; + color: #e6ebef; + border-radius: 2px; +} + +popover.menu modelbutton:focus:not(:hover):not(:active) { + color: #e6ebef; + background-color: transparent; + transition: background-color 0, color 0; +} + +popover.menu modelbutton:hover { + color: #ffffff; + background-color: #5294e2; +} + +popover.menu modelbutton:active { + color: #ffffff; + background-color: #2679db; +} + +popover.menu label.title { + font-weight: bold; + padding: 4px 28px; +} + +popover.background { + font: initial; + background-color: transparent; +} + +popover.background > arrow, +popover.background > contents { + padding: 6px; + background-clip: border-box; + background-color: #32343D; + border-radius: 3px; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15); + color: #e0e5eb; +} + +popover.background separator { + background-color: #32343D; +} + +popover.background label.separator { + color: #e6ebef; +} + +popover.background > contents > list, +popover.background > contents > .view, +popover.background > contents > toolbar { + border-style: none; + background-color: transparent; +} + +popover.background > contents separator { + margin: 3px; +} + +popover.background > contents list separator { + margin: 0; +} + +popover.background > contents listview { + background-color: transparent; + padding: 0; +} + +popover.background > contents listview > row { + margin: 0; + border-radius: 2px; +} + +.osd popover.background, popover.background.touch-selection, popover.background.magnifier { + background-color: transparent; +} + +.osd popover.background > arrow, +.osd popover.background > contents, popover.background.touch-selection > arrow, +popover.background.touch-selection > contents, popover.background.magnifier > arrow, +popover.background.magnifier > contents { + padding: 0; + margin: 0; +} + +magnifier { + background-color: #282A33; +} + +cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; +} + +cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); +} + +cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); +} + +notebook { + padding: 0; +} + +notebook.frame { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +notebook > stack:not(:only-child) { + background-color: #282A33; +} + +notebook > header { + padding: 0; + background-color: #32343D; +} + +notebook > header.top { + padding-bottom: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +notebook > header.top > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-bottom: none; +} + +notebook > header.top > tabs > tab:not(:only-child):first-child { + margin-left: 6px; +} + +notebook > header.top > tabs > tab:not(:only-child):last-child { + margin-right: 6px; +} + +notebook > header.top > tabs > tab:hover { + box-shadow: inset 0 -1px alpha(#5294e2,0.6), 0 1px alpha(#5294e2,0.6); +} + +notebook > header.top > tabs > tab:checked { + box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; +} + +notebook > header.bottom { + padding-top: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +notebook > header.bottom > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-top: none; +} + +notebook > header.bottom > tabs > tab:not(:only-child):first-child { + margin-left: 6px; +} + +notebook > header.bottom > tabs > tab:not(:only-child):last-child { + margin-right: 6px; +} + +notebook > header.bottom > tabs > tab:hover { + box-shadow: inset 0 1px alpha(#5294e2,0.6), 0 -1px alpha(#5294e2,0.6); +} + +notebook > header.bottom > tabs > tab:checked { + box-shadow: inset 0 1px #5294e2, 0 -1px #5294e2; +} + +notebook > header.right { + padding-left: 0; + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +notebook > header.right > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-left: none; +} + +notebook > header.right > tabs > tab:not(:only-child):first-child { + margin-top: 6px; +} + +notebook > header.right > tabs > tab:not(:only-child):last-child { + margin-bottom: 6px; +} + +notebook > header.right > tabs > tab:hover { + box-shadow: inset 1px 0 alpha(#5294e2,0.6), -1px 0 alpha(#5294e2,0.6); +} + +notebook > header.right > tabs > tab:checked { + box-shadow: inset 1px 0 #5294e2, -1px 0 #5294e2; +} + +notebook > header.left { + padding-right: 0; + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +notebook > header.left > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-right: none; +} + +notebook > header.left > tabs > tab:not(:only-child):first-child { + margin-top: 6px; +} + +notebook > header.left > tabs > tab:not(:only-child):last-child { + margin-bottom: 6px; +} + +notebook > header.left > tabs > tab:hover { + box-shadow: inset -1px 0 alpha(#5294e2,0.6), 1px 0 alpha(#5294e2,0.6); +} + +notebook > header.left > tabs > tab:checked { + box-shadow: inset -1px 0 #5294e2, 1px 0 #5294e2; +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { + margin-left: 2px; +} + +notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { + margin-right: 2px; +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { + margin-top: 2px; +} + +notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { + margin-bottom: 2px; +} + +notebook > header > tabs > arrow { + color: rgba(230, 235, 239, 0.45); +} + +notebook > header > tabs > arrow:hover { + color: rgba(230, 235, 239, 0.75); +} + +notebook > header > tabs > arrow:active { + color: #e6ebef; +} + +notebook > header > tabs > arrow:disabled { + color: rgba(230, 235, 239, 0.3); +} + +notebook > header > tabs > tab { + color: rgba(230, 235, 239, 0.45); + background-color: rgba(50, 52, 61, 0); +} + +notebook > header > tabs > tab:hover:not(:checked) { + color: rgba(230, 235, 239, 0.75); + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +notebook > header > tabs > tab:checked { + color: #e6ebef; + transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +notebook > header > tabs > tab button.flat { + border-radius: 100%; + min-height: 16px; + min-width: 16px; + padding: 0; + margin: 4px 0; + color: #a7abb1; +} + +notebook > header > tabs > tab button.flat:hover { + color: #ff4d4d; + background-color: #27282f; +} + +notebook > header > tabs > tab button.flat:active { + color: #5294e2; + background-color: #202127; +} + +scrollbar { + background-color: rgba(0, 0, 0, 0.05); + transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +scrollbar.top { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.left { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.right { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar button { + border: none; +} + +scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); +} + +scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); +} + +scrollbar slider { + min-width: 6px; + min-height: 6px; + margin: -1px; + border: 4px solid transparent; + border-radius: 8px; + background-clip: padding-box; + background-color: #7a7d84; +} + +scrollbar slider:hover { + background-color: #686b72; +} + +scrollbar slider:hover:active { + background-color: #5294e2; +} + +scrollbar slider:disabled { + background-color: transparent; +} + +scrollbar.fine-tune slider { + min-width: 4px; + min-height: 4px; +} + +scrollbar.fine-tune.horizontal slider { + border-width: 5px 4px; +} + +scrollbar.fine-tune.vertical slider { + border-width: 4px 5px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + border-color: transparent; + background-color: transparent; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + margin: 0; + min-width: 4px; + min-height: 4px; + background-color: #b0b4ba; + border: 1px solid rgba(0, 0, 0, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + margin: 0 2px; + min-width: 40px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + margin: 2px 0; + min-height: 40px; +} + +scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { + opacity: 0.99; +} + +scrollbar.horizontal slider { + min-width: 40px; +} + +scrollbar.vertical slider { + min-height: 40px; +} + +treeview ~ scrollbar.vertical { + border-top: 1px solid rgba(255, 255, 255, 0.12); + margin-top: -1px; +} + +switch { + font-size: 0; + min-width: 50px; + min-height: 20px; + background-size: 50px 20px; + background-repeat: no-repeat; + background-position: center center; + transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + padding: 0; +} + +switch > slider { + min-width: 0; + min-height: 0; +} + +switch, switch > slider { + outline-color: transparent; + color: transparent; + border: none; + box-shadow: none; + background-color: transparent; +} + +switch { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); +} + +menuitem:hover switch, +row:selected switch, +infobar switch { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); +} + +headerbar switch { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); +} + +switch:checked { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); +} + +menuitem:hover switch:checked, +row:selected switch:checked, +infobar switch:checked { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); +} + +headerbar switch:checked { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); +} + +switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); +} + +menuitem:hover switch:disabled, +row:selected switch:disabled, +infobar switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); +} + +headerbar switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); +} + +switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); +} + +menuitem:hover switch:checked:disabled, +row:selected switch:checked:disabled, +infobar switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); +} + +headerbar switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); +} + +.check, +check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); +} + +.osd check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); +} + +popover.menu modelbutton:hover check, +popover.menu modelbutton:selected check, +.view:selected check, +row:selected check, +infobar check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); +} + +.check:disabled, +check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); +} + +.osd check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover check:disabled, +popover.menu modelbutton:selected check:disabled, +.view:selected check:disabled, +row:selected check:disabled, +infobar check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); +} + +.check:indeterminate, +check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); +} + +.osd check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); +} + +popover.menu modelbutton:hover check:indeterminate, +popover.menu modelbutton:selected check:indeterminate, +.view:selected check:indeterminate, +row:selected check:indeterminate, +infobar check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); +} + +.check:indeterminate:disabled, +check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); +} + +.osd check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover check:indeterminate:disabled, +popover.menu modelbutton:selected check:indeterminate:disabled, +.view:selected check:indeterminate:disabled, +row:selected check:indeterminate:disabled, +infobar check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); +} + +.check:checked, +check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); +} + +.osd check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); +} + +popover.menu modelbutton:hover check:checked, +popover.menu modelbutton:selected check:checked, +.view:selected check:checked, +row:selected check:checked, +infobar check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); +} + +.check:checked:disabled, +check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); +} + +.osd check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover check:checked:disabled, +popover.menu modelbutton:selected check:checked:disabled, +.view:selected check:checked:disabled, +row:selected check:checked:disabled, +infobar check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); +} + +.radio, +radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); +} + +.osd radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); +} + +popover.menu modelbutton:hover radio, +popover.menu modelbutton:selected radio, +.view:selected radio, +row:selected radio, +infobar radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); +} + +.radio:disabled, +radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); +} + +.osd radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover radio:disabled, +popover.menu modelbutton:selected radio:disabled, +.view:selected radio:disabled, +row:selected radio:disabled, +infobar radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); +} + +.radio:indeterminate, +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); +} + +.osd radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); +} + +popover.menu modelbutton:hover radio:indeterminate, +popover.menu modelbutton:selected radio:indeterminate, +.view:selected radio:indeterminate, +row:selected radio:indeterminate, +infobar radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); +} + +.radio:indeterminate:disabled, +radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); +} + +.osd radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover radio:indeterminate:disabled, +popover.menu modelbutton:selected radio:indeterminate:disabled, +.view:selected radio:indeterminate:disabled, +row:selected radio:indeterminate:disabled, +infobar radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); +} + +.radio:checked, +radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); +} + +.osd radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); +} + +popover.menu modelbutton:hover radio:checked, +popover.menu modelbutton:selected radio:checked, +.view:selected radio:checked, +row:selected radio:checked, +infobar radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); +} + +.radio:checked:disabled, +radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); +} + +.osd radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover radio:checked:disabled, +popover.menu modelbutton:selected radio:checked:disabled, +.view:selected radio:checked:disabled, +row:selected radio:checked:disabled, +infobar radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); +} + +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + min-height: 40px; + min-width: 40px; + margin: 0; + padding: 0; + box-shadow: none; + background-color: transparent; + background-image: none; +} + +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; +} + +.view.content-view.check:checked:not(list), +.content-view .tile check:checked:not(list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; +} + +checkbutton.text-button, radiobutton.text-button { + padding: 2px 0; + outline-offset: 0; +} + +checkbutton.text-button:hover, radiobutton.text-button:hover { + color: #b7c6d1; +} + +checkbutton.text-button:disabled, radiobutton.text-button:disabled { + color: rgba(230, 235, 239, 0.45); +} + +checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child { + margin-left: 4px; +} + +checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child { + margin-right: 4px; +} + +check, +radio { + min-width: 16px; + min-height: 16px; + margin: 0 2px; + -gtk-icon-size: 16px; + padding: 0; + background-color: transparent; + border: none; + box-shadow: none; + color: transparent; +} + +check:only-child, +radio:only-child { + margin: 0; +} + +scale { + min-height: 15px; + min-width: 15px; + padding: 3px; +} + +scale > trough > slider { + min-height: 15px; + min-width: 15px; + margin: -6px; +} + +scale.fine-tune > trough > slider { + margin: -4px; +} + +scale.fine-tune > trough > fill, +scale.fine-tune > trough > highlight, +scale.fine-tune > trough { + border-radius: 5px; +} + +scale > trough { + outline-offset: 2px; + border-radius: 2.5px; + background-color: rgba(255, 255, 255, 0.12); +} + +scale > trough:disabled { + background-color: rgba(255, 255, 255, 0.045); +} + +.osd scale > trough { + background-color: #383a47; +} + +.osd scale > trough > highlight { + background-color: #5294e2; +} + +row:selected scale > trough, infobar scale > trough { + background-color: rgba(0, 0, 0, 0.2); +} + +row:selected scale > trough highlight, infobar scale > trough highlight { + background-color: #ffffff; +} + +row:selected scale > trough highlight:disabled, infobar scale > trough highlight:disabled { + background-color: #b1cff2; +} + +row:selected scale > trough:disabled, infobar scale > trough:disabled { + background-color: rgba(0, 0, 0, 0.1); +} + +scale highlight { + border-radius: 2.5px; + background-color: #5294e2; +} + +scale highlight:disabled { + background-color: rgba(82, 148, 226, 0.55); +} + +scale > trough > fill { + border-radius: 2.5px; + background-color: rgba(82, 148, 226, 0.5); +} + +scale > trough > fill:disabled { + background-color: transparent; +} + +scale > trough > slider { + background-color: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 100%; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background, border; +} + +scale > trough > slider:hover { + background-clip: border-box; + background-color: #5f9ce4; + border-color: #68a2e6; +} + +scale > trough > slider:active { + background-clip: border-box; + background-color: #458ce0; + border-color: #68a2e6; +} + +scale > trough > slider:disabled { + background-color: #e6e6e6; + border-color: rgba(242, 242, 242, 0.1); +} + +row:selected scale > trough > slider, infobar scale > trough > slider { + background-clip: border-box; + background-color: #ffffff; + border-color: #ffffff; +} + +row:selected scale > trough > slider:hover, infobar scale > trough > slider:hover { + background-color: #e5effb; + border-color: #e5effb; +} + +row:selected scale > trough > slider:active, infobar scale > trough > slider:active { + background-color: #a9caf1; + border-color: #a9caf1; +} + +row:selected scale > trough > slider:disabled, infobar scale > trough > slider:disabled { + background-color: #b1cff2; + border-color: #b1cff2; +} + +.osd scale > trough > slider { + background-clip: border-box; + background-color: #5294e2; + border-color: #5294e2; +} + +.osd scale > trough > slider:hover { + background-color: #7eafe9; + border-color: #7eafe9; +} + +.osd scale > trough > slider:active { + background-color: #68a2e6; + border-color: #68a2e6; +} + +scale > value { + color: alpha(currentColor,0.4); +} + +scale > marks { + color: alpha(currentColor,0.4); +} + +scale > marks.top { + margin-bottom: 1px; + margin-top: -4px; +} + +scale > marks.bottom { + margin-top: 1px; + margin-bottom: -4px; +} + +scale > marks.top { + margin-right: 1px; + margin-left: -4px; +} + +scale > marks.bottom { + margin-left: 1px; + margin-right: -4px; +} + +scale.fine-tune > marks.top { + margin-bottom: 0px; + margin-top: -2px; +} + +scale.fine-tune > marks.bottom { + margin-top: 0px; + margin-bottom: -2px; +} + +scale.fine-tune > marks.top { + margin-right: 0px; + margin-left: -2px; +} + +scale.fine-tune > marks.bottom { + margin-left: 0px; + margin-right: -2px; +} + +scale.horizontal indicator { + min-height: 3px; + min-width: 1px; +} + +scale.horizontal.fine-tune indicator { + min-height: 2px; +} + +scale.vertical indicator { + min-height: 1px; + min-width: 3px; +} + +scale.vertical.fine-tune indicator { + min-width: 2px; +} + +progressbar { + padding: 0; + font-size: smaller; + color: rgba(230, 235, 239, 0.4); + font-feature-settings: "tnum"; +} + +progressbar.horizontal > trough { + min-width: 150px; +} + +progressbar.horizontal > trough, progressbar.horizontal > trough > progress { + min-height: 6px; +} + +progressbar.vertical > trough { + min-height: 80px; +} + +progressbar.vertical > trough, progressbar.vertical > trough > progress { + min-width: 6px; +} + +progressbar.osd { + min-width: 3px; + min-height: 3px; + background-color: transparent; +} + +progressbar.osd > trough { + border-style: none; + background-color: transparent; + box-shadow: none; +} + +progressbar.osd > trough > progress { + border-style: none; + border-radius: 0; +} + +progressbar > trough > progress { + background-color: #5294e2; + border: none; + border-radius: 2px; + box-shadow: none; +} + +headerbar progressbar > trough > progress { + background-color: #3c86de; +} + +progressbar > trough > progress:disabled { + background-color: rgba(82, 148, 226, 0.35); +} + +row:selected progressbar > trough > progress, infobar progressbar > trough > progress { + background-color: #ffffff; +} + +progressbar > trough > progress.left { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; +} + +progressbar > trough > progress.right { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; +} + +progressbar > trough > progress.top { + border-top-right-radius: 5px; + border-top-left-radius: 5px; +} + +progressbar > trough > progress.bottom { + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; +} + +progressbar > trough { + border: none; + border-radius: 2px; + background-color: rgba(230, 235, 239, 0.2); +} + +progressbar > trough:disabled { + background-color: rgba(230, 235, 239, 0.08); +} + +row:selected progressbar > trough, infobar progressbar > trough { + background-color: rgba(0, 0, 0, 0.2); +} + +progressbar > trough.empty > progress { + all: unset; +} + +levelbar trough > block { + min-width: 32px; + min-height: 1px; +} + +levelbar.vertical block { + min-width: 1px; + min-height: 32px; +} + +levelbar trough { + border: none; + padding: 3px; + border-radius: 2px; + background-color: rgba(255, 255, 255, 0.12); +} + +levelbar.horizontal.discrete trough > block { + margin: 0 1px; +} + +levelbar.vertical.discrete trough > block { + margin: 1px 0; +} + +levelbar block:not(.empty) { + border: 1px solid #5294e2; + background-color: #5294e2; + border-radius: 2px; +} + +levelbar block.low { + border-color: #F27835; + background-color: #F27835; +} + +levelbar block.high { + border-color: #5294e2; + background-color: #5294e2; +} + +levelbar block.full { + border-color: #6dcfa7; + background-color: #6dcfa7; +} + +levelbar block.empty { + background-color: #282A33; + border-color: #282A33; +} + +window.dialog.print drawing { + color: #e6ebef; + background: none; + border: none; + padding: 0; +} + +window.dialog.print drawing paper { + border: 1px solid rgba(255, 255, 255, 0.12); + background: #282A33; + padding: 0; +} + +window.dialog.print .dialog-action-box { + margin: 12px; +} + +frame, +.frame { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +frame { + border-radius: 2px; +} + +frame > label { + margin: 4px; +} + +scrolledwindow overshoot.top { + background-image: radial-gradient(farthest-side at top, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at top, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: top; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow overshoot.bottom { + background-image: radial-gradient(farthest-side at bottom, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at bottom, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: bottom; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow overshoot.left { + background-image: radial-gradient(farthest-side at left, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at left, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: left; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow overshoot.right { + background-image: radial-gradient(farthest-side at right, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at right, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: right; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; + border: none; +} + +scrolledwindow undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; + border: none; +} + +scrolledwindow undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: none; +} + +scrolledwindow undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: none; +} + +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: rgba(0, 0, 0, 0.05); +} + +scrolledwindow junction:dir(rtl) { + border-image-slice: 0 1 0 0; +} + +separator { + background-color: rgba(255, 255, 255, 0.12); + min-width: 1px; + min-height: 1px; +} + +separator.spacer { + background: none; +} + +separator.spacer.horizontal { + min-width: 12px; +} + +separator.spacer.vertical { + min-height: 12px; +} + +listview, +list { + color: #e0e5eb; + background-color: #282A33; + border-color: rgba(255, 255, 255, 0.12); +} + +listview > row, +list > row { + padding: 2px; +} + +listview > row.expander, +list > row.expander { + padding: 0px; +} + +listview > row.expander .row-header, +list > row.expander .row-header { + padding: 2px; +} + +listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), +list.horizontal row.separator, +list.separators.horizontal > row:not(.separator) { + border-left: 1px solid #42444b; +} + +listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), +list:not(.horizontal) row.separator, +list.separators:not(.horizontal) > row:not(.separator) { + border-bottom: 1px solid #42444b; +} + +row label.subtitle { + font-size: smaller; +} + +row > box.header { + margin-left: 12px; + margin-right: 12px; + min-height: 50px; +} + +row > box.header > .icon:disabled { + filter: opacity(0.45); +} + +row > box.header > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; +} + +row.activatable.has-open-popup, row.activatable:hover { + transition: none; + animation: none; + background-color: rgba(255, 255, 255, 0.03); +} + +row.activatable:active, row.activatable:checked { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +row.activatable:disabled { + color: rgba(230, 235, 239, 0.45); +} + +row.activatable:disabled image { + color: inherit; +} + +row.combo listview.inline { + background: none; + border: none; + box-shadow: none; + color: inherit; +} + +row.combo listview.inline, row.combo listview.inline:disabled { + background: none; + color: inherit; +} + +row.combo popover > contents { + min-width: 120px; +} + +list.content > row, list.content > row.expander row.header, +list.boxed-list > row, +list.boxed-list > row.expander row.header, row.expander list.nested > row { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +list.content > row:not(:selected).activatable:hover, list.content > row.expander row.header:not(:selected).activatable:hover, +list.boxed-list > row:not(:selected).activatable:hover, +list.boxed-list > row.expander row.header:not(:selected).activatable:hover, row.expander list.nested > row:not(:selected).activatable:hover { + background-color: alpha(currentColor,0.03); +} + +list.content > row:not(:selected).activatable:active, list.content > row.expander row.header:not(:selected).activatable:active, +list.boxed-list > row:not(:selected).activatable:active, +list.boxed-list > row.expander row.header:not(:selected).activatable:active, row.expander list.nested > row:not(:selected).activatable:active { + background-color: alpha(currentColor,0.08); +} + +list.content > row:not(:selected).activatable.has-open-popup, list.content > row.expander row.header:not(:selected).activatable.has-open-popup, +list.boxed-list > row:not(:selected).activatable.has-open-popup, +list.boxed-list > row.expander row.header:not(:selected).activatable.has-open-popup, row.expander list.nested > row:not(:selected).activatable.has-open-popup { + background-color: alpha(currentColor,0.03); +} + +row.expander { + background: none; + padding: 0px; +} + +row.expander > box > list { + background: none; + color: inherit; +} + +row.expander list.nested { + background-color: alpha(#282A33,0.5); + color: inherit; +} + +row.expander image.expander-row-arrow { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +row.expander image.expander-row-arrow:dir(ltr) { + margin-left: 6px; +} + +row.expander image.expander-row-arrow:dir(rtl) { + margin-right: 6px; +} + +row.expander:checked image.expander-row-arrow { + -gtk-icon-transform: rotate(0turn); +} + +row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { + -gtk-icon-transform: rotate(-0.25turn); +} + +row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { + -gtk-icon-transform: rotate(0.25turn); +} + +row.expander:checked image.expander-row-arrow:not(:disabled) { + color: #5294e2; +} + +.osd row.expander:checked image.expander-row-arrow:not(:disabled) { + color: inherit; +} + +row.expander image.expander-row-arrow:disabled { + filter: opacity(0.45); +} + +/***************** + * Boxed Lists * + *****************/ +list.content > row.expander, +list.boxed-list > row.expander { + border: none; +} + +list.content > row:first-child, list.content > row:first-child.expander row.header, +list.boxed-list > row:first-child, +list.boxed-list > row:first-child.expander row.header { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, +list.boxed-list > row:last-child, +list.boxed-list > row:last-child.expander:not(:checked), +list.boxed-list > row:last-child.expander:not(:checked) row.header, +list.boxed-list > row:last-child.expander:checked list.nested, +list.boxed-list > row:last-child.expander:checked list.nested > row:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-width: 0; +} + +columnview > listview > row { + padding: 0; +} + +columnview > listview > row > cell { + padding: 8px 6px; +} + +columnview > listview > row > cell:not(:first-child) { + border-left: 1px solid transparent; +} + +columnview > header > button { + padding-left: 6px; + padding-right: 6px; + border-left: 1px solid transparent; +} + +columnview > header > button:first-child { + border-left-width: 0; +} + +columnview.column-separators > listview > row > cell, +columnview.column-separators > header > button { + border-left-color: rgba(255, 255, 255, 0.12); +} + +columnview > listview:not(.horizontal).separators > row:not(.separator) { + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-bottom: none; +} + +columnview.data-table > listview > row > cell { + padding-top: 2px; + padding-bottom: 2px; +} + +columnview ~ undershoot.top { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); +} + +treeexpander { + border-spacing: 4px; +} + +columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { + outline: 1px dashed rgba(255, 255, 255, 0.12); + outline-offset: -2px; +} + +columnview row:not(:selected) cell editablelabel.editing:focus-within { + outline: 1px dashed #5294e2; + outline-offset: -2px; +} + +columnview row:not(:selected) cell editablelabel.editing text selection { + color: #ffffff; + background-color: #5294e2; +} + +.rich-list { + /* rich lists usually containing other widgets than just labels/text */ +} + +.rich-list > row { + padding: 6px 10px; + min-height: 28px; + /* should be tall even when only containing a label */ +} + +.rich-list > row > box { + border-spacing: 10px; +} + +.app-notification { + padding: 10px; + color: #D3DAE3; + background-color: alpha(#282A33,0.9); + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #434655; +} + +.app-notification border { + border: none; +} + +.app-notification button { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.app-notification button.flat { + border-color: rgba(82, 148, 226, 0); +} + +.app-notification button:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +.app-notification button:active, .app-notification button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +.app-notification button:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +expander { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +expander:hover { + color: white; +} + +expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +expander:disabled { + filter: opacity(0.45); +} + +expander-widget > box > title { + border-radius: 2px; +} + +expander-widget > box > title > expander { + color: rgba(230, 235, 239, 0.75); + opacity: 1; +} + +expander-widget > box > title:hover > expander { + color: #e6ebef; +} + +.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), +placessidebar:not(decoration):not(window):drop(active):focus, +placessidebar:not(decoration):not(window):drop(active), +stackswitcher:not(decoration):not(window):drop(active):focus, +stackswitcher:not(decoration):not(window):drop(active), +expander-widget:not(decoration):not(window):drop(active):focus, +expander-widget:not(decoration):not(window):drop(active) { + box-shadow: none; +} + +calendar { + color: #e6ebef; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +calendar > header { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +calendar > header > button { + border: none; + box-shadow: none; + background: none; + border-radius: 0; +} + +calendar > header > button:backdrop { + background: none; +} + +calendar > grid > label.today { + border-radius: 2px; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); +} + +calendar > grid > label.today:selected { + box-shadow: none; + background-color: #5294e2; + color: #ffffff; +} + +calendar > grid > label:focus { + outline-color: rgba(255, 255, 255, 0.12); + outline-offset: -2px; + outline-width: 1px; + outline-style: dashed; +} + +calendar > grid > label.day-number { + padding: 4px; +} + +calendar > grid > label.day-number:selected { + border-radius: 2px; +} + +calendar > grid > label.day-number.other-month { + color: alpha(currentColor,0.3); +} + +window.dialog.message .linked:not(.vertical) > button, +window.dialog.message .linked:not(.vertical) > button:hover, +window.dialog.message .linked:not(.vertical) > button:active, +window.dialog.message .linked:not(.vertical) > button:checked, +window.dialog.message .linked:not(.vertical) > button:disabled { + border-radius: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-right: none; + border-bottom: none; +} + +window.dialog.message .linked:not(.vertical) > button:last-child { + border-bottom-right-radius: 2px; + border-top-right-radius: 0; + border-right: none; + border-bottom: none; +} + +window.dialog.message .linked:not(.vertical) > button:first-child { + border-bottom-left-radius: 2px; + border-top-left-radius: 0; + border-left: none; + border-bottom: none; +} + +window.dialog.message .linked:not(.vertical) > button:only-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-left: none; + border-right: none; + border-bottom: none; +} + +window.dialog.message.background { + background-color: #32343D; + color: #e0e5eb; + border-radius: 2px; + border: none; +} + +window.dialog.message .titlebar { + min-height: 20px; + background-color: #32343D; + border-bottom: none; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + box-shadow: none; +} + +window.dialog.message .titlebar:backdrop { + background-color: #32343D; +} + +window.dialog.message .dialog-action-area button { + padding: 6px 10px 8px 10px; + border-radius: 0; + border: none; + border-top: 1px solid rgba(255, 255, 255, 0.12); + background-color: #32343D; + color: #e0e5eb; +} + +window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { + background-color: rgba(224, 229, 235, 0.06); +} + +window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { + background-color: rgba(224, 229, 235, 0.1); + color: #e0e5eb; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #32343D; +} + +filechooserbutton > button > box { + border-spacing: 6px; +} + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; +} + +messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { + border-radius: 0; +} + +.sidebar { + border-style: none; + background-color: #32343D; +} + +.sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { + border-right: 1px solid #42444b; + border-left-style: none; +} + +.sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid #42444b; + 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 list.separators:not(.horizontal) > row:not(.separator) { + border-bottom: none; +} + +stacksidebar row { + padding: 4px 4px; +} + +stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; +} + +stacksidebar row.needs-attention > label { + background-size: 6px 6px, 0 0; +} + +stacksidebar row:selected { + background-color: #5294e2; + border-radius: 2px; + color: #ffffff; +} + +stacksidebar row:selected:hover:dir(ltr), stacksidebar row:selected:hover:dir(rtl) { + background-color: #68a2e6; +} + +stacksidebar row:focus:focus-visible { + outline-width: 0; + background-color: #5294e2; + color: #ffffff; +} + +stacksidebar row.activatable:active, stacksidebar row.activatable:selected:active { + box-shadow: none; +} + +separator.sidebar { + background: none; + border-right: none; + min-width: 0; + min-height: 0; +} + +.navigation-sidebar { + padding: 3px 0; +} + +.navigation-sidebar > separator { + margin: 3px 0; +} + +.navigation-sidebar > row { + min-height: 28px; + padding: 2px 8px; + border-radius: 2px; + margin: 0 3px 2px; +} + +.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { + background-color: rgba(230, 235, 239, 0.1); + color: #e6ebef; +} + +.navigation-sidebar > row:selected { + background-color: #5294e2; + color: #ffffff; +} + +.navigation-sidebar > row:selected:hover { + background-color: #3c86de; +} + +.navigation-sidebar > row:selected:focus-visible:focus-within { + outline-width: 0; + color: #ffffff; + background-color: #5294e2; +} + +.navigation-sidebar > row:selected:focus-visible:focus-within:hover { + background-color: #3c86de; +} + +.navigation-sidebar > row:disabled { + color: rgba(230, 235, 239, 0.45); +} + +placessidebar > viewport.frame { + border-style: none; +} + +placessidebar .navigation-sidebar > row { + min-height: 28px; + padding: 2px; + outline-offset: -3px; +} + +placessidebar .navigation-sidebar > row > revealer { + padding: 0 10px; +} + +placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { + padding-right: 8px; +} + +placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { + padding-left: 8px; +} + +placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +button.sidebar-button { + min-width: 22px; + min-height: 22px; + margin-top: 2px; + margin-bottom: 2px; + padding: 0; + border-radius: 100%; +} + +button.sidebar-button:not(:hover):not(:active) > image { + opacity: 0.5; +} + +placessidebar .navigation-sidebar > row.sidebar-placeholder-row { + padding: 0 8px; + min-height: 2px; + background-image: linear-gradient(to bottom, #F08437, #F08437); + background-clip: content-box; +} + +placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { + color: #5294e2; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled), placessidebar .navigation-sidebar > row:drop(active):not(:disabled) label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled) image { + color: #F08437; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected { + background-color: #F08437; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected image { + color: #ffffff; +} + +placesview .server-list-button > image { + -gtk-icon-transform: rotate(0turn); +} + +placesview .server-list-button:checked > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); +} + +placesview > 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(#42444b); + background-size: 1px 1px; +} + +paned > separator:selected { + background-image: image(#5294e2); +} + +paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: #32343D; + background-image: image(#42444b), image(#42444b); + background-size: 1px 1px, 1px 1px; +} + +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; +} + +video { + background: black; +} + +video image.osd { + min-width: 64px; + min-height: 64px; + border-radius: 1000px; + border: none; +} + +infobar { + border-style: none; + margin: 0; + padding: 0; +} + +infobar.info > revealer > box { + background-color: #5294e2; +} + +infobar.question > revealer > box { + background-color: #6dcfa7; +} + +infobar.warning > revealer > box { + background-color: #F27835; +} + +infobar.error > revealer > box { + background-color: #FC4138; +} + +infobar.info > revealer > box, infobar.question > revealer > box, infobar.warning > revealer > box, infobar.error > revealer > box { + color: #ffffff; + caret-color: currentColor; +} + +infobar.info > revealer > box selection, infobar.question > revealer > box selection, infobar.warning > revealer > box selection, infobar.error > revealer > box selection { + color: #5294e2; + background-color: #ffffff; +} + +infobar.info > revealer > box button, infobar.question > revealer > box button, infobar.warning > revealer > box button, infobar.error > revealer > box button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); +} + +infobar.info > revealer > box button.flat, infobar.question > revealer > box button.flat, infobar.warning > revealer > box button.flat, infobar.error > revealer > box button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); +} + +infobar.info > revealer > box button.flat:disabled, infobar.question > revealer > box button.flat:disabled, infobar.warning > revealer > box button.flat:disabled, infobar.error > revealer > box button.flat:disabled, infobar.info > revealer > box button.flat:disabled label, infobar.question > revealer > box button.flat:disabled label, infobar.warning > revealer > box button.flat:disabled label, infobar.error > revealer > box button.flat:disabled label { + color: rgba(255, 255, 255, 0.4); +} + +infobar.info > revealer > box button:hover, infobar.question > revealer > box button:hover, infobar.warning > revealer > box button:hover, infobar.error > revealer > box button:hover { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.65); +} + +infobar.info > revealer > box button:active, infobar.question > revealer > box button:active, infobar.warning > revealer > box button:active, infobar.error > revealer > box button:active, infobar.info > revealer > box button:checked, infobar.question > revealer > box button:checked, infobar.warning > revealer > box button:checked, infobar.error > revealer > box button:checked { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.35); + border-color: rgba(255, 255, 255, 0.65); +} + +infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); +} + +infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled, infobar.info > revealer > box button:disabled label, infobar.question > revealer > box button:disabled label, infobar.warning > revealer > box button:disabled label, infobar.error > revealer > box button:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +infobar.info > revealer > box button:disabled:active, infobar.question > revealer > box button:disabled:active, infobar.warning > revealer > box button:disabled:active, infobar.error > revealer > box button:disabled:active, infobar.info > revealer > box button:disabled:checked, infobar.question > revealer > box button:disabled:checked, infobar.warning > revealer > box button:disabled:checked, infobar.error > revealer > box button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.4); +} + +tooltip { + border-radius: 2px; + box-shadow: none; + padding: 6px 10px; +} + +tooltip.background { + background-color: #3e4250; + background-clip: padding-box; + color: #D3DAE3; +} + +tooltip.background label { + padding: 4px; +} + +tooltip > box { + border-spacing: 6px; +} + +colorswatch, colorswatch:drop(active) { + border-style: none; +} + +colorswatch.top { + border-top-left-radius: 2.5px; + border-top-right-radius: 2.5px; +} + +colorswatch.top overlay { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +colorswatch.bottom { + border-bottom-left-radius: 2.5px; + border-bottom-right-radius: 2.5px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 2.5px; + border-bottom-left-radius: 2.5px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 2.5px; + border-bottom-right-radius: 2.5px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} + +colorswatch.dark overlay { + color: rgba(255, 255, 255, 0.7); +} + +colorswatch.dark overlay:hover { + border-color: rgba(255, 255, 255, 0.12); +} + +colorswatch.light overlay { + color: rgba(0, 0, 0, 0.7); +} + +colorswatch.light overlay:hover { + border-color: rgba(255, 255, 255, 0.12); +} + +colorswatch overlay { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +colorswatch overlay:hover { + background-color: rgba(255, 255, 255, 0.2); +} + +colorswatch:disabled { + opacity: 0.5; +} + +colorswatch:disabled overlay { + border-color: rgba(0, 0, 0, 0.6); + box-shadow: none; +} + +colorswatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #e6ebef; + border-color: rgba(255, 255, 255, 0.12); + background-color: #2c2f39; + outline: none; +} + +colorswatch#add-color-button:hover { + color: #b7c6d1; + border-color: rgba(255, 255, 255, 0.12); + background-color: #3e4250; + box-shadow: none; +} + +colorswatch#add-color-button overlay { + border-color: transparent; + background-color: transparent; + background-image: none; +} + +button.color { + padding: 4px; +} + +button.color > colorswatch:only-child, button.color > colorswatch:only-child > overlay { + border-radius: 0; +} + +colorchooser .popover.osd { + border-radius: 2px; +} + +.content-view { + background-color: #282A33; +} + +.content-view .tile { + margin: 2px; + background-color: black; + border-radius: 0; + padding: 0; +} + +.content-view .tile:active, .content-view .tile:selected { + background-color: #5294e2; +} + +.content-view .tile:disabled { + background-color: #373943; +} + +shortcuts-section { + margin: 20px; +} + +.shortcuts-search-results { + margin: 20px; + border-spacing: 24px; +} + +shortcut { + border-spacing: 6px; +} + +shortcut > .keycap { + min-width: 16px; + min-height: 20px; + padding: 3px 6px 4px 6px; + color: #e6ebef; + background-color: #282A33; + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 2.5px; + box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); +} + +:not(decoration):not(window):drop(active):focus, +:not(decoration):not(window):drop(active) { + border-color: #F08437; + box-shadow: inset 0 0 0 1px #F08437; + caret-color: #F08437; +} + +stackswitcher { + background-color: transparent; +} + +stackswitcher > button { + margin: 0; +} + +stackswitcher > button.text-button { + min-width: 80px; +} + +stackswitcher > button.circular { + min-width: 0; +} + +stackswitcher.circular { + border-spacing: 12px; +} + +stackswitcher.circular > button.circular, +stackswitcher.circular > button.text-button.circular { + min-width: 32px; + min-height: 32px; + padding: 0; +} + +window { + border: none; + outline: none; + box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08), 0 8px 8px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.12); + margin: 0; + border-radius: 0; + transition: 200ms ease-out; +} + +window:backdrop { + box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.12); +} + +window.popup { + border-radius: 0; + box-shadow: 0 3px 6px rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(255, 255, 255, 0.12); +} + +window.dialog.message { + border-radius: 3px; +} + +window.solid-csd { + margin: 0; + padding: 0; + border: solid 2px #32343D; + border-radius: 0; + box-shadow: none; +} + +window.maximized, window.fullscreen, window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom { + border-radius: 0; + box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06); +} + +window.ssd { + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); +} + +headerbar windowcontrols > button, .csd headerbar windowcontrols > button, .solid-csd headerbar windowcontrols > button { + margin: 0; + padding: 0; + min-width: 28px; + min-height: 28px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(40, 42, 51, 0); +} + +headerbar windowcontrols > button:hover { + color: #e0e5eb; + border-color: rgba(255, 255, 255, 0.12); + background-color: #333641; +} + +headerbar windowcontrols > button:active, headerbar windowcontrols > button:checked { + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; +} + +headerbar windowcontrols > button.close, headerbar windowcontrols > button.maximize, headerbar windowcontrols > button.minimize { + padding: 0; + margin: 0 2px; + min-width: 27px; + min-height: 27px; + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; + border-radius: 0; +} + +headerbar windowcontrols > button.close:backdrop, headerbar windowcontrols > button.maximize:backdrop, headerbar windowcontrols > button.minimize:backdrop { + opacity: 1; +} + +headerbar windowcontrols > button.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); +} + +headerbar windowcontrols > button.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); +} + +headerbar windowcontrols > button.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); +} + +headerbar windowcontrols > button.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); +} + +headerbar windowcontrols > button.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); +} + +headerbar windowcontrols > button.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); +} + +headerbar windowcontrols > button.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); +} + +headerbar windowcontrols > button.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); +} + +headerbar windowcontrols > button.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); +} + +headerbar windowcontrols > button.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); +} + +headerbar windowcontrols > button.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); +} + +headerbar windowcontrols > button.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); +} + +headerbar windowcontrols > button.restore { + background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); +} + +headerbar windowcontrols > button.restore:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); +} + +headerbar windowcontrols > button.restore:hover { + background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); +} + +headerbar windowcontrols > button.restore:active { + background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize, .maximized headerbar windowcontrols > button.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize:backdrop, .maximized headerbar windowcontrols > button.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize:hover, .maximized headerbar windowcontrols > button.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize:active, .maximized headerbar windowcontrols > button.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); +} + +.view:selected, .view:selected:focus, +textview > text:selected, +textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, +iconview:selected, +iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { + background-color: #5294e2; +} + +row:selected label, label:selected, .view:selected, .view:selected:focus, +textview > text:selected, +textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, +iconview:selected, +iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { + color: #ffffff; +} + +row:selected label:disabled, label:disabled:selected, .view:disabled:selected, +textview > text:disabled:selected, +textview > text:disabled:selected:focus, textview > text > selection:disabled, +iconview:disabled:selected, +iconview:disabled:selected:focus, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, modelbutton.flat:disabled:active, modelbutton.flat:disabled:selected, spinbutton:not(.vertical) > text > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, row:disabled:selected, calendar > grid > label.day-number:disabled:selected { + color: #a9caf1; +} + +.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 > contents { + padding: 0; +} + +.emoji-searchbar { + padding: 4px; + border-spacing: 4px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.emoji-toolbar { + padding: 2px; + border-spacing: 2px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +button.emoji-section { + padding: 4px 12px; + outline-offset: -4px; + border: none; +} + +button.emoji-section:hover { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.1); +} + +button.emoji-section:active { + color: #e6ebef; + background-color: rgba(230, 235, 239, 0.2); +} + +popover.emoji-picker emoji { + font-size: x-large; + padding: 6px; + border-radius: 6px; +} + +popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { + background-color: #5294e2; +} + +emoji-completion-row > box { + border-spacing: 10px; + padding: 2px 10px; +} + +emoji-completion-row:focus, +emoji-completion-row:hover { + background: none; + color: #e6ebef; + box-shadow: none; +} + +emoji-completion-row emoji:focus, emoji-completion-row emoji:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +popover.entry-completion > contents { + padding: 0; +} + +statusbar { + padding: 6px 10px; +} + +avatar { + border-radius: 9999px; + font-weight: bold; +} + +avatar.color1 { + background-image: linear-gradient(#83b6ec, #337fdc); + color: #cfe1f5; +} + +avatar.color2 { + background-image: linear-gradient(#7ad9f1, #0f9ac8); + color: #caeaf2; +} + +avatar.color3 { + background-image: linear-gradient(#8de6b1, #29ae74); + color: #cef8d8; +} + +avatar.color4 { + background-image: linear-gradient(#b5e98a, #6ab85b); + color: #e6f9d7; +} + +avatar.color5 { + background-image: linear-gradient(#f8e359, #d29d09); + color: #f9f4e1; +} + +avatar.color6 { + background-image: linear-gradient(#ffcb62, #d68400); + color: #ffead1; +} + +avatar.color7 { + background-image: linear-gradient(#ffa95a, #ed5b00); + color: #ffe5c5; +} + +avatar.color8 { + background-image: linear-gradient(#f78773, #e62d42); + color: #f8d2ce; +} + +avatar.color9 { + background-image: linear-gradient(#e973ab, #e33b6a); + color: #fac7de; +} + +avatar.color10 { + background-image: linear-gradient(#cb78d4, #9945b5); + color: #e7c2e8; +} + +avatar.color11 { + background-image: linear-gradient(#9e91e8, #7a59ca); + color: #d5d2f5; +} + +avatar.color12 { + background-image: linear-gradient(#e3cf9c, #b08952); + color: #f2eade; +} + +avatar.color13 { + background-image: linear-gradient(#be916d, #785336); + color: #e5d6ca; +} + +avatar.color14 { + background-image: linear-gradient(#c0bfbc, #6e6d71); + color: #d8d7d3; +} + +avatar.contrasted { + color: white; +} + +avatar.image { + background: none; +} + +splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { + box-shadow: none; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { + outline: none; +} + +splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { + background-image: image(alpha(currentColor,0.1)); +} + +splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { + background-image: image(rgba(0, 0, 0, 0.2)); +} + +splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { + background-image: image(rgba(0, 0, 0, 0.15)); +} + +splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { + background-image: image(rgba(0, 0, 0, 0.05)); +} + +splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { + background-image: image(rgba(0, 0, 0, 0.3)); +} + +button.opaque { + background-color: gtkmix(#282A33, #e6ebef, 85%); + color: #e6ebef; +} + +button.destructive-action { + color: white; +} + +button.destructive-action, button.destructive-action:checked { + background-color: #F04A50; +} + +button.suggested-action { + color: white; +} + +button.suggested-action, button.suggested-action:checked { + background-color: #5294e2; +} + +button.font separator { + background-color: transparent; +} + +button.font > box { + border-spacing: 6px; +} + +button.font > box > box > label { + font-weight: bold; +} + +menubutton.pill > button, button.pill { + padding: 10px 32px; + border-radius: 9999px; +} + +button.card { + background-clip: padding-box; + font-weight: inherit; + padding: 0; + color: #e6ebef; + border-color: rgba(255, 255, 255, 0.12); + background-color: #2c2f39; + outline: none; + box-shadow: none; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +button.card:hover { + color: #b7c6d1; + border-color: rgba(255, 255, 255, 0.12); + background-color: #3e4250; + box-shadow: none; +} + +button.card.keyboard-activating, button.card:active { + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; + box-shadow: none; +} + +button.card:checked { + color: #ffffff; + border-color: #68a2e6; + background-color: #5294e2; + box-shadow: none; +} + +button.card:drop(active) { + color: #F08437; + box-shadow: inset 0 0 0 1px #F08437; +} + +menubutton.osd { + background: none; + color: inherit; +} + +menubutton.suggested-action { + background-color: #5294e2; + color: white; +} + +menubutton.destructive-action { + background-color: #F04A50; + color: white; +} + +menubutton.opaque { + background-color: gtkmix(#282A33, #e6ebef, 85%); + color: #e6ebef; +} + +menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { + border-radius: 2px; +} + +menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { + border-radius: 9999px; +} + +menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { + background-color: transparent; + color: inherit; +} + +menubutton.image-button > button { + min-width: 24px; + padding-left: 5px; + padding-right: 5px; +} + +menubutton arrow { + min-height: 16px; + min-width: 16px; +} + +menubutton arrow.none { + -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); +} + +menubutton arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menubutton arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +menubutton arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +menubutton arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +splitbutton { + border-radius: 2px; +} + +splitbutton, splitbutton > separator { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background; +} + +splitbutton > separator { + margin-top: 6px; + margin-bottom: 6px; + background: none; +} + +splitbutton > menubutton > button { + padding-left: 4px; + padding-right: 4px; +} + +splitbutton.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + +splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { + padding-left: 9px; + padding-right: 9px; +} + +splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { + border-spacing: 6px; +} + +splitbutton > button:dir(ltr), +splitbutton > menubutton > button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + margin-right: -1px; +} + +splitbutton > button:dir(rtl), +splitbutton > menubutton > button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + margin-left: -1px; +} + +splitbutton.flat > separator { + background: rgba(255, 255, 255, 0.12); +} + +splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { + background: alpha(currentColor,0.1); + color: #e6ebef; +} + +splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { + background: none; +} + +splitbutton.flat:focus-within:focus-visible > separator { + background: none; +} + +splitbutton.flat > button, +splitbutton.flat > menubutton > button { + border-radius: 2px; +} + +splitbutton.suggested-action { + background-color: #5294e2; + color: white; +} + +splitbutton.destructive-action { + background-color: #F04A50; + color: white; +} + +splitbutton.opaque { + background-color: gtkmix(#282A33, #e6ebef, 85%); + color: #e6ebef; +} + +splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { + color: inherit; + background-color: transparent; +} + +splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { + box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); +} + +splitbutton > menubutton > button > arrow.none { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +buttoncontent { + border-spacing: 6px; +} + +buttoncontent > label { + font-weight: bold; +} + +buttoncontent > label:dir(ltr) { + padding-right: 2px; +} + +buttoncontent > label:dir(rtl) { + padding-left: 2px; +} + +.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { + padding-right: 0; +} + +.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { + padding-left: 0; +} + +toast { + margin: 12px; + margin-bottom: 24px; + border-radius: 9999px; + border-spacing: 6px; + padding: 6px; +} + +toast:dir(ltr) { + padding-left: 12px; +} + +toast:dir(rtl) { + padding-right: 12px; +} + +toast > widget { + margin: 0 6px; +} + +statuspage > scrolledwindow > viewport > box { + margin: 36px 12px; + border-spacing: 36px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box { + border-spacing: 12px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 128px; + color: alpha(currentColor,0.45); +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { + opacity: 0.45; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box { + margin: 24px 12px; + border-spacing: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 96px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 12px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { + font-size: 18pt; +} + +list.content, +list.boxed-list, .card { + color: #e6ebef; + border-color: rgba(255, 255, 255, 0.12); + background-color: #2c2f39; + outline: none; + border-radius: 2px; + box-shadow: none; + border: 1px solid rgba(255, 255, 255, 0.12); + background-clip: padding-box; +} + +.osd list.content, +.osd list.boxed-list, list.osd.content, +list.osd.boxed-list, .osd .card, .card.osd { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.card.activatable { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +.card.activatable:hover { + background-image: image(alpha(currentColor,0.03)); +} + +.card.activatable:active { + background-image: image(alpha(currentColor,0.08)); +} + +preferencespage > scrolledwindow > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; +} + +preferencesgroup > box, preferencesgroup > box .labels { + border-spacing: 6px; +} + +preferencesgroup > box > box.header:not(.single-line) { + margin-bottom: 6px; +} + +preferencesgroup > box > box.single-line { + min-height: 34px; +} + +viewswitcher { + margin: 0; +} + +viewswitcher.wide { + border-spacing: 3px; +} + +viewswitcher.narrow button.toggle { + border-radius: 0; + margin: 0; + border: none; +} + +viewswitcher button.toggle { + font-weight: bold; + padding: 0; + min-height: 0; +} + +viewswitcher button.toggle > stack > box.narrow { + font-size: 0.75rem; + padding-top: 7px; + padding-bottom: 5px; + border-spacing: 4px; +} + +viewswitcher button.toggle > stack > box.narrow > stack > label { + padding-left: 8px; + padding-right: 8px; +} + +viewswitcher button.toggle > stack > box.wide { + padding: 0 12px; + border-spacing: 6px; +} + +viewswitcherbar actionbar > revealer > box { + padding: 0; +} + +viewswitchertitle viewswitcher { + margin-left: 12px; + margin-right: 12px; +} + +indicatorbin > indicator, indicatorbin > mask { + min-width: 6px; + min-height: 6px; + border-radius: 9999px; +} + +indicatorbin > indicator { + margin: 1px; + background: alpha(currentColor,0.4); +} + +indicatorbin > indicator > label { + font-size: 0.6rem; + font-weight: bold; + padding: 1px 4px; + color: white; +} + +indicatorbin > mask { + padding: 1px; + background: black; +} + +indicatorbin.needs-attention > indicator { + background: #5294e2; +} + +indicatorbin.needs-attention > indicator > label { + color: #ffffff; +} + +tabbar .box { + min-height: 28px; +} + +tabbar tabbox > tabboxchild { + border-radius: 0; + margin-bottom: 6px; + margin-top: 6px; +} + +tabbar tabbox > separator { + margin-top: 9px; + margin-bottom: 9px; + transition: opacity 150ms ease-in-out; +} + +tabbar tabbox > separator.hidden { + opacity: 0; +} + +tabbar tabbox > revealer > indicator { + min-width: 2px; + border-radius: 2px; + margin: 9px 6px; + background: alpha(#5294e2,0.5); +} + +tabbar tab { + transition: background 150ms ease-in-out; +} + +tabbar tab:selected, tabbar tab:checked, tabbar tab:active, tabbar tab:active:hover, tabbar tab:checked:hover { + background-color: transparent; + box-shadow: inset 0 -2px #5294e2; + color: #e6ebef; +} + +tabbar tab:hover { + box-shadow: inset 0 -2px #3d5f8b; +} + +tabbar .start-action, +tabbar .end-action { + padding: 5px; +} + +tabbar .start-action:dir(ltr), +tabbar .end-action:dir(rtl) { + padding-right: 0; +} + +tabbar .start-action:dir(rtl), +tabbar .end-action:dir(ltr) { + padding-left: 0; +} + +tabbar:not(.inline) .box { + background-color: #32343D; + color: rgba(230, 235, 239, 0.75); + padding-bottom: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + border: none; +} + +tabbar:not(.inline):backdrop .box { + transition: 200ms ease-out; +} + +tabbar:not(.inline):backdrop .box > scrolledwindow, +tabbar:not(.inline):backdrop .box > .start-action, +tabbar:not(.inline):backdrop .box > .end-action { + filter: opacity(0.5); + transition: 200ms ease-out; +} + +dnd tab { + background-color: #32343D; + color: rgba(230, 235, 239, 0.75); + box-shadow: none; + margin: 24px; +} + +tabbar tab, +dnd tab { + min-height: 28px; + padding: 2px 6px 3px 6px; + border-radius: 0; +} + +tabbar tab button.image-button, +dnd tab button.image-button { + padding: 0; + margin: 0; + min-width: 20px; + min-height: 20px; + border-radius: 9999px; + border: none; +} + +tabbar tab button.image-button:hover, +dnd tab button.image-button:hover { + color: #ff4d4d; + background-color: #27282f; +} + +tabbar tab button.image-button:active, +dnd tab button.image-button:active { + color: #5294e2; + background-color: #202127; +} + +tabbar tab indicator, +dnd tab indicator { + min-height: 2px; + border-radius: 2px; + background: alpha(#5294e2,0.5); +} + +tabview:drop(active), +tabbox:drop(active) { + box-shadow: none; +} + +.unfolded stacksidebar.sidebar { + border: none; +} + +@define-color theme_fg_color #e6ebef; +@define-color theme_text_color currentColor; +@define-color theme_bg_color #32343D; +@define-color theme_base_color #282A33; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #e6ebef; +@define-color text_color currentColor; +@define-color bg_color #32343D; +@define-color base_color #282A33; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #373943; +@define-color insensitive_fg_color rgba(230, 235, 239, 0.45); +@define-color insensitive_base_color #282A33; +@define-color theme_unfocused_fg_color #e6ebef; +@define-color theme_unfocused_text_color currentColor; +@define-color theme_unfocused_bg_color #32343D; +@define-color theme_unfocused_base_color #282A33; +@define-color theme_unfocused_selected_bg_color #5294e2; +@define-color theme_unfocused_selected_fg_color #ffffff; +@define-color unfocused_insensitive_color rgba(230, 235, 239, 0.45); +@define-color borders rgba(255, 255, 255, 0.12); +@define-color unfocused_borders rgba(255, 255, 255, 0.12); +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #6dcfa7; +@define-color placeholder_text_color #A8A8A8; +@define-color link_color #a9caf1; +@define-color content_view_bg #282A33; +/* Very contrasty background for text views (@theme_text_color foreground) */ +@define-color text_view_bg #1b1c22; +@define-color wm_title alpha(#e0e5eb, 0.8); +@define-color wm_unfocused_title alpha(#e0e5eb, 0.5); +@define-color wm_bg #282a33; +@define-color wm_bg_unfocused #2b2e37; +@define-color wm_highlight #333641; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border #121216; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; +@define-color budgie_tasklist_indicator_color #5294e2; +@define-color budgie_tasklist_indicator_color_active #5294e2; +@define-color budgie_tasklist_indicator_color_active_window #3b608e; +@define-color budgie_tasklist_indicator_color_attention #F27835; +@define-color STRAWBERRY_100 #FF9262; +@define-color STRAWBERRY_300 #FF793E; +@define-color STRAWBERRY_500 #F15D22; +@define-color STRAWBERRY_700 #CF3B00; +@define-color STRAWBERRY_900 #AC1800; +@define-color ORANGE_100 #FFDB91; +@define-color ORANGE_300 #FFCA40; +@define-color ORANGE_500 #FAA41A; +@define-color ORANGE_700 #DE8800; +@define-color ORANGE_900 #C26C00; +@define-color BANANA_100 #FFFFA8; +@define-color BANANA_300 #FFFA7D; +@define-color BANANA_500 #FFCE51; +@define-color BANANA_700 #D1A023; +@define-color BANANA_900 #A27100; +@define-color LIME_100 #A2F3BE; +@define-color LIME_300 #8ADBA6; +@define-color LIME_500 #73C48F; +@define-color LIME_700 #479863; +@define-color LIME_900 #1C6D38; +@define-color BLUEBERRY_100 #94A6FF; +@define-color BLUEBERRY_300 #6A7CE0; +@define-color BLUEBERRY_500 #3F51B5; +@define-color BLUEBERRY_700 #213397; +@define-color BLUEBERRY_900 #031579; +@define-color GRAPE_100 #D25DE6; +@define-color GRAPE_300 #B84ACB; +@define-color GRAPE_500 #9C27B0; +@define-color GRAPE_700 #830E97; +@define-color GRAPE_900 #6A007E; +@define-color COCOA_100 #9F9792; +@define-color COCOA_300 #7B736E; +@define-color COCOA_500 #574F4A; +@define-color COCOA_700 #463E39; +@define-color COCOA_900 #342C27; +@define-color SILVER_100 #EEE; +@define-color SILVER_300 #CCC; +@define-color SILVER_500 #AAA; +@define-color SILVER_700 #888; +@define-color SILVER_900 #666; +@define-color SLATE_100 #888; +@define-color SLATE_300 #666; +@define-color SLATE_500 #444; +@define-color SLATE_700 #222; +@define-color SLATE_900 #111; +@define-color BLACK_100 #474341; +@define-color BLACK_300 #403C3A; +@define-color BLACK_500 #393634; +@define-color BLACK_700 #33302F; +@define-color BLACK_900 #2B2928; diff --git a/src/gtk/theme-4.0/gtk-dark.scss b/src/gtk/theme-4.0/gtk-Dark.scss similarity index 76% rename from src/gtk/theme-4.0/gtk-dark.scss rename to src/gtk/theme-4.0/gtk-Dark.scss index 41ba8ff3..0b1833fd 100644 --- a/src/gtk/theme-4.0/gtk-dark.scss +++ b/src/gtk/theme-4.0/gtk-Dark.scss @@ -6,6 +6,7 @@ $titlebar: 'dark'; @import '../../_sass/gtk/drawing'; @import '../../_sass/gtk/common-4.0'; @import '../../_sass/gtk/apps-4.0'; +@import '../../_sass/gtk/libadwaita'; // @import '../../_sass/gtk/granite'; -@import '../../_sass/gtk/darksidebar_widgets'; +// @import '../../_sass/gtk/darksidebar_widgets'; @import '../../_sass/gtk/colors-public'; diff --git a/src/gtk/theme-4.0/gtk-Light.css b/src/gtk/theme-4.0/gtk-Light.css new file mode 100644 index 00000000..cb4c8f4c --- /dev/null +++ b/src/gtk/theme-4.0/gtk-Light.css @@ -0,0 +1,6264 @@ +@keyframes ripple_effect { + from { + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 100%, transparent 0%); + } +} + +.background { + color: #464853; + background-color: #fafbfc; +} + +.background.csd { + border-radius: 0; +} + +.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen { + border-radius: 0; +} + +.background:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; +} + +dnd { + color: #464853; +} + +.normal-icons { + -gtk-icon-size: 16px; +} + +.large-icons { + -gtk-icon-size: 32px; +} + +spinner:disabled, +arrow:disabled, +scrollbar:disabled, +check:disabled, +radio:disabled, +treeview.expander:disabled { + -gtk-icon-filter: opacity(0.5); +} + +.view, +iconview, +textview > text { + color: #4a4c59; + background-color: #ffffff; +} + +.view:disabled, +iconview:disabled, +textview > text:disabled { + color: rgba(70, 72, 83, 0.55); + background-color: #ffffff; +} + +textview:drop(active) { + caret-color: #F08437; +} + +textview > border { + background-color: #fdfdfe; +} + +iconview:drop(active) { + box-shadow: none; +} + +iconview > dndtarget:drop(active) { + border-style: solid; + border-width: 1px; + border-color: #2679db; +} + +iconview:hover, iconview:active, iconview:selected { + border-radius: 2px; +} + +rubberband, .content-view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { + border: 1px solid #68a2e6; + background-color: rgba(104, 162, 230, 0.2); +} + +flowbox > flowboxchild { + padding: 3px; + border-radius: 2px; +} + +flowbox > flowboxchild:selected { + outline-offset: -2px; +} + +flowbox.search-bar { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +gridview > child { + padding: 3px; +} + +gridview > child:selected { + outline-color: #5294e2; +} + +gridview > child box { + border-spacing: 8px; + margin: 12px; +} + +coverflow cover { + color: #4a4c59; + background-color: #ffffff; + border: 1px solid black; +} + +label.separator { + color: #464853; +} + +label > selection { + color: #ffffff; + background-color: #5294e2; +} + +label:disabled { + color: rgba(70, 72, 83, 0.55); +} + +button label:disabled { + color: inherit; +} + +label:disabled > selection { + color: #a9caf1; +} + +label.error { + color: #FC4138; +} + +label.error:disabled { + color: rgba(252, 65, 56, 0.5); +} + +.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle, popover.background label.separator, headerbar .subtitle, entry > text > placeholder, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > text > placeholder, label.separator { + opacity: 0.55; + text-shadow: none; +} + +window.assistant .sidebar { + background-color: #ffffff; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +window.assistant.csd .sidebar { + border-top-style: none; +} + +window.assistant .sidebar > label { + padding: 6px 12px; +} + +window.assistant .sidebar > label.highlight { + background-color: #5294e2; + color: #ffffff; +} + +window.aboutdialog image.large-icons { + -gtk-icon-size: 128px; +} + +textview { + background-color: #ffffff; +} + +toast, .osd popover.background > arrow, +.osd popover.background > contents, popover.background.touch-selection > arrow, +popover.background.touch-selection > contents, popover.background.magnifier > arrow, +popover.background.magnifier > contents, toolbar.osd, .osd { + color: #D3DAE3; + background-color: #282A33; + background-clip: padding-box; + -gtk-icon-shadow: none; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); + border: 1px solid #434655; + margin: 6px; + border-radius: 2px; + padding: 6px; +} + +@keyframes spin { + to { + transform: rotate(1turn); + } +} + +spinner { + background: none; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); +} + +spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; +} + +spinner:checked:disabled { + opacity: 0.5; +} + +.accent { + color: #5294e2; +} + +.success { + color: #6dcfa7; +} + +.warning { + color: #F27835; +} + +.error { + color: #FC4138; +} + +.large-title { + font-weight: 300; + font-size: 24pt; +} + +.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; +} + +.monospace { + font-family: monospace; +} + +.numeric { + font-feature-settings: "tnum"; +} + +editablelabel > stack > text { + color: #464853; + background-color: #ffffff; +} + +entry, spinbutton.vertical > text, spinbutton:not(.vertical) > text { + min-height: 22px; + border: 1px solid; + padding: 2px 8px; + caret-color: currentColor; + border-radius: 2px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-spacing: 0; + color: #4a4c59; + border-color: rgba(0, 0, 0, 0.12); + background-color: #ffffff; + outline: none; + box-shadow: none; +} + +entry.search, spinbutton.vertical > text.search, spinbutton:not(.vertical) > text.search { + border-radius: 100px; +} + +entry > image, spinbutton.vertical > text > image, spinbutton:not(.vertical) > text > image { + color: #6b6d75; +} + +entry > image.left, spinbutton.vertical > text > image.left, spinbutton:not(.vertical) > text > image.left { + padding-left: 0; + padding-right: 6px; +} + +entry > image.right, spinbutton.vertical > text > image.right, spinbutton:not(.vertical) > text > image.right { + padding-right: 0; + padding-left: 6px; +} + +entry.flat:focus-within, entry.flat:backdrop, entry.flat:disabled, entry.flat:backdrop:disabled, entry.flat, spinbutton.vertical > text.flat, spinbutton:not(.vertical) > text.flat { + min-height: 0; + padding: 2px; + background-image: none; + border-color: transparent; + border-radius: 0; +} + +entry:focus-within, spinbutton.vertical > text:focus-within, spinbutton:not(.vertical) > text:focus-within { + background-clip: border-box; + color: #4a4c59; + border-color: #5294e2; + background-color: #ffffff; + outline: none; + box-shadow: none; +} + +entry:focus-within > placeholder, spinbutton.vertical > text:focus-within > placeholder, spinbutton:not(.vertical) > text:focus-within > placeholder { + opacity: 0; + /* We hide placeholders on focus */ +} + +entry:disabled, spinbutton.vertical > text:disabled, spinbutton:not(.vertical) > text:disabled { + color: rgba(70, 72, 83, 0.55); + border-color: rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.55); +} + +entry.warning, spinbutton.vertical > text.warning, spinbutton:not(.vertical) > text.warning { + color: white; + border-color: #F27835; + background-color: #f7ae86; +} + +entry.warning > image, spinbutton.vertical > text.warning > image, spinbutton:not(.vertical) > text.warning > image { + color: white; +} + +entry.warning:focus-within, spinbutton.vertical > text.warning:focus-within, spinbutton:not(.vertical) > text.warning:focus-within { + color: white; + background-color: #F27835; + box-shadow: none; +} + +entry.warning > selection, entry.warning > selection:focus, spinbutton.vertical > text.warning > selection, spinbutton:not(.vertical) > text.warning > selection { + background-color: white; + color: #F27835; +} + +entry.error, spinbutton.vertical > text.error, spinbutton:not(.vertical) > text.error { + color: white; + border-color: #FC4138; + background-color: #fd8d88; +} + +entry.error > image, spinbutton.vertical > text.error > image, spinbutton:not(.vertical) > text.error > image { + color: white; +} + +entry.error:focus-within, spinbutton.vertical > text.error:focus-within, spinbutton:not(.vertical) > text.error:focus-within { + color: white; + background-color: #FC4138; + box-shadow: none; +} + +entry.error > selection, entry.error > selection:focus, spinbutton.vertical > text.error > selection, spinbutton:not(.vertical) > text.error > selection { + background-color: white; + color: #FC4138; +} + +entry.search-missing, spinbutton.vertical > text.search-missing, spinbutton:not(.vertical) > text.search-missing { + color: white; + border-color: #FC4138; + background-color: #fd8d88; +} + +entry.search-missing > image, spinbutton.vertical > text.search-missing > image, spinbutton:not(.vertical) > text.search-missing > image { + color: white; +} + +entry.search-missing:focus-within, spinbutton.vertical > text.search-missing:focus-within, spinbutton:not(.vertical) > text.search-missing:focus-within { + color: white; + background-color: #FC4138; + box-shadow: none; +} + +entry.search-missing > selection, entry.search-missing > selection:focus, spinbutton.vertical > text.search-missing > selection, spinbutton:not(.vertical) > text.search-missing > selection { + background-color: white; + color: #FC4138; +} + +entry:drop(active):focus-within, entry:drop(active), spinbutton.vertical > text:drop(active), spinbutton:not(.vertical) > text:drop(active) { + border-color: #F08437; + box-shadow: none; +} + +.osd entry, .osd spinbutton.vertical > text, .osd spinbutton:not(.vertical) > text { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.osd entry image, .osd spinbutton.vertical > text image, .osd spinbutton:not(.vertical) > text image { + color: inherit; +} + +.osd entry:focus-within, .osd spinbutton.vertical > text:focus-within, .osd spinbutton:not(.vertical) > text:focus-within { + color: #ffffff; + border-color: #434655; + background-color: #5294e2; + outline: none; + box-shadow: none; +} + +.osd entry:disabled, .osd spinbutton.vertical > text:disabled, .osd spinbutton:not(.vertical) > text:disabled { + color: rgba(211, 218, 227, 0.55); + background-color: rgba(51, 54, 65, 0.85); +} + +.osd entry selection, .osd spinbutton.vertical > text selection, .osd spinbutton:not(.vertical) > text selection { + color: #5294e2; + background-color: #ffffff; +} + +entry > progress, spinbutton.vertical > text > progress, spinbutton:not(.vertical) > text > progress { + margin-bottom: 2px; +} + +entry progress > trough > progress, spinbutton.vertical > text progress > trough > progress, spinbutton:not(.vertical) > text progress > trough > progress { + border-radius: 0; + border-width: 0 0 2px; + border-color: #5294e2; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; +} + +treeview entry.flat, treeview entry { + border-radius: 0; + background-image: none; + background-color: #ffffff; +} + +treeview entry.flat:focus-within, treeview entry:focus-within { + border-color: #5294e2; +} + +@keyframes needs_attention { + from { + background-image: radial-gradient(farthest-side, #5294e2 0%, rgba(82, 148, 226, 0) 0%); + } + to { + background-image: radial-gradient(farthest-side, #5294e2 95%, rgba(82, 148, 226, 0)); + } +} + +toast button, menubutton.osd > button, popover.background.touch-selection button, popover.background.magnifier button, .osd button { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +toast button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +toast button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .osd button:active, toast button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:checked, toast button.keyboard-activating, popover.background.touch-selection button.keyboard-activating, popover.background.magnifier button.keyboard-activating, .osd button.keyboard-activating { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +toast button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +toast button.flat, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, .osd button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; +} + +toast button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, .osd button.flat:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +toast button.flat:active, popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .osd button.flat:active, toast button.flat:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, .osd button.flat:checked, toast button.flat.keyboard-activating, popover.background.touch-selection button.flat.keyboard-activating, popover.background.magnifier button.flat.keyboard-activating, .osd button.flat.keyboard-activating { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +toast button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, .osd button.flat:disabled { + color: #5b5f68; + border-color: transparent; + background-color: transparent; + background-image: none; + background-image: none; +} + + +button { + min-height: 22px; + min-width: 20px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 2px; + padding: 2px 6px; + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; +} + + +button separator { + margin: 4px 1px; +} + +splitbutton.flat > button, +splitbutton.flat > menubutton > button, menubutton.flat > button, button.sidebar-button, .toolbar button, +button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + transition: none; +} + +splitbutton.flat > button:hover, +splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, button.sidebar-button:hover, .toolbar button:hover, +button.flat:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 250ms; +} + +splitbutton.flat > button:hover:active, +splitbutton.flat > menubutton > button:hover:active, menubutton.flat > button:hover:active, button.sidebar-button:hover:active, .toolbar button:hover:active, +button.flat:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +splitbutton.flat > button:disabled, +splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, button.sidebar-button:disabled, .toolbar button:disabled, +button.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; +} + + +button:hover { + color: #23242a; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + box-shadow: none; +} + + +button:focus { + box-shadow: none; +} + + +button:active, +button:checked, +button.keyboard-activating { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; + box-shadow: none; + transition-duration: 50ms; +} + + +button:active:not(:disabled) label:disabled, +button:checked:not(:disabled) label:disabled, +button.keyboard-activating:not(:disabled) label:disabled { + color: inherit; + opacity: 0.6; +} + + +button:disabled { + border-color: rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.55); +} + + +button:disabled label, +button:disabled { + color: rgba(70, 72, 83, 0.55); +} + + +button:disabled:active, +button:disabled:checked { + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); + opacity: 0.6; +} + + +button:disabled:active label, +button:disabled:active, +button:disabled:checked label, +button:disabled:checked { + color: rgba(255, 255, 255, 0.8); +} + + +button:disabled { + filter: opacity(0.45); +} + + +button:disabled label { + filter: none; +} + + +button.arrow-button { + padding-left: 6px; + padding-right: 6px; +} + + +button.arrow-button > box { + border-spacing: 4px; +} + + +button.arrow-button.text-button > box { + border-spacing: 4px; +} + + +button.image-button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + + +button.text-button { + padding-left: 12px; + padding-right: 12px; +} + + +button.text-button.image-button, +button.image-text-button { + padding-left: 6px; + padding-right: 6px; +} + + +button.text-button.image-button > box, +button.text-button.image-button > box > box, +button.image-text-button > box, +button.image-text-button > box > box { + border-spacing: 4px; +} + + +button.text-button.image-button > box > label, +button.text-button.image-button > box > box > label, +button.image-text-button > box > label, +button.image-text-button > box > box > label { + padding-left: 2px; + padding-right: 2px; +} + + +button.text-button.image-button label:first-child, +button.image-text-button label:first-child { + padding-left: 8px; + padding-right: 2px; +} + + +button.text-button.image-button label:last-child, +button.image-text-button label:last-child { + padding-right: 8px; + padding-left: 2px; +} + + +button.text-button.image-button label:only-child, +button.image-text-button label:only-child { + padding-left: 8px; + padding-right: 8px; +} + + +button.text-button.image-button.popup, +button.image-text-button.popup { + padding-right: 8px; + padding-left: 8px; +} + + +button:drop(active) { + color: #F08437; + border-color: #F08437; + box-shadow: none; +} + + +button.osd { + color: #D3DAE3; + background-color: #282A33; + border-color: #434655; + box-shadow: none; +} + + +button.osd.image-button { + padding: 0; + min-height: 36px; + min-width: 36px; +} + + +button.osd:hover { + color: #5294e2; +} + + +button.osd:active, +button.osd:checked, +button.osd.keyboard-activating { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + + +button.osd:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { + box-shadow: none; +} + + +button.suggested-action { + background-clip: border-box; + color: white; + background-color: #5294e2; + border-color: #3c86de; +} + + +button.suggested-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #5294e2; +} + + +button.suggested-action:hover { + background-clip: border-box; + color: white; + background-color: #68a2e6; + border-color: #5294e2; +} + + +button.suggested-action:active, +button.suggested-action:checked, +button.suggested-action.keyboard-activating { + background-clip: border-box; + color: white; + background-color: #7eafe9; + border-color: #68a2e6; +} + + +button.suggested-action.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(70, 72, 83, 0.55); +} + + +button.suggested-action:disabled { + border-color: rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.55); +} + + +button.suggested-action:disabled label, +button.suggested-action:disabled { + color: rgba(70, 72, 83, 0.55); +} + + +button.destructive-action { + background-clip: border-box; + color: white; + background-color: #F04A50; + border-color: #ee3239; +} + + +button.destructive-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; +} + + +button.destructive-action:hover { + background-clip: border-box; + color: white; + background-color: #f26267; + border-color: #f04a50; +} + + +button.destructive-action:active, +button.destructive-action:checked, +button.destructive-action.keyboard-activating { + background-clip: border-box; + color: white; + background-color: #f4797e; + border-color: #f26267; +} + + +button.destructive-action.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(70, 72, 83, 0.55); +} + + +button.destructive-action:disabled { + border-color: rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.55); +} + + +button.destructive-action:disabled label, +button.destructive-action:disabled { + color: rgba(70, 72, 83, 0.55); +} + +stackswitcher > button { + outline-offset: -3px; +} + +stackswitcher > button > label { + padding-left: 6px; + padding-right: 6px; +} + +stackswitcher > button > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; +} + +stackswitcher > button.text-button { + padding-left: 10px; + padding-right: 10px; +} + +stackswitcher > button.image-button { + padding-left: 2px; + padding-right: 2px; +} + +stackswitcher > button.needs-attention:active > label, stackswitcher > button.needs-attention:active > image, stackswitcher > button.needs-attention:checked > label, stackswitcher > button.needs-attention:checked > image { + animation: none; + background-image: none; +} + +menubutton.circular > button, button.circular, +button.circular-button, .app-notification button.flat, +button.close { + min-height: 24px; + min-width: 24px; + padding: 2px; + border-radius: 9999px; +} + +menubutton.circular > button label, button.circular label, +button.circular-button label, .app-notification button.flat label, +button.close label { + padding: 0; +} + +stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, stackswitcher > button.needs-attention > image { + animation: needs_attention 150ms ease-in; + background-image: radial-gradient(farthest-side, #5294e2 96%, rgba(82, 148, 226, 0)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; +} + +stacksidebar row.needs-attention > label:backdrop, stackswitcher > button.needs-attention > label:backdrop, stackswitcher > button.needs-attention > image:backdrop { + background-size: 6px 6px, 0 0; +} + +stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px, left 4px; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry { + border-left-color: rgba(0, 0, 0, 0); +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error { + border-left-color: #FC4138; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning { + border-left-color: #F27835; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { + border-left-color: #f75d37; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { + border-left-color: #5294e2; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #5294e2; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { + border-left-color: #F08437; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: #F08437; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { + border-left-color: #F27835; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #F27835; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { + border-left-color: #FC4138; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #FC4138; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { + border-left-color: #5294e2; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { + border-left-style: none; + margin-left: 0; +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 rgba(0, 0, 0, 0); +} + +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { + box-shadow: none; +} + +.linked:not(.vertical).path-bar > button { + border-left-style: none; + border-right-style: none; +} + +.linked:not(.vertical).path-bar > button:first-child { + border-left-style: solid; +} + +.linked:not(.vertical).path-bar > button:last-child { + border-right-style: solid; +} + +.linked:not(.vertical).path-bar > button + button { + border-left-style: none; + border-right-style: none; +} + +.linked:not(.vertical).path-bar > button + button:last-child { + border-right-style: solid; +} + +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: none; +} + +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: none; +} + +.osd .linked:not(.vertical) > entry + entry { + border-left-color: rgba(67, 70, 85, 0.3); +} + +.osd .linked:not(.vertical) > entry.error + entry, +.osd .linked:not(.vertical) > entry + entry.error { + border-left-color: #FC4138; +} + +.osd .linked:not(.vertical) > entry.warning + entry, +.osd .linked:not(.vertical) > entry + entry.warning { + border-left-color: #F27835; +} + +.osd .linked:not(.vertical) > entry.error + entry.warning, +.osd .linked:not(.vertical) > entry.warning + entry.error { + border-left-color: #f75d37; +} + +.osd .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), +.osd .linked:not(.vertical) > entry + entry:focus-within:last-child { + border-left-color: #5294e2; +} + +.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, +.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, +.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #5294e2; +} + +.osd .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), +.osd .linked:not(.vertical) > entry + entry:drop(active):last-child { + border-left-color: #F08437; +} + +.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, +.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, +.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: #F08437; +} + +.osd .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), +.osd .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { + border-left-color: #F27835; +} + +.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, +.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, +.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #F27835; +} + +.osd .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), +.osd .linked:not(.vertical) > entry + entry.error:focus-within:last-child { + border-left-color: #FC4138; +} + +.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, +.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, +.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: #FC4138; +} + +.osd .linked:not(.vertical) > button:active + entry, +.osd .linked:not(.vertical) > button:checked + entry { + border-left-color: #5294e2; +} + +.osd .linked:not(.vertical) > button + button { + border-left-style: none; + margin-left: 0; +} + +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 #434655; +} + +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 rgba(67, 70, 85, 0.5); +} + +.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.osd .linked:not(.vertical) { + box-shadow: none; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { + border-left-color: rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { + border-left-color: #5294e2; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry { + border-left-color: rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { + border-left-color: #F08437; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry { + border-left-color: rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { + border-left-color: #F27835; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry { + border-left-color: rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { + border-left-color: #FC4138; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry { + border-left-color: rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-left-color: transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { + border-left-color: rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { + border-left-style: solid; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { + box-shadow: inset 1px 0 transparent; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { + box-shadow: inset 1px 0 transparent; + border-left-color: rgba(0, 0, 0, 0.12); +} + +.linked.vertical > entry + entry { + border-top-color: rgba(0, 0, 0, 0); +} + +.linked.vertical > entry.error + entry, +.linked.vertical > entry + entry.error { + border-top-color: #FC4138; +} + +.linked.vertical > entry.warning + entry, +.linked.vertical > entry + entry.warning { + border-top-color: #F27835; +} + +.linked.vertical > entry.error + entry.warning, +.linked.vertical > entry.warning + entry.error { + border-top-color: #f75d37; +} + +.linked.vertical > entry + entry:focus-within:not(:last-child), +.linked.vertical > entry + entry:focus-within:last-child { + border-top-color: #5294e2; +} + +.linked.vertical > entry:focus-within:not(:only-child) + entry, +.linked.vertical > entry:focus-within:not(:only-child) + button, +.linked.vertical > entry:focus-within:not(:only-child) + combobox > box > button.combo { + border-top-color: #5294e2; +} + +.linked.vertical > entry + entry:drop(active):not(:last-child), +.linked.vertical > entry + entry:drop(active):last-child { + border-top-color: #F08437; +} + +.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: #F08437; +} + +.linked.vertical > entry + entry.warning:focus-within:not(:last-child), +.linked.vertical > entry + entry.warning:focus-within:last-child { + border-top-color: #F27835; +} + +.linked.vertical > entry.warning:focus-within:not(:only-child) + entry, +.linked.vertical > entry.warning:focus-within:not(:only-child) + button, +.linked.vertical > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { + border-top-color: #F27835; +} + +.linked.vertical > entry + entry.error:focus-within:not(:last-child), +.linked.vertical > entry + entry.error:focus-within:last-child { + border-top-color: #FC4138; +} + +.linked.vertical > entry.error:focus-within:not(:only-child) + entry, +.linked.vertical > entry.error:focus-within:not(:only-child) + button, +.linked.vertical > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { + border-top-color: #FC4138; +} + +.linked.vertical > button:active + entry, +.linked.vertical > button:checked + entry { + border-top-color: #5294e2; +} + +.linked.vertical > button + button { + border-top-style: none; + margin-left: 0; +} + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); +} + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 0 1px rgba(0, 0, 0, 0); +} + +.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked.vertical { + box-shadow: none; +} + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:hover { + box-shadow: none; +} + +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text, .linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus, spinbutton.linked:not(.vertical) > text, spinbutton.linked:not(.vertical) > text:focus, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, .linked:not(.vertical) > button:checked { + border-radius: 0; + border-right-style: none; +} + +spinbutton:not(.vertical) > button:first-child, spinbutton:not(.vertical) > text:first-child, .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child, .linked:not(.vertical) > button:first-child:hover, .linked:not(.vertical) > button:first-child:active, .linked:not(.vertical) > button:first-child:checked { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} + +spinbutton:not(.vertical) > button:last-child, spinbutton:not(.vertical) > text:last-child, .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child, .linked:not(.vertical) > button:last-child:hover, .linked:not(.vertical) > button:last-child:active, .linked:not(.vertical) > button:last-child:checked { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-right-style: solid; +} + +spinbutton:not(.vertical) > button:only-child, spinbutton:not(.vertical) > text:only-child, .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child, .linked:not(.vertical) > button:only-child:hover, .linked:not(.vertical) > button:only-child:active, .linked:not(.vertical) > button:only-child:checked { + border-radius: 2px; + border-style: solid; +} + +.linked.vertical > dropdown > box > button.combo, .linked.vertical > combobox > box > button.combo, spinbutton.vertical > button, spinbutton.vertical > text, .linked.vertical > entry, .linked.vertical > entry:focus, spinbutton.vertical.linked > text, spinbutton.vertical.linked > text:focus, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked { + border-radius: 0; + border-bottom-style: none; +} + +spinbutton.vertical > button:first-child, spinbutton.vertical > text:first-child, .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > button:first-child:hover, .linked.vertical > button:first-child:active, .linked.vertical > button:first-child:checked { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +spinbutton.vertical > button:last-child, spinbutton.vertical > text:last-child, .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > button:last-child:hover, .linked.vertical > button:last-child:active, .linked.vertical > button:last-child:checked { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-style: solid; +} + +spinbutton.vertical > button:only-child, spinbutton.vertical > text:only-child, .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > button:only-child:hover, .linked.vertical > button:only-child:active, .linked.vertical > button:only-child:checked { + border-radius: 2px; + border-style: solid; +} + +tabbar tab button.image-button:active, +dnd tab button.image-button:active, tabbar tab button.image-button:hover, +dnd tab button.image-button:hover, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:hover, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down), modelbutton.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; +} + +modelbutton.flat { + min-height: 24px; + padding-left: 8px; + padding-right: 8px; + outline-offset: -3px; + border-radius: 2px; + border: none; +} + +modelbutton.flat:hover { + background-color: #f1f2f4; +} + +modelbutton.flat:checked { + color: #464853; +} + +modelbutton.flat:disabled { + color: rgba(70, 72, 83, 0.55); +} + +modelbutton.flat check:last-child, +modelbutton.flat radio:last-child { + margin-left: 8px; +} + +modelbutton.flat check:first-child, +modelbutton.flat radio:first-child { + margin-right: 8px; +} + +modelbutton.flat arrow { + background: none; + min-width: 16px; + min-height: 16px; + opacity: 0.5; +} + +modelbutton.flat arrow:hover, modelbutton.flat arrow:selected, modelbutton.flat arrow:active, modelbutton.flat arrow:focus { + background: none; +} + +modelbutton.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); +} + +modelbutton.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); +} + +.toolbar button { + margin: 2px; +} + +popover.menu box.circular-buttons button.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down) { + border: 1px solid rgba(0, 0, 0, 0); +} + +popover.menu box.circular-buttons button.circular.image-button.model:hover, +list > row button.image-button:not(.flat):not(.up):not(.down):hover { + color: #23242a; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + box-shadow: none; +} + +popover.menu box.circular-buttons button.circular.image-button.model:active, popover.menu box.circular-buttons button.circular.image-button.model:checked, +list > row button.image-button:not(.flat):not(.up):not(.down):active, +list > row button.image-button:not(.flat):not(.up):not(.down):checked { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; + box-shadow: none; +} + +popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down).suggested-action { + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; +} + +popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down).destructive-action { + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; +} + +button.link, +link { + color: #2679db; +} + +button.link:visited, +link:visited { + color: #3e404b; +} + +*:selected button.link:visited, *:selected link:visited { + color: #bad4f3; +} + +button.link:hover, +link:hover { + color: #5294e2; +} + +*:selected button.link:hover, *:selected link:hover { + color: #eef4fc; +} + +button.link:active, +link:active { + color: #2679db; +} + +*:selected button.link:active, *:selected link:active { + color: #dceaf9; +} + +infobar.info > revealer > box link, infobar.question > revealer > box link, infobar.warning > revealer > box link, infobar.error > revealer > box link, headerbar.selection-mode .subtitle:link, button.link:selected, *:selected button.link, +link:selected, *:selected link { + color: #dceaf9; +} + +button.link, button.link:hover, button.link:active, button.link:checked { + text-shadow: none; +} + +button.link > label { + text-decoration-line: underline; +} + +spinbutton { + outline: none; + box-shadow: none; + font-feature-settings: "tnum"; +} + +spinbutton:drop(active) { + box-shadow: none; +} + +spinbutton button:active { + color: #ffffff; +} + +spinbutton:disabled { + color: rgba(70, 72, 83, 0.55); +} + +spinbutton:not(.vertical) { + padding: 0; + border-spacing: 0; +} + +.linked.vertical > spinbutton:not(.vertical):not(:last-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child) entry { + border-bottom: none; +} + +.linked.vertical > spinbutton:not(.vertical):not(:last-child) entry:focus { + box-shadow: inset 0 -1px #5294e2; +} + +.linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) entry { + border-radius: 0; +} + +spinbutton:not(.vertical) > text { + min-width: 28px; +} + +spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text { + min-height: 24px; +} + +spinbutton:not(.vertical):dir(ltr) > text, spinbutton:not(.vertical):dir(rtl) > button.up { + border-radius: 2px 0 0 2px; +} + +spinbutton:not(.vertical) > button + button { + border-left-style: none; +} + +spinbutton:not(.vertical) > button:hover:not(:active), +spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); +} + +spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), +spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.05); +} + +spinbutton:not(.vertical) > button:first-child:hover:not(:active), +spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), +spinbutton:not(.vertical) > text + button:not(:active):hover { + box-shadow: none; +} + +spinbutton:not(.vertical) > text:focus + button { + border-left-color: #5294e2; +} + +spinbutton:not(.vertical) > text:drop(active) + button { + border-left-color: #F08437; +} + +.osd spinbutton:not(.vertical) > button:hover:not(:active), +.osd spinbutton:not(.vertical) > button:hover + button { + border-left-color: #434655; +} + +.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), +.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), +.osd spinbutton:not(.vertical) > text + button:not(:active):hover { + box-shadow: none; +} + +.osd spinbutton:not(.vertical) > text:focus + button { + border-left-color: #5294e2; +} + +spinbutton.vertical > button, spinbutton.vertical > text { + padding-left: 4px; + padding-right: 4px; + min-height: 28px; + min-width: 28px; +} + +spinbutton.vertical:drop(active) { + border-color: transparent; + box-shadow: none; +} + +spinbutton.vertical > text { + border-radius: 0; +} + +spinbutton.vertical > button.up { + border-radius: 2px 2px 0 0; +} + +spinbutton.vertical > text:focus + button { + border-top-color: #5294e2; +} + +spinbutton.vertical > text:drop(active) + button { + border-top-color: #F08437; +} + +.osd spinbutton.vertical > button:first-child { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.osd spinbutton.vertical > button:first-child:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +.osd spinbutton.vertical > button:first-child:active { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +.osd spinbutton.vertical > button:first-child:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +treeview spinbutton:not(.vertical) { + min-height: 0; + border-style: none; + border-radius: 0; +} + +treeview spinbutton:not(.vertical) > text { + min-height: 0; + padding: 1px 2px; +} + +dropdown > popover.menu.background > contents { + padding: 0; +} + +dropdown > button > box { + border-spacing: 6px; +} + +dropdown button.combo, +combobox button.combo { + min-width: 0; + padding-left: 8px; + padding-right: 8px; + margin: 0; +} + +dropdown entry.combo, +combobox entry.combo { + margin: 0; +} + +dropdown arrow, +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; +} + +dropdown:drop(active) button.combo, +combobox:drop(active) button.combo { + color: #F08437; + border-color: #F08437; + box-shadow: none; +} + +dropdown > popover.menu > contents modelbutton, +combobox > popover.menu > contents modelbutton { + padding-left: 6px; + padding-right: 6px; +} + +.linked:not(.vertical) > dropdown:first-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} + +.linked:not(.vertical) > dropdown:last-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-right-style: solid; +} + +.linked:not(.vertical) > dropdown:only-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo { + border-radius: 2px; + border-style: solid; +} + +.linked.vertical > dropdown:first-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.linked.vertical > dropdown:last-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-style: solid; +} + +.linked.vertical > dropdown:only-child > box > button.combo, .linked.vertical > combobox:only-child > box > button.combo { + border-radius: 2px; + border-style: solid; +} + +dropdown popover, +combobox popover { + margin-top: 6px; + padding: 0; +} + +dropdown popover listview, +combobox popover listview { + margin: 6px 0; +} + +dropdown popover listview > row, +combobox popover listview > row { + padding: 6px; +} + +dropdown popover listview > row:selected, +combobox popover listview > row:selected { + outline-color: rgba(0, 0, 0, 0.12); + color: #ffffff; + background-color: #5294e2; +} + +dropdown popover .dropdown-searchbar, +combobox popover .dropdown-searchbar { + padding: 6px; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +toolbar { + padding: 4px; + border-spacing: 4px; + background-color: #fafbfc; +} + +toolbar separator { + background: none; +} + +toolbar.horizontal separator { + margin: 0 6px; +} + +toolbar.vertical separator { + margin: 6px 0; +} + +.osd toolbar { + background-color: transparent; +} + +toolbar switch, +toolbar scale, +toolbar entry, +toolbar spinbutton, +toolbar button { + margin-right: 1px; + margin-bottom: 1px; +} + +toolbar .linked > button, +toolbar .linked > entry { + margin-right: 0; +} + +searchbar > revealer > box { + padding: 6px; + border-spacing: 6px; + border-style: solid; + border-color: #e0e0e0; + background-color: #fafbfc; + border-width: 0 0 1px; + box-shadow: none; +} + +actionbar > revealer > box { + padding: 6px; + border-spacing: 6px; + border-top: 1px solid rgba(0, 0, 0, 0.12); + background-color: #f0f3f6; + box-shadow: none; +} + +headerbar { + padding: 0; + color: #4a4c59; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); + background-color: #ffffff; + min-height: 40px; +} + +headerbar:backdrop { + transition: 200ms ease-out; + color: rgba(74, 76, 89, 0.7); + background-color: white; +} + +headerbar .title { + padding-left: 12px; + padding-right: 12px; +} + +headerbar .subtitle { + font-size: 80%; + padding-left: 12px; + padding-right: 12px; + margin-top: -3px; +} + +headerbar.selection-mode { + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; + box-shadow: none; +} + +headerbar.selection-mode:backdrop { + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); +} + +headerbar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; +} + +headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +.maximized headerbar.selection-mode { + background-color: #5294e2; +} + +.tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop { + border-radius: 0; +} + +.maximized headerbar { + background-color: white; + border-color: #e6e6e6; +} + +.maximized headerbar:backdrop { + background-color: white; +} + +headerbar.default-decoration:not(.csd) windowcontrols button { + min-height: 23px; + min-width: 23px; + padding: 2px; +} + +headerbar:not(.csd).default-decoration { + min-height: 30px; + padding: 0 8px; + background-color: #ffffff; +} + +headerbar:not(.csd).default-decoration windowcontrols button { + border: none; +} + +headerbar:not(.csd).default-decoration windowcontrols menubutton button { + min-height: 20px; + min-width: 20px; + margin: 0; + padding: 4px; +} + +headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { + background-color: #ffffff; + border-bottom-width: 0; + box-shadow: none; +} + +.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration, .tiled .csd headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .fullscreen .csd headerbar.default-decoration, .tiled headerbar.default-decoration:backdrop, .maximized headerbar.default-decoration:backdrop, .fullscreen headerbar.default-decoration:backdrop, .tiled .csd headerbar.default-decoration:backdrop, .maximized .csd headerbar.default-decoration:backdrop, .fullscreen .csd headerbar.default-decoration:backdrop { + box-shadow: none; +} + +headerbar > windowhandle > box { + padding: 0 6px; +} + +headerbar > windowhandle > box, +headerbar > windowhandle > box > box.start, +headerbar > windowhandle > box > box.end { + border-spacing: 6px; +} + +headerbar entry, +headerbar spinbutton, +headerbar separator:not(.sidebar), +headerbar button, +headerbar menubutton { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar menubutton > button { + margin-top: 0px; + margin-bottom: 0px; +} + +headerbar.windowhandle viewswitcher button { + border-radius: 0; + margin-top: -1px; + margin-bottom: -1px; + padding: 0 10px; + min-height: 0; + border: none; + outline: none; + background-clip: padding-box; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0; +} + +headerbar.windowhandle viewswitcher button:hover { + color: #777983; + background-color: rgba(74, 76, 89, 0.06); +} + +headerbar.windowhandle viewswitcher button:active { + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.15); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; +} + +headerbar.windowhandle viewswitcher button:checked { + color: #4a4c59; + background-color: rgba(74, 76, 89, 0.1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; +} + +headerbar.windowhandle viewswitcher button:disabled { + color: rgba(74, 76, 89, 0.35); + background-color: transparent; +} + +headerbar.windowhandle viewswitcher button:checked:disabled { + color: rgba(74, 76, 89, 0.35); + background-color: transparent; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 3/0 0 3px; +} + +window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, window.csd > .titlebar:not(headerbar), window.csd > .titlebar:not(headerbar):backdrop { + padding: 0; + background: none; + border: none; + box-shadow: none; +} + +.titlebar:not(headerbar) > separator { + background-image: image(#ffffff); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); +} + +.titlebar:not(headerbar) > separator:backdrop { + background-image: image(#ffffff); +} + +headerbar separator.titlebutton, headerbar separator { + min-width: 0; + min-height: 0; + background: none; + border-width: 0; + border-image: none; +} + +headerbar entry { + color: #4a4c59; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f7f7f7; +} + +headerbar entry image, headerbar entry image:hover { + color: inherit; +} + +headerbar entry:backdrop { + opacity: 0.85; +} + +headerbar entry:focus { + outline: none; + box-shadow: none; + color: #797c90; + border-color: #5294e2; + background-color: #fcfcfc; + background-clip: border-box; +} + +headerbar entry:focus image { + color: #5294e2; +} + +headerbar entry:disabled { + color: rgba(74, 76, 89, 0.55); + border-color: rgba(0, 0, 0, 0.12); + background-color: rgba(247, 247, 247, 0.85); +} + +headerbar entry selection:focus { + background-color: #5294e2; + color: #ffffff; +} + +headerbar entry progress { + border-color: #5294e2; + background-image: none; + background-color: transparent; +} + +headerbar entry.warning { + color: white; + border-color: #F27835; + background-color: #f7ae86; +} + +headerbar entry.warning:focus { + color: white; + background-color: #F27835; +} + +headerbar entry.warning selection { + background-color: white; + color: #F27835; +} + +headerbar entry.error { + color: white; + border-color: #FC4138; + background-color: #fd8d88; +} + +headerbar entry.error:focus { + color: white; + background-color: #FC4138; +} + +headerbar entry.error selection { + background-color: white; + color: #FC4138; +} + +headerbar button { + color: #4a4c59; + outline-offset: -3px; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); + background-clip: border-box; + background-origin: border-box; +} + +headerbar button:backdrop { + opacity: 0.7; +} + +headerbar button:hover { + color: #4a4c59; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f2f2f2; +} + +headerbar button:active, headerbar button:checked { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; + background-clip: border-box; + background-origin: border-box; +} + +headerbar button:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); +} + +headerbar button:disabled label, headerbar button:disabled { + color: rgba(74, 76, 89, 0.5); +} + +headerbar button:disabled:active, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.5); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); +} + +headerbar button.flat.popup.toggle.sources-button:hover { + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); +} + +headerbar.selection-mode button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); +} + +headerbar.selection-mode button:hover { + background-color: alpha(#ffffff,0.3); +} + +headerbar.selection-mode button:active, headerbar.selection-mode button:checked { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.35); + border-color: rgba(255, 255, 255, 0.65); +} + +headerbar.selection-mode button:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); +} + +headerbar.selection-mode button:disabled, headerbar.selection-mode button:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.4); +} + +headerbar.selection-mode button:backdrop { + opacity: 0.7; + background: none; +} + +headerbar .linked > button:not(:only-child).radio { + margin-left: 1px; +} + +headerbar .linked > button:not(:only-child).radio { + border-radius: 2px; + border-style: solid; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: none; +} + +headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop { + box-shadow: none; +} + +headerbar .linked:not(.vertical) > entry { + margin-left: 1px; + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical) > entry:focus { + border-color: #5294e2; +} + +headerbar stackswitcher.linked:not(.vertical) { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar stackswitcher.linked:not(.vertical) > button { + margin: 0; + border-right-width: 0; + border-left-width: 0; + background-color: white; + color: #4a4c59; + border-color: rgba(0, 0, 0, 0.12); +} + +headerbar stackswitcher.linked:not(.vertical) > button:first-child { + border-left-width: 1px; +} + +headerbar stackswitcher.linked:not(.vertical) > button:last-child { + border-right-width: 1px; +} + +headerbar stackswitcher.linked:not(.vertical) > button:hover { + background-color: #f7f7f7; +} + +headerbar stackswitcher.linked:not(.vertical) > button:active, headerbar stackswitcher.linked:not(.vertical) > button:checked { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; +} + +headerbar stackswitcher.linked:not(.vertical) > button:disabled { + color: rgba(74, 76, 89, 0.4); +} + +headerbar stackswitcher.linked:not(.vertical) > button:disabled label { + color: rgba(74, 76, 89, 0.4); +} + +headerbar button.suggested-action { + background-clip: border-box; + color: white; + background-color: #5294e2; + border-color: #3c86de; +} + +headerbar button.suggested-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #5294e2; +} + +headerbar button.suggested-action:hover { + background-clip: border-box; + color: white; + background-color: #68a2e6; + border-color: #5294e2; +} + +headerbar button.suggested-action:active, headerbar button.suggested-action:checked { + background-clip: border-box; + color: white; + background-color: #7eafe9; + border-color: #68a2e6; +} + +headerbar button.suggested-action:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); +} + +headerbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled { + color: rgba(74, 76, 89, 0.5); +} + +headerbar button.suggested-action:backdrop { + opacity: 0.8; +} + +headerbar button.destructive-action { + background-clip: border-box; + color: white; + background-color: #F04A50; + border-color: #ee3239; +} + +headerbar button.destructive-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; +} + +headerbar button.destructive-action:hover { + background-clip: border-box; + color: white; + background-color: #f26267; + border-color: #f04a50; +} + +headerbar button.destructive-action:active, headerbar button.destructive-action:checked { + background-clip: border-box; + color: white; + background-color: #f4797e; + border-color: #f26267; +} + +headerbar button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); +} + +headerbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled { + color: rgba(74, 76, 89, 0.5); +} + +headerbar button.destructive-action:backdrop { + opacity: 0.8; +} + +headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; +} + +headerbar spinbutton:not(.vertical) button { + color: #4a4c59; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f2f2f2; +} + +headerbar spinbutton:not(.vertical) button:hover { + background-color: rgba(255, 255, 255, 0.9); +} + +headerbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; +} + +headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(74, 76, 89, 0.4); +} + +headerbar combobox:disabled { + color: rgba(74, 76, 89, 0.4); +} + +headerbar combobox > .linked > button.combo { + color: #4a4c59; + outline-offset: -3px; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); +} + +headerbar combobox > .linked > button.combo:hover { + color: #4a4c59; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f2f2f2; + box-shadow: none; +} + +headerbar combobox > .linked > button.combo:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); +} + +headerbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled { + color: rgba(74, 76, 89, 0.5); +} + +headerbar combobox > .linked > entry.combo:dir(ltr) { + border-right-style: none; +} + +headerbar combobox > .linked > entry.combo:dir(ltr):focus { + box-shadow: 1px 0 #5294e2; +} + +headerbar combobox > .linked > entry.combo:dir(rtl) { + border-left-style: none; +} + +headerbar combobox > .linked > entry.combo:dir(rtl):focus { + box-shadow: -1px 0 #5294e2; +} + +headerbar switch { + margin: 0; +} + +headerbar switch:backdrop { + opacity: 0.75; +} + +headerbar progressbar trough { + background-color: #e6e6e6; +} + +headerbar progressbar:backdrop { + opacity: 0.75; +} + +headerbar scale:backdrop { + opacity: 0.75; +} + +headerbar scale slider { + background-color: white; + border-color: rgba(74, 76, 89, 0.5); +} + +headerbar scale slider:hover { + background-color: white; + border-color: rgba(74, 76, 89, 0.5); +} + +headerbar scale slider:active { + background-color: #5294e2; + border-color: #2679db; +} + +headerbar scale slider:disabled { + background-color: white; + border-color: rgba(74, 76, 89, 0.5); +} + +headerbar scale trough { + background-color: #e6e6e6; +} + +headerbar scale trough:disabled { + background-color: rgba(230, 230, 230, 0.95); +} + +window.devel headerbar.titlebar { + background: #fafbfc cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(82, 148, 226, 0.2)), linear-gradient(to top, #d1dae3, #dae2e9 3px, #edf1f4); +} + +window.devel headerbar.titlebar:backdrop { + background: #fafbfc cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#fafbfc); + /* background-color would flash */ +} + +path-bar > button:hover { + background-color: rgba(70, 72, 83, 0.06); +} + +path-bar > button:checked, path-bar > button:active { + background-color: #5294e2; + border-color: #5294e2; +} + +path-bar > button:checked:hover, path-bar > button:active:hover { + background-color: #68a2e6; + border-color: #68a2e6; +} + +path-bar > button.text-button, path-bar > button.image-button, path-bar > button { + padding-left: 6px; + padding-right: 6px; +} + +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: 10px; +} + +path-bar > button.text-button.image-button label:first-child, path-bar > button label:first-child { + padding-left: 10px; +} + +path-bar > button.slider-button, path-bar > button:not(.image-button):not(.text-button) { + padding-left: 1px; + padding-right: 1px; +} + +path-bar > button image { + padding-left: 4px; + padding-right: 4px; +} + +treeview.view { + border-left-color: #e0e0e0; + border-top-color: #e0e0e0; +} + +treeview.view acceleditor > label { + background-color: #5294e2; +} + +treeview.view:selected, treeview.view:selected:focus { + border-radius: 0; + border-left-color: #a9caf1; + border-top-color: rgba(70, 72, 83, 0.1); +} + +treeview.view:disabled { + color: rgba(70, 72, 83, 0.55); +} + +treeview.view:disabled:selected { + color: #97bfee; +} + +treeview.view.separator { + min-height: 2px; + color: rgba(0, 0, 0, 0.1); +} + +treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: #4c6e9b; +} + +treeview.view:drop(active).after { + border-top-style: none; +} + +treeview.view:drop(active).before { + border-bottom-style: none; +} + +treeview.view.expander { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a3a4a9; +} + +treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +treeview.view.expander:hover { + color: #464853; +} + +treeview.view.expander:selected { + color: #cbdff6; +} + +treeview.view.expander:selected:hover { + color: #ffffff; +} + +treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +treeview.view.progressbar, treeview.view.progressbar:focus { + color: #ffffff; + border-radius: 2px; + background-color: #5294e2; +} + +treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { + color: #5294e2; + box-shadow: none; + background-color: #ffffff; +} + +treeview.view.trough { + color: #464853; + background-color: rgba(0, 0, 0, 0.12); + border-radius: 2px; + border-width: 0; +} + +treeview.view.trough:selected, treeview.view.trough:selected:focus { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.2); + border-radius: 2px; + border-width: 0; +} + +treeview.view > header > button { + min-height: 0; + min-width: 0; + padding: 3px 6px; + font-weight: bold; + color: #6b6d75; + background-color: #ffffff; + background-image: none; + border-style: none solid none none; + border-radius: 0; + border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; +} + +treeview.view > header > button:hover { + color: #5294e2; +} + +treeview.view > header > button:active { + color: #464853; +} + +treeview.view > header > button:active, treeview.view > header > button:hover { + background-color: #ffffff; +} + +treeview.view > header > button:disabled { + border-color: #fafbfc; + background-image: none; +} + +treeview.view > header > button:last-child { + border-right-style: none; + border-image: none; +} + +treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active, +treeview.view header.button.dnd, +treeview.view header.button.dnd:selected, +treeview.view header.button.dnd:hover, +treeview.view header.button.dnd:active { + padding: 0 6px; + transition: none; + color: #ffffff; + background-color: #5294e2; + border-radius: 0; + border-style: none; +} + +menubar { + padding: 0; + background-color: white; + color: #4a4c59; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); +} + +menubar:backdrop { + color: rgba(74, 76, 89, 0.7); +} + +menubar > item { + transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); + padding: 4px 8px; + border: 1px solid transparent; + border-radius: 0; +} + +menubar > item:hover { + background-color: #5294e2; + box-shadow: none; + border-color: #2679db; + color: #ffffff; +} + +menubar > item:disabled { + color: rgba(74, 76, 89, 0.45); +} + +menubar > item popover.menu.background > contents { + padding: 0; +} + +menubar > item popover.menu popover.menu { + padding: 0 0 4px 0; +} + +menubar > item popover.menu.background popover.menu.background > contents { + margin: 0; + border-radius: 2px; +} + +popover.menu { + padding: 0; +} + +popover.menu > arrow, popover.menu.background > contents { + background-color: #ffffff; + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.12); + padding: 3px; + color: #4a4c59; +} + +popover.menu.background separator { + margin: 3px 0; + background-color: #ffffff; +} + +popover.menu box.inline-buttons { + padding: 0; +} + +popover.menu box.inline-buttons button.image-button.model { + outline: none; + min-height: 16px; + min-width: 24px; + padding: 4px 8px; + text-shadow: none; + transition-duration: 150ms; +} + +popover.menu box.inline-buttons button.image-button.model:disabled { + color: rgba(70, 72, 83, 0.55); +} + +popover.menu box.inline-buttons button.image-button.model:selected { + color: #464853; + background-color: rgba(70, 72, 83, 0.1); +} + +popover.menu box.inline-buttons button.image-button.model:active { + color: #464853; + background-color: rgba(70, 72, 83, 0.2); + border-color: rgba(0, 0, 0, 0.12); +} + +popover.menu box.circular-buttons { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model:focus { + background-color: rgba(70, 72, 83, 0.1); + border-color: rgba(0, 0, 0, 0.12); +} + +popover.menu box.circular-buttons button.circular.image-button.model:active { + color: #464853; + background-color: rgba(70, 72, 83, 0.2); + border-color: rgba(0, 0, 0, 0.12); +} + +popover.menu check, popover.menu check:hover, popover.menu check:active, popover.menu check:selected, popover.menu check:checked, +popover.menu radio, +popover.menu radio:hover, +popover.menu radio:active, +popover.menu radio:selected, +popover.menu radio:checked { + background-color: transparent; +} + +popover.menu arrow.left, +popover.menu radio.left, +popover.menu check.left { + margin-left: -6px; + margin-right: 6px; +} + +popover.menu arrow.right, +popover.menu radio.right, +popover.menu check.right { + margin-left: 6px; + margin-right: -6px; +} + +popover.menu modelbutton { + min-height: 24px; + min-width: 38px; + padding: 2px 12px; + border: none; + outline: none; + box-shadow: none; + color: #464853; + border-radius: 2px; +} + +popover.menu modelbutton:focus:not(:hover):not(:active) { + color: #464853; + background-color: transparent; + transition: background-color 0, color 0; +} + +popover.menu modelbutton:hover { + color: #ffffff; + background-color: #5294e2; +} + +popover.menu modelbutton:active { + color: #ffffff; + background-color: #2679db; +} + +popover.menu label.title { + font-weight: bold; + padding: 4px 28px; +} + +popover.background { + font: initial; + background-color: transparent; +} + +popover.background > arrow, +popover.background > contents { + padding: 6px; + background-clip: border-box; + background-color: #ffffff; + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); + color: #4a4c59; +} + +popover.background separator { + background-color: #ffffff; +} + +popover.background label.separator { + color: #464853; +} + +popover.background > contents > list, +popover.background > contents > .view, +popover.background > contents > toolbar { + border-style: none; + background-color: transparent; +} + +popover.background > contents separator { + margin: 3px; +} + +popover.background > contents list separator { + margin: 0; +} + +popover.background > contents listview { + background-color: transparent; + padding: 0; +} + +popover.background > contents listview > row { + margin: 0; + border-radius: 2px; +} + +.osd popover.background, popover.background.touch-selection, popover.background.magnifier { + background-color: transparent; +} + +.osd popover.background > arrow, +.osd popover.background > contents, popover.background.touch-selection > arrow, +popover.background.touch-selection > contents, popover.background.magnifier > arrow, +popover.background.magnifier > contents { + padding: 0; + margin: 0; +} + +magnifier { + background-color: #ffffff; +} + +cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; +} + +cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); +} + +cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); +} + +notebook { + padding: 0; +} + +notebook.frame { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +notebook > stack:not(:only-child) { + background-color: #ffffff; +} + +notebook > header { + padding: 0; + background-color: #fafbfc; +} + +notebook > header.top { + padding-bottom: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +notebook > header.top > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-bottom: none; +} + +notebook > header.top > tabs > tab:not(:only-child):first-child { + margin-left: 6px; +} + +notebook > header.top > tabs > tab:not(:only-child):last-child { + margin-right: 6px; +} + +notebook > header.top > tabs > tab:hover { + box-shadow: inset 0 -1px alpha(#5294e2,0.6), 0 1px alpha(#5294e2,0.6); +} + +notebook > header.top > tabs > tab:checked { + box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; +} + +notebook > header.bottom { + padding-top: 0; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +notebook > header.bottom > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-top: none; +} + +notebook > header.bottom > tabs > tab:not(:only-child):first-child { + margin-left: 6px; +} + +notebook > header.bottom > tabs > tab:not(:only-child):last-child { + margin-right: 6px; +} + +notebook > header.bottom > tabs > tab:hover { + box-shadow: inset 0 1px alpha(#5294e2,0.6), 0 -1px alpha(#5294e2,0.6); +} + +notebook > header.bottom > tabs > tab:checked { + box-shadow: inset 0 1px #5294e2, 0 -1px #5294e2; +} + +notebook > header.right { + padding-left: 0; + border-left: 1px solid rgba(0, 0, 0, 0.12); +} + +notebook > header.right > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-left: none; +} + +notebook > header.right > tabs > tab:not(:only-child):first-child { + margin-top: 6px; +} + +notebook > header.right > tabs > tab:not(:only-child):last-child { + margin-bottom: 6px; +} + +notebook > header.right > tabs > tab:hover { + box-shadow: inset 1px 0 alpha(#5294e2,0.6), -1px 0 alpha(#5294e2,0.6); +} + +notebook > header.right > tabs > tab:checked { + box-shadow: inset 1px 0 #5294e2, -1px 0 #5294e2; +} + +notebook > header.left { + padding-right: 0; + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +notebook > header.left > tabs > tab { + padding: 2px 16px 4px 16px; + min-width: 24px; + min-height: 24px; + border-radius: 0; + outline-offset: -4px; + border: none; + border-right: none; +} + +notebook > header.left > tabs > tab:not(:only-child):first-child { + margin-top: 6px; +} + +notebook > header.left > tabs > tab:not(:only-child):last-child { + margin-bottom: 6px; +} + +notebook > header.left > tabs > tab:hover { + box-shadow: inset -1px 0 alpha(#5294e2,0.6), 1px 0 alpha(#5294e2,0.6); +} + +notebook > header.left > tabs > tab:checked { + box-shadow: inset -1px 0 #5294e2, 1px 0 #5294e2; +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { + margin-left: 2px; +} + +notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { + margin-right: 2px; +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { + margin-top: 2px; +} + +notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { + margin-bottom: 2px; +} + +notebook > header > tabs > arrow { + color: rgba(70, 72, 83, 0.55); +} + +notebook > header > tabs > arrow:hover { + color: rgba(70, 72, 83, 0.75); +} + +notebook > header > tabs > arrow:active { + color: #464853; +} + +notebook > header > tabs > arrow:disabled { + color: rgba(70, 72, 83, 0.3); +} + +notebook > header > tabs > tab { + color: rgba(70, 72, 83, 0.55); + background-color: rgba(250, 251, 252, 0); +} + +notebook > header > tabs > tab:hover:not(:checked) { + color: rgba(70, 72, 83, 0.75); + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +notebook > header > tabs > tab:checked { + color: #464853; + transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +notebook > header > tabs > tab button.flat { + border-radius: 100%; + min-height: 16px; + min-width: 16px; + padding: 0; + margin: 4px 0; + color: #85878e; +} + +notebook > header > tabs > tab button.flat:hover { + color: #ff4d4d; + background-color: #eaeef2; +} + +notebook > header > tabs > tab button.flat:active { + color: #5294e2; + background-color: #e1e7ed; +} + +scrollbar { + background-color: rgba(0, 0, 0, 0.05); + transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +scrollbar.top { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +scrollbar.bottom { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +scrollbar.left { + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +scrollbar.right { + border-left: 1px solid rgba(0, 0, 0, 0.12); +} + +scrollbar button { + border: none; +} + +scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); +} + +scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); +} + +scrollbar slider { + min-width: 6px; + min-height: 6px; + margin: -1px; + border: 4px solid transparent; + border-radius: 8px; + background-clip: padding-box; + background-color: #b2b3b8; +} + +scrollbar slider:hover { + background-color: #c4c5c9; +} + +scrollbar slider:hover:active { + background-color: #5294e2; +} + +scrollbar slider:disabled { + background-color: transparent; +} + +scrollbar.fine-tune slider { + min-width: 4px; + min-height: 4px; +} + +scrollbar.fine-tune.horizontal slider { + border-width: 5px 4px; +} + +scrollbar.fine-tune.vertical slider { + border-width: 4px 5px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + border-color: transparent; + background-color: transparent; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + margin: 0; + min-width: 4px; + min-height: 4px; + background-color: #7c7e86; + border: 1px solid rgba(255, 255, 255, 0.6); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + margin: 0 2px; + min-width: 40px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + margin: 2px 0; + min-height: 40px; +} + +scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { + opacity: 0.99; +} + +scrollbar.horizontal slider { + min-width: 40px; +} + +scrollbar.vertical slider { + min-height: 40px; +} + +treeview ~ scrollbar.vertical { + border-top: 1px solid rgba(0, 0, 0, 0.12); + margin-top: -1px; +} + +switch { + font-size: 0; + min-width: 50px; + min-height: 20px; + background-size: 50px 20px; + background-repeat: no-repeat; + background-position: center center; + transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + padding: 0; +} + +switch > slider { + min-width: 0; + min-height: 0; +} + +switch, switch > slider { + outline-color: transparent; + color: transparent; + border: none; + box-shadow: none; + background-color: transparent; +} + +switch { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); +} + +menuitem:hover switch, +row:selected switch, +infobar switch { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); +} + +switch:checked { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); +} + +menuitem:hover switch:checked, +row:selected switch:checked, +infobar switch:checked { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); +} + +switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); +} + +menuitem:hover switch:disabled, +row:selected switch:disabled, +infobar switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); +} + +switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); +} + +menuitem:hover switch:checked:disabled, +row:selected switch:checked:disabled, +infobar switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); +} + +.check, +check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); +} + +.osd check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); +} + +popover.menu modelbutton:hover check, +popover.menu modelbutton:selected check, +.view:selected check, +row:selected check, +infobar check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); +} + +.check:disabled, +check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); +} + +.osd check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover check:disabled, +popover.menu modelbutton:selected check:disabled, +.view:selected check:disabled, +row:selected check:disabled, +infobar check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); +} + +.check:indeterminate, +check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); +} + +.osd check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); +} + +popover.menu modelbutton:hover check:indeterminate, +popover.menu modelbutton:selected check:indeterminate, +.view:selected check:indeterminate, +row:selected check:indeterminate, +infobar check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); +} + +.check:indeterminate:disabled, +check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); +} + +.osd check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover check:indeterminate:disabled, +popover.menu modelbutton:selected check:indeterminate:disabled, +.view:selected check:indeterminate:disabled, +row:selected check:indeterminate:disabled, +infobar check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); +} + +.check:checked, +check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); +} + +.osd check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); +} + +popover.menu modelbutton:hover check:checked, +popover.menu modelbutton:selected check:checked, +.view:selected check:checked, +row:selected check:checked, +infobar check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); +} + +.check:checked:disabled, +check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); +} + +.osd check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover check:checked:disabled, +popover.menu modelbutton:selected check:checked:disabled, +.view:selected check:checked:disabled, +row:selected check:checked:disabled, +infobar check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); +} + +.radio, +radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); +} + +.osd radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); +} + +popover.menu modelbutton:hover radio, +popover.menu modelbutton:selected radio, +.view:selected radio, +row:selected radio, +infobar radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); +} + +.radio:disabled, +radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); +} + +.osd radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover radio:disabled, +popover.menu modelbutton:selected radio:disabled, +.view:selected radio:disabled, +row:selected radio:disabled, +infobar radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); +} + +.radio:indeterminate, +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); +} + +.osd radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); +} + +popover.menu modelbutton:hover radio:indeterminate, +popover.menu modelbutton:selected radio:indeterminate, +.view:selected radio:indeterminate, +row:selected radio:indeterminate, +infobar radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); +} + +.radio:indeterminate:disabled, +radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); +} + +.osd radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover radio:indeterminate:disabled, +popover.menu modelbutton:selected radio:indeterminate:disabled, +.view:selected radio:indeterminate:disabled, +row:selected radio:indeterminate:disabled, +infobar radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); +} + +.radio:checked, +radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); +} + +.osd radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); +} + +popover.menu modelbutton:hover radio:checked, +popover.menu modelbutton:selected radio:checked, +.view:selected radio:checked, +row:selected radio:checked, +infobar radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); +} + +.radio:checked:disabled, +radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); +} + +.osd radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); +} + +popover.menu modelbutton:hover radio:checked:disabled, +popover.menu modelbutton:selected radio:checked:disabled, +.view:selected radio:checked:disabled, +row:selected radio:checked:disabled, +infobar radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); +} + +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + min-height: 40px; + min-width: 40px; + margin: 0; + padding: 0; + box-shadow: none; + background-color: transparent; + background-image: none; +} + +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; +} + +.view.content-view.check:checked:not(list), +.content-view .tile check:checked:not(list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; +} + +checkbutton.text-button, radiobutton.text-button { + padding: 2px 0; + outline-offset: 0; +} + +checkbutton.text-button:hover, radiobutton.text-button:hover { + color: #23242a; +} + +checkbutton.text-button:disabled, radiobutton.text-button:disabled { + color: rgba(70, 72, 83, 0.55); +} + +checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child { + margin-left: 4px; +} + +checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child { + margin-right: 4px; +} + +check, +radio { + min-width: 16px; + min-height: 16px; + margin: 0 2px; + -gtk-icon-size: 16px; + padding: 0; + background-color: transparent; + border: none; + box-shadow: none; + color: transparent; +} + +check:only-child, +radio:only-child { + margin: 0; +} + +scale { + min-height: 15px; + min-width: 15px; + padding: 3px; +} + +scale > trough > slider { + min-height: 15px; + min-width: 15px; + margin: -6px; +} + +scale.fine-tune > trough > slider { + margin: -4px; +} + +scale.fine-tune > trough > fill, +scale.fine-tune > trough > highlight, +scale.fine-tune > trough { + border-radius: 5px; +} + +scale > trough { + outline-offset: 2px; + border-radius: 2.5px; + background-color: rgba(0, 0, 0, 0.12); +} + +scale > trough:disabled { + background-color: rgba(0, 0, 0, 0.045); +} + +.osd scale > trough { + background-color: #383a47; +} + +.osd scale > trough > highlight { + background-color: #5294e2; +} + +row:selected scale > trough, infobar scale > trough { + background-color: rgba(0, 0, 0, 0.2); +} + +row:selected scale > trough highlight, infobar scale > trough highlight { + background-color: #ffffff; +} + +row:selected scale > trough highlight:disabled, infobar scale > trough highlight:disabled { + background-color: #b1cff2; +} + +row:selected scale > trough:disabled, infobar scale > trough:disabled { + background-color: rgba(0, 0, 0, 0.1); +} + +scale highlight { + border-radius: 2.5px; + background-color: #5294e2; +} + +scale highlight:disabled { + background-color: rgba(82, 148, 226, 0.55); +} + +scale > trough > fill { + border-radius: 2.5px; + background-color: rgba(82, 148, 226, 0.5); +} + +scale > trough > fill:disabled { + background-color: transparent; +} + +scale > trough > slider { + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 100%; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background, border; +} + +scale > trough > slider:hover { + background-clip: border-box; + background-color: #5f9ce4; + border-color: #2679db; +} + +scale > trough > slider:active { + background-clip: border-box; + background-color: #458ce0; + border-color: #2679db; +} + +scale > trough > slider:disabled { + background-color: #e6e6e6; + border-color: rgba(0, 0, 0, 0.15); +} + +row:selected scale > trough > slider, infobar scale > trough > slider { + background-clip: border-box; + background-color: #ffffff; + border-color: #ffffff; +} + +row:selected scale > trough > slider:hover, infobar scale > trough > slider:hover { + background-color: #e5effb; + border-color: #e5effb; +} + +row:selected scale > trough > slider:active, infobar scale > trough > slider:active { + background-color: #a9caf1; + border-color: #a9caf1; +} + +row:selected scale > trough > slider:disabled, infobar scale > trough > slider:disabled { + background-color: #b1cff2; + border-color: #b1cff2; +} + +.osd scale > trough > slider { + background-clip: border-box; + background-color: #5294e2; + border-color: #5294e2; +} + +.osd scale > trough > slider:hover { + background-color: #7eafe9; + border-color: #7eafe9; +} + +.osd scale > trough > slider:active { + background-color: #68a2e6; + border-color: #68a2e6; +} + +scale > value { + color: alpha(currentColor,0.4); +} + +scale > marks { + color: alpha(currentColor,0.4); +} + +scale > marks.top { + margin-bottom: 1px; + margin-top: -4px; +} + +scale > marks.bottom { + margin-top: 1px; + margin-bottom: -4px; +} + +scale > marks.top { + margin-right: 1px; + margin-left: -4px; +} + +scale > marks.bottom { + margin-left: 1px; + margin-right: -4px; +} + +scale.fine-tune > marks.top { + margin-bottom: 0px; + margin-top: -2px; +} + +scale.fine-tune > marks.bottom { + margin-top: 0px; + margin-bottom: -2px; +} + +scale.fine-tune > marks.top { + margin-right: 0px; + margin-left: -2px; +} + +scale.fine-tune > marks.bottom { + margin-left: 0px; + margin-right: -2px; +} + +scale.horizontal indicator { + min-height: 3px; + min-width: 1px; +} + +scale.horizontal.fine-tune indicator { + min-height: 2px; +} + +scale.vertical indicator { + min-height: 1px; + min-width: 3px; +} + +scale.vertical.fine-tune indicator { + min-width: 2px; +} + +progressbar { + padding: 0; + font-size: smaller; + color: rgba(70, 72, 83, 0.4); + font-feature-settings: "tnum"; +} + +progressbar.horizontal > trough { + min-width: 150px; +} + +progressbar.horizontal > trough, progressbar.horizontal > trough > progress { + min-height: 6px; +} + +progressbar.vertical > trough { + min-height: 80px; +} + +progressbar.vertical > trough, progressbar.vertical > trough > progress { + min-width: 6px; +} + +progressbar.osd { + min-width: 3px; + min-height: 3px; + background-color: transparent; +} + +progressbar.osd > trough { + border-style: none; + background-color: transparent; + box-shadow: none; +} + +progressbar.osd > trough > progress { + border-style: none; + border-radius: 0; +} + +progressbar > trough > progress { + background-color: #5294e2; + border: none; + border-radius: 2px; + box-shadow: none; +} + +headerbar progressbar > trough > progress { + background-color: #3c86de; +} + +progressbar > trough > progress:disabled { + background-color: rgba(82, 148, 226, 0.35); +} + +row:selected progressbar > trough > progress, infobar progressbar > trough > progress { + background-color: #ffffff; +} + +progressbar > trough > progress.left { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; +} + +progressbar > trough > progress.right { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; +} + +progressbar > trough > progress.top { + border-top-right-radius: 5px; + border-top-left-radius: 5px; +} + +progressbar > trough > progress.bottom { + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; +} + +progressbar > trough { + border: none; + border-radius: 2px; + background-color: rgba(70, 72, 83, 0.2); +} + +progressbar > trough:disabled { + background-color: rgba(70, 72, 83, 0.08); +} + +row:selected progressbar > trough, infobar progressbar > trough { + background-color: rgba(0, 0, 0, 0.2); +} + +progressbar > trough.empty > progress { + all: unset; +} + +levelbar trough > block { + min-width: 32px; + min-height: 1px; +} + +levelbar.vertical block { + min-width: 1px; + min-height: 32px; +} + +levelbar trough { + border: none; + padding: 3px; + border-radius: 2px; + background-color: rgba(0, 0, 0, 0.12); +} + +levelbar.horizontal.discrete trough > block { + margin: 0 1px; +} + +levelbar.vertical.discrete trough > block { + margin: 1px 0; +} + +levelbar block:not(.empty) { + border: 1px solid #5294e2; + background-color: #5294e2; + border-radius: 2px; +} + +levelbar block.low { + border-color: #F27835; + background-color: #F27835; +} + +levelbar block.high { + border-color: #5294e2; + background-color: #5294e2; +} + +levelbar block.full { + border-color: #6dcfa7; + background-color: #6dcfa7; +} + +levelbar block.empty { + background-color: rgba(70, 72, 83, 0.2); + border-color: rgba(70, 72, 83, 0.2); +} + +window.dialog.print drawing { + color: #464853; + background: none; + border: none; + padding: 0; +} + +window.dialog.print drawing paper { + border: 1px solid rgba(0, 0, 0, 0.12); + background: #ffffff; + padding: 0; +} + +window.dialog.print .dialog-action-box { + margin: 12px; +} + +frame, +.frame { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +frame { + border-radius: 2px; +} + +frame > label { + margin: 4px; +} + +scrolledwindow overshoot.top { + background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: top; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow overshoot.bottom { + background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: bottom; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow overshoot.left { + background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: left; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow overshoot.right { + background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: right; + background-color: transparent; + border: none; + box-shadow: none; +} + +scrolledwindow undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; + border: none; +} + +scrolledwindow undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; + border: none; +} + +scrolledwindow undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: none; +} + +scrolledwindow undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: none; +} + +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: rgba(0, 0, 0, 0.05); +} + +scrolledwindow junction:dir(rtl) { + border-image-slice: 0 1 0 0; +} + +separator { + background-color: rgba(0, 0, 0, 0.12); + min-width: 1px; + min-height: 1px; +} + +separator.spacer { + background: none; +} + +separator.spacer.horizontal { + min-width: 12px; +} + +separator.spacer.vertical { + min-height: 12px; +} + +listview, +list { + color: #4a4c59; + background-color: #ffffff; + border-color: rgba(0, 0, 0, 0.12); +} + +listview > row, +list > row { + padding: 2px; +} + +listview > row.expander, +list > row.expander { + padding: 0px; +} + +listview > row.expander .row-header, +list > row.expander .row-header { + padding: 2px; +} + +listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), +list.horizontal row.separator, +list.separators.horizontal > row:not(.separator) { + border-left: 1px solid #e0e0e0; +} + +listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), +list:not(.horizontal) row.separator, +list.separators:not(.horizontal) > row:not(.separator) { + border-bottom: 1px solid #e0e0e0; +} + +row label.subtitle { + font-size: smaller; +} + +row > box.header { + margin-left: 12px; + margin-right: 12px; + min-height: 50px; +} + +row > box.header > .icon:disabled { + filter: opacity(0.45); +} + +row > box.header > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; +} + +row.activatable.has-open-popup, row.activatable:hover { + transition: none; + animation: none; + background-color: rgba(0, 0, 0, 0.05); +} + +row.activatable:active, row.activatable:checked { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +row.activatable:disabled { + color: rgba(70, 72, 83, 0.55); +} + +row.activatable:disabled image { + color: inherit; +} + +row.combo listview.inline { + background: none; + border: none; + box-shadow: none; + color: inherit; +} + +row.combo listview.inline, row.combo listview.inline:disabled { + background: none; + color: inherit; +} + +row.combo popover > contents { + min-width: 120px; +} + +list.content > row, list.content > row.expander row.header, +list.boxed-list > row, +list.boxed-list > row.expander row.header, row.expander list.nested > row { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +list.content > row:not(:selected).activatable:hover, list.content > row.expander row.header:not(:selected).activatable:hover, +list.boxed-list > row:not(:selected).activatable:hover, +list.boxed-list > row.expander row.header:not(:selected).activatable:hover, row.expander list.nested > row:not(:selected).activatable:hover { + background-color: alpha(currentColor,0.03); +} + +list.content > row:not(:selected).activatable:active, list.content > row.expander row.header:not(:selected).activatable:active, +list.boxed-list > row:not(:selected).activatable:active, +list.boxed-list > row.expander row.header:not(:selected).activatable:active, row.expander list.nested > row:not(:selected).activatable:active { + background-color: alpha(currentColor,0.08); +} + +list.content > row:not(:selected).activatable.has-open-popup, list.content > row.expander row.header:not(:selected).activatable.has-open-popup, +list.boxed-list > row:not(:selected).activatable.has-open-popup, +list.boxed-list > row.expander row.header:not(:selected).activatable.has-open-popup, row.expander list.nested > row:not(:selected).activatable.has-open-popup { + background-color: alpha(currentColor,0.03); +} + +row.expander { + background: none; + padding: 0px; +} + +row.expander > box > list { + background: none; + color: inherit; +} + +row.expander list.nested { + background-color: alpha(#ffffff,0.5); + color: inherit; +} + +row.expander image.expander-row-arrow { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +row.expander image.expander-row-arrow:dir(ltr) { + margin-left: 6px; +} + +row.expander image.expander-row-arrow:dir(rtl) { + margin-right: 6px; +} + +row.expander:checked image.expander-row-arrow { + -gtk-icon-transform: rotate(0turn); +} + +row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { + -gtk-icon-transform: rotate(-0.25turn); +} + +row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { + -gtk-icon-transform: rotate(0.25turn); +} + +row.expander:checked image.expander-row-arrow:not(:disabled) { + color: #5294e2; +} + +.osd row.expander:checked image.expander-row-arrow:not(:disabled) { + color: inherit; +} + +row.expander image.expander-row-arrow:disabled { + filter: opacity(0.45); +} + +/***************** + * Boxed Lists * + *****************/ +list.content > row.expander, +list.boxed-list > row.expander { + border: none; +} + +list.content > row:first-child, list.content > row:first-child.expander row.header, +list.boxed-list > row:first-child, +list.boxed-list > row:first-child.expander row.header { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, +list.boxed-list > row:last-child, +list.boxed-list > row:last-child.expander:not(:checked), +list.boxed-list > row:last-child.expander:not(:checked) row.header, +list.boxed-list > row:last-child.expander:checked list.nested, +list.boxed-list > row:last-child.expander:checked list.nested > row:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-width: 0; +} + +columnview > listview > row { + padding: 0; +} + +columnview > listview > row > cell { + padding: 8px 6px; +} + +columnview > listview > row > cell:not(:first-child) { + border-left: 1px solid transparent; +} + +columnview > header > button { + padding-left: 6px; + padding-right: 6px; + border-left: 1px solid transparent; +} + +columnview > header > button:first-child { + border-left-width: 0; +} + +columnview.column-separators > listview > row > cell, +columnview.column-separators > header > button { + border-left-color: rgba(0, 0, 0, 0.12); +} + +columnview > listview:not(.horizontal).separators > row:not(.separator) { + border-top: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: none; +} + +columnview.data-table > listview > row > cell { + padding-top: 2px; + padding-bottom: 2px; +} + +columnview ~ undershoot.top { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); +} + +treeexpander { + border-spacing: 4px; +} + +columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { + outline: 1px dashed rgba(0, 0, 0, 0.12); + outline-offset: -2px; +} + +columnview row:not(:selected) cell editablelabel.editing:focus-within { + outline: 1px dashed #5294e2; + outline-offset: -2px; +} + +columnview row:not(:selected) cell editablelabel.editing text selection { + color: #ffffff; + background-color: #5294e2; +} + +.rich-list { + /* rich lists usually containing other widgets than just labels/text */ +} + +.rich-list > row { + padding: 6px 10px; + min-height: 28px; + /* should be tall even when only containing a label */ +} + +.rich-list > row > box { + border-spacing: 10px; +} + +.app-notification { + padding: 10px; + color: #D3DAE3; + background-color: alpha(#282A33,0.9); + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #434655; +} + +.app-notification border { + border: none; +} + +.app-notification button { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.app-notification button.flat { + border-color: rgba(82, 148, 226, 0); +} + +.app-notification button:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +.app-notification button:active, .app-notification button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +.app-notification button:disabled { + color: #5b5f68; + border-color: #434655; + background-color: rgba(51, 54, 65, 0.85); +} + +expander { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +expander:hover { + color: #9093a2; +} + +expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +expander:disabled { + filter: opacity(0.45); +} + +expander-widget > box > title { + border-radius: 2px; +} + +expander-widget > box > title > expander { + color: rgba(70, 72, 83, 0.75); + opacity: 1; +} + +expander-widget > box > title:hover > expander { + color: #464853; +} + +.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), +placessidebar:not(decoration):not(window):drop(active):focus, +placessidebar:not(decoration):not(window):drop(active), +stackswitcher:not(decoration):not(window):drop(active):focus, +stackswitcher:not(decoration):not(window):drop(active), +expander-widget:not(decoration):not(window):drop(active):focus, +expander-widget:not(decoration):not(window):drop(active) { + box-shadow: none; +} + +calendar { + color: #464853; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +calendar > header { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +calendar > header > button { + border: none; + box-shadow: none; + background: none; + border-radius: 0; +} + +calendar > header > button:backdrop { + background: none; +} + +calendar > grid > label.today { + border-radius: 2px; + box-shadow: none; + background-color: rgba(0, 0, 0, 0.12); +} + +calendar > grid > label.today:selected { + box-shadow: none; + background-color: #5294e2; + color: #ffffff; +} + +calendar > grid > label:focus { + outline-color: rgba(0, 0, 0, 0.12); + outline-offset: -2px; + outline-width: 1px; + outline-style: dashed; +} + +calendar > grid > label.day-number { + padding: 4px; +} + +calendar > grid > label.day-number:selected { + border-radius: 2px; +} + +calendar > grid > label.day-number.other-month { + color: alpha(currentColor,0.3); +} + +window.dialog.message .linked:not(.vertical) > button, +window.dialog.message .linked:not(.vertical) > button:hover, +window.dialog.message .linked:not(.vertical) > button:active, +window.dialog.message .linked:not(.vertical) > button:checked, +window.dialog.message .linked:not(.vertical) > button:disabled { + border-radius: 0; + border-top: 1px solid rgba(0, 0, 0, 0.12); + border-right: none; + border-bottom: none; +} + +window.dialog.message .linked:not(.vertical) > button:last-child { + border-bottom-right-radius: 2px; + border-top-right-radius: 0; + border-right: none; + border-bottom: none; +} + +window.dialog.message .linked:not(.vertical) > button:first-child { + border-bottom-left-radius: 2px; + border-top-left-radius: 0; + border-left: none; + border-bottom: none; +} + +window.dialog.message .linked:not(.vertical) > button:only-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-left: none; + border-right: none; + border-bottom: none; +} + +window.dialog.message.background { + background-color: #ffffff; + color: #4a4c59; + border-radius: 2px; + border: none; +} + +window.dialog.message .titlebar { + min-height: 20px; + background-color: #ffffff; + border-bottom: none; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + box-shadow: none; +} + +window.dialog.message .titlebar:backdrop { + background-color: #ffffff; +} + +window.dialog.message .dialog-action-area button { + padding: 6px 10px 8px 10px; + border-radius: 0; + border: none; + border-top: 1px solid rgba(0, 0, 0, 0.12); + background-color: #ffffff; + color: #4a4c59; +} + +window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { + background-color: rgba(74, 76, 89, 0.06); +} + +window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { + background-color: rgba(74, 76, 89, 0.1); + color: #4a4c59; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + background-color: #fafbfc; +} + +filechooserbutton > button > box { + border-spacing: 6px; +} + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; +} + +messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { + border-radius: 0; +} + +.sidebar { + border-style: none; + background-color: #fafbfc; +} + +.sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { + border-right: 1px solid #e0e0e0; + border-left-style: none; +} + +.sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid #e0e0e0; + 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 list.separators:not(.horizontal) > row:not(.separator) { + border-bottom: none; +} + +stacksidebar row { + padding: 4px 4px; +} + +stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; +} + +stacksidebar row.needs-attention > label { + background-size: 6px 6px, 0 0; +} + +stacksidebar row:selected { + background-color: #5294e2; + border-radius: 2px; + color: #ffffff; +} + +stacksidebar row:selected:hover:dir(ltr), stacksidebar row:selected:hover:dir(rtl) { + background-color: #68a2e6; +} + +stacksidebar row:focus:focus-visible { + outline-width: 0; + background-color: #5294e2; + color: #ffffff; +} + +stacksidebar row.activatable:active, stacksidebar row.activatable:selected:active { + box-shadow: none; +} + +separator.sidebar { + background: none; + border-right: none; + min-width: 0; + min-height: 0; +} + +.navigation-sidebar { + padding: 3px 0; +} + +.navigation-sidebar > separator { + margin: 3px 0; +} + +.navigation-sidebar > row { + min-height: 28px; + padding: 2px 8px; + border-radius: 2px; + margin: 0 3px 2px; +} + +.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { + background-color: rgba(70, 72, 83, 0.1); + color: #464853; +} + +.navigation-sidebar > row:selected { + background-color: #5294e2; + color: #ffffff; +} + +.navigation-sidebar > row:selected:hover { + background-color: #3c86de; +} + +.navigation-sidebar > row:selected:focus-visible:focus-within { + outline-width: 0; + color: #ffffff; + background-color: #5294e2; +} + +.navigation-sidebar > row:selected:focus-visible:focus-within:hover { + background-color: #3c86de; +} + +.navigation-sidebar > row:disabled { + color: rgba(70, 72, 83, 0.55); +} + +placessidebar > viewport.frame { + border-style: none; +} + +placessidebar .navigation-sidebar > row { + min-height: 28px; + padding: 2px; + outline-offset: -3px; +} + +placessidebar .navigation-sidebar > row > revealer { + padding: 0 10px; +} + +placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { + padding-right: 8px; +} + +placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { + padding-left: 8px; +} + +placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +button.sidebar-button { + min-width: 22px; + min-height: 22px; + margin-top: 2px; + margin-bottom: 2px; + padding: 0; + border-radius: 100%; +} + +button.sidebar-button:not(:hover):not(:active) > image { + opacity: 0.5; +} + +placessidebar .navigation-sidebar > row.sidebar-placeholder-row { + padding: 0 8px; + min-height: 2px; + background-image: linear-gradient(to bottom, #F08437, #F08437); + background-clip: content-box; +} + +placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { + color: #5294e2; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled), placessidebar .navigation-sidebar > row:drop(active):not(:disabled) label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled) image { + color: #F08437; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected { + background-color: #F08437; +} + +placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected image { + color: #ffffff; +} + +placesview .server-list-button > image { + -gtk-icon-transform: rotate(0turn); +} + +placesview .server-list-button:checked > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); +} + +placesview > 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(#e0e0e0); + background-size: 1px 1px; +} + +paned > separator:selected { + background-image: image(#5294e2); +} + +paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: #fafbfc; + background-image: image(#e0e0e0), image(#e0e0e0); + background-size: 1px 1px, 1px 1px; +} + +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; +} + +video { + background: black; +} + +video image.osd { + min-width: 64px; + min-height: 64px; + border-radius: 1000px; + border: none; +} + +infobar { + border-style: none; + margin: 0; + padding: 0; +} + +infobar.info > revealer > box { + background-color: #5294e2; +} + +infobar.question > revealer > box { + background-color: #6dcfa7; +} + +infobar.warning > revealer > box { + background-color: #F27835; +} + +infobar.error > revealer > box { + background-color: #FC4138; +} + +infobar.info > revealer > box, infobar.question > revealer > box, infobar.warning > revealer > box, infobar.error > revealer > box { + color: #ffffff; + caret-color: currentColor; +} + +infobar.info > revealer > box selection, infobar.question > revealer > box selection, infobar.warning > revealer > box selection, infobar.error > revealer > box selection { + color: #5294e2; + background-color: #ffffff; +} + +infobar.info > revealer > box button, infobar.question > revealer > box button, infobar.warning > revealer > box button, infobar.error > revealer > box button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); +} + +infobar.info > revealer > box button.flat, infobar.question > revealer > box button.flat, infobar.warning > revealer > box button.flat, infobar.error > revealer > box button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); +} + +infobar.info > revealer > box button.flat:disabled, infobar.question > revealer > box button.flat:disabled, infobar.warning > revealer > box button.flat:disabled, infobar.error > revealer > box button.flat:disabled, infobar.info > revealer > box button.flat:disabled label, infobar.question > revealer > box button.flat:disabled label, infobar.warning > revealer > box button.flat:disabled label, infobar.error > revealer > box button.flat:disabled label { + color: rgba(255, 255, 255, 0.4); +} + +infobar.info > revealer > box button:hover, infobar.question > revealer > box button:hover, infobar.warning > revealer > box button:hover, infobar.error > revealer > box button:hover { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.65); +} + +infobar.info > revealer > box button:active, infobar.question > revealer > box button:active, infobar.warning > revealer > box button:active, infobar.error > revealer > box button:active, infobar.info > revealer > box button:checked, infobar.question > revealer > box button:checked, infobar.warning > revealer > box button:checked, infobar.error > revealer > box button:checked { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.35); + border-color: rgba(255, 255, 255, 0.65); +} + +infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); +} + +infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled, infobar.info > revealer > box button:disabled label, infobar.question > revealer > box button:disabled label, infobar.warning > revealer > box button:disabled label, infobar.error > revealer > box button:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +infobar.info > revealer > box button:disabled:active, infobar.question > revealer > box button:disabled:active, infobar.warning > revealer > box button:disabled:active, infobar.error > revealer > box button:disabled:active, infobar.info > revealer > box button:disabled:checked, infobar.question > revealer > box button:disabled:checked, infobar.warning > revealer > box button:disabled:checked, infobar.error > revealer > box button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.4); +} + +tooltip { + border-radius: 2px; + box-shadow: none; + padding: 6px 10px; +} + +tooltip.background { + background-color: #3e4250; + background-clip: padding-box; + color: #D3DAE3; +} + +tooltip.background label { + padding: 4px; +} + +tooltip > box { + border-spacing: 6px; +} + +colorswatch, colorswatch:drop(active) { + border-style: none; +} + +colorswatch.top { + border-top-left-radius: 2.5px; + border-top-right-radius: 2.5px; +} + +colorswatch.top overlay { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +colorswatch.bottom { + border-bottom-left-radius: 2.5px; + border-bottom-right-radius: 2.5px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 2.5px; + border-bottom-left-radius: 2.5px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 2.5px; + border-bottom-right-radius: 2.5px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} + +colorswatch.dark overlay { + color: rgba(255, 255, 255, 0.7); +} + +colorswatch.dark overlay:hover { + border-color: rgba(0, 0, 0, 0.5); +} + +colorswatch.light overlay { + color: rgba(0, 0, 0, 0.7); +} + +colorswatch.light overlay:hover { + border-color: rgba(0, 0, 0, 0.3); +} + +colorswatch overlay { + border: 1px solid rgba(0, 0, 0, 0.15); +} + +colorswatch overlay:hover { + background-color: rgba(255, 255, 255, 0.2); +} + +colorswatch:disabled { + opacity: 0.5; +} + +colorswatch:disabled overlay { + border-color: rgba(0, 0, 0, 0.6); + box-shadow: none; +} + +colorswatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; +} + +colorswatch#add-color-button:hover { + color: #23242a; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + box-shadow: none; +} + +colorswatch#add-color-button overlay { + border-color: transparent; + background-color: transparent; + background-image: none; +} + +button.color { + padding: 4px; +} + +button.color > colorswatch:only-child { + box-shadow: 0 1px rgba(0, 0, 0, 0.12); +} + +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:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child, button.color:disabled colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { + box-shadow: none; +} + +colorchooser .popover.osd { + border-radius: 2px; +} + +.content-view { + background-color: #ffffff; +} + +.content-view .tile { + margin: 2px; + background-color: transparent; + border-radius: 0; + padding: 0; +} + +.content-view .tile:active, .content-view .tile:selected { + background-color: transparent; +} + +.content-view .tile:disabled { + background-color: transparent; +} + +shortcuts-section { + margin: 20px; +} + +.shortcuts-search-results { + margin: 20px; + border-spacing: 24px; +} + +shortcut { + border-spacing: 6px; +} + +shortcut > .keycap { + min-width: 16px; + min-height: 20px; + padding: 3px 6px 4px 6px; + color: #464853; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + border-radius: 2.5px; + box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); +} + +:not(decoration):not(window):drop(active):focus, +:not(decoration):not(window):drop(active) { + border-color: #F08437; + box-shadow: inset 0 0 0 1px #F08437; + caret-color: #F08437; +} + +stackswitcher { + background-color: transparent; +} + +stackswitcher > button { + margin: 0; +} + +stackswitcher > button.text-button { + min-width: 80px; +} + +stackswitcher > button.circular { + min-width: 0; +} + +stackswitcher.circular { + border-spacing: 12px; +} + +stackswitcher.circular > button.circular, +stackswitcher.circular > button.text-button.circular { + min-width: 32px; + min-height: 32px; + padding: 0; +} + +window { + border: none; + outline: none; + box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.12); + margin: 0; + border-radius: 0; + transition: 200ms ease-out; +} + +window:backdrop { + box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.12); +} + +window.popup { + border-radius: 0; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12); +} + +window.dialog.message { + border-radius: 3px; +} + +window.solid-csd { + margin: 0; + padding: 0; + border: solid 2px #32343D; + border-radius: 0; + box-shadow: none; +} + +window.maximized, window.fullscreen, window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom { + border-radius: 0; + box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); +} + +window.ssd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12); +} + +headerbar windowcontrols > button, .csd headerbar windowcontrols > button, .solid-csd headerbar windowcontrols > button { + margin: 0; + padding: 0; + min-width: 28px; + min-height: 28px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(255, 255, 255, 0); +} + +headerbar windowcontrols > button:hover { + color: #4a4c59; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f2f2f2; +} + +headerbar windowcontrols > button:active, headerbar windowcontrols > button:checked { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; +} + +headerbar windowcontrols > button.close, headerbar windowcontrols > button.maximize, headerbar windowcontrols > button.minimize { + padding: 0; + margin: 0 2px; + min-width: 27px; + min-height: 27px; + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; + border-radius: 0; +} + +headerbar windowcontrols > button.close:backdrop, headerbar windowcontrols > button.maximize:backdrop, headerbar windowcontrols > button.minimize:backdrop { + opacity: 1; +} + +headerbar windowcontrols > button.close { + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); +} + +headerbar windowcontrols > button.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); +} + +headerbar windowcontrols > button.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); +} + +headerbar windowcontrols > button.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); +} + +headerbar windowcontrols > button.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); +} + +headerbar windowcontrols > button.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); +} + +headerbar windowcontrols > button.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); +} + +headerbar windowcontrols > button.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); +} + +headerbar windowcontrols > button.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); +} + +headerbar windowcontrols > button.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); +} + +headerbar windowcontrols > button.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); +} + +headerbar windowcontrols > button.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); +} + +headerbar windowcontrols > button.restore { + background-image: -gtk-scaled(url("assets/titlebutton-restore.png"), url("assets/titlebutton-restore@2.png")); +} + +headerbar windowcontrols > button.restore:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop.png"), url("assets/titlebutton-restore-backdrop@2.png")); +} + +headerbar windowcontrols > button.restore:hover { + background-image: -gtk-scaled(url("assets/titlebutton-restore-hover.png"), url("assets/titlebutton-restore-hover@2.png")); +} + +headerbar windowcontrols > button.restore:active { + background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize, .maximized headerbar windowcontrols > button.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-restore.png"), url("assets/titlebutton-restore@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize:backdrop, .maximized headerbar windowcontrols > button.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop.png"), url("assets/titlebutton-restore-backdrop@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize:hover, .maximized headerbar windowcontrols > button.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-restore-hover.png"), url("assets/titlebutton-restore-hover@2.png")); +} + +.fullscreen headerbar windowcontrols > button.maximize:active, .maximized headerbar windowcontrols > button.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); +} + +.view:selected, .view:selected:focus, +textview > text:selected, +textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, +iconview:selected, +iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { + background-color: #5294e2; +} + +row:selected label, label:selected, .view:selected, .view:selected:focus, +textview > text:selected, +textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, +iconview:selected, +iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { + color: #ffffff; +} + +row:selected label:disabled, label:disabled:selected, .view:disabled:selected, +textview > text:disabled:selected, +textview > text:disabled:selected:focus, textview > text > selection:disabled, +iconview:disabled:selected, +iconview:disabled:selected:focus, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, modelbutton.flat:disabled:active, modelbutton.flat:disabled:selected, spinbutton:not(.vertical) > text > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, row:disabled:selected, calendar > grid > label.day-number:disabled:selected { + color: #a9caf1; +} + +.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 > contents { + padding: 0; +} + +.emoji-searchbar { + padding: 4px; + border-spacing: 4px; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.emoji-toolbar { + padding: 2px; + border-spacing: 2px; + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +button.emoji-section { + padding: 4px 12px; + outline-offset: -4px; + border: none; +} + +button.emoji-section:hover { + color: #464853; + background-color: rgba(70, 72, 83, 0.1); +} + +button.emoji-section:active { + color: #464853; + background-color: rgba(70, 72, 83, 0.2); +} + +popover.emoji-picker emoji { + font-size: x-large; + padding: 6px; + border-radius: 6px; +} + +popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { + background-color: #5294e2; +} + +emoji-completion-row > box { + border-spacing: 10px; + padding: 2px 10px; +} + +emoji-completion-row:focus, +emoji-completion-row:hover { + background: none; + color: #464853; + box-shadow: none; +} + +emoji-completion-row emoji:focus, emoji-completion-row emoji:hover { + background-color: rgba(0, 0, 0, 0.12); +} + +popover.entry-completion > contents { + padding: 0; +} + +statusbar { + padding: 6px 10px; +} + +avatar { + border-radius: 9999px; + font-weight: bold; +} + +avatar.color1 { + background-image: linear-gradient(#83b6ec, #337fdc); + color: #cfe1f5; +} + +avatar.color2 { + background-image: linear-gradient(#7ad9f1, #0f9ac8); + color: #caeaf2; +} + +avatar.color3 { + background-image: linear-gradient(#8de6b1, #29ae74); + color: #cef8d8; +} + +avatar.color4 { + background-image: linear-gradient(#b5e98a, #6ab85b); + color: #e6f9d7; +} + +avatar.color5 { + background-image: linear-gradient(#f8e359, #d29d09); + color: #f9f4e1; +} + +avatar.color6 { + background-image: linear-gradient(#ffcb62, #d68400); + color: #ffead1; +} + +avatar.color7 { + background-image: linear-gradient(#ffa95a, #ed5b00); + color: #ffe5c5; +} + +avatar.color8 { + background-image: linear-gradient(#f78773, #e62d42); + color: #f8d2ce; +} + +avatar.color9 { + background-image: linear-gradient(#e973ab, #e33b6a); + color: #fac7de; +} + +avatar.color10 { + background-image: linear-gradient(#cb78d4, #9945b5); + color: #e7c2e8; +} + +avatar.color11 { + background-image: linear-gradient(#9e91e8, #7a59ca); + color: #d5d2f5; +} + +avatar.color12 { + background-image: linear-gradient(#e3cf9c, #b08952); + color: #f2eade; +} + +avatar.color13 { + background-image: linear-gradient(#be916d, #785336); + color: #e5d6ca; +} + +avatar.color14 { + background-image: linear-gradient(#c0bfbc, #6e6d71); + color: #d8d7d3; +} + +avatar.contrasted { + color: white; +} + +avatar.image { + background: none; +} + +splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { + box-shadow: none; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { + outline: none; +} + +splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { + background-image: image(alpha(currentColor,0.1)); +} + +splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { + background-image: image(rgba(0, 0, 0, 0.2)); +} + +splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { + background-image: image(rgba(0, 0, 0, 0.15)); +} + +splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { + background-image: image(rgba(0, 0, 0, 0.05)); +} + +splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { + background-image: image(rgba(0, 0, 0, 0.3)); +} + +button.opaque { + background-color: gtkmix(#ffffff, #464853, 85%); + color: #464853; +} + +button.destructive-action { + color: white; +} + +button.destructive-action, button.destructive-action:checked { + background-color: #F04A50; +} + +button.suggested-action { + color: white; +} + +button.suggested-action, button.suggested-action:checked { + background-color: #5294e2; +} + +button.font separator { + background-color: transparent; +} + +button.font > box { + border-spacing: 6px; +} + +button.font > box > box > label { + font-weight: bold; +} + +menubutton.pill > button, button.pill { + padding: 10px 32px; + border-radius: 9999px; +} + +button.card { + background-clip: padding-box; + font-weight: inherit; + padding: 0; + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; + box-shadow: none; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +button.card:hover { + color: #23242a; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + box-shadow: none; +} + +button.card.keyboard-activating, button.card:active { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; + box-shadow: none; +} + +button.card:checked { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; + box-shadow: none; +} + +button.card:drop(active) { + color: #F08437; + box-shadow: inset 0 0 0 1px #F08437; +} + +menubutton.osd { + background: none; + color: inherit; +} + +menubutton.suggested-action { + background-color: #5294e2; + color: white; +} + +menubutton.destructive-action { + background-color: #F04A50; + color: white; +} + +menubutton.opaque { + background-color: gtkmix(#ffffff, #464853, 85%); + color: #464853; +} + +menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { + border-radius: 2px; +} + +menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { + border-radius: 9999px; +} + +menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { + background-color: transparent; + color: inherit; +} + +menubutton.image-button > button { + min-width: 24px; + padding-left: 5px; + padding-right: 5px; +} + +menubutton arrow { + min-height: 16px; + min-width: 16px; +} + +menubutton arrow.none { + -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); +} + +menubutton arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menubutton arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +menubutton arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +menubutton arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +splitbutton { + border-radius: 2px; +} + +splitbutton, splitbutton > separator { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background; +} + +splitbutton > separator { + margin-top: 6px; + margin-bottom: 6px; + background: none; +} + +splitbutton > menubutton > button { + padding-left: 4px; + padding-right: 4px; +} + +splitbutton.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + +splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { + padding-left: 9px; + padding-right: 9px; +} + +splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { + border-spacing: 6px; +} + +splitbutton > button:dir(ltr), +splitbutton > menubutton > button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + margin-right: -1px; +} + +splitbutton > button:dir(rtl), +splitbutton > menubutton > button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + margin-left: -1px; +} + +splitbutton.flat > separator { + background: rgba(0, 0, 0, 0.12); +} + +splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { + background: alpha(currentColor,0.1); + color: #464853; +} + +splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { + background: none; +} + +splitbutton.flat:focus-within:focus-visible > separator { + background: none; +} + +splitbutton.flat > button, +splitbutton.flat > menubutton > button { + border-radius: 2px; +} + +splitbutton.suggested-action { + background-color: #5294e2; + color: white; +} + +splitbutton.destructive-action { + background-color: #F04A50; + color: white; +} + +splitbutton.opaque { + background-color: gtkmix(#ffffff, #464853, 85%); + color: #464853; +} + +splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { + color: inherit; + background-color: transparent; +} + +splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); +} + +splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); +} + +splitbutton > menubutton > button > arrow.none { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +buttoncontent { + border-spacing: 6px; +} + +buttoncontent > label { + font-weight: bold; +} + +buttoncontent > label:dir(ltr) { + padding-right: 2px; +} + +buttoncontent > label:dir(rtl) { + padding-left: 2px; +} + +.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { + padding-right: 0; +} + +.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { + padding-left: 0; +} + +toast { + margin: 12px; + margin-bottom: 24px; + border-radius: 9999px; + border-spacing: 6px; + padding: 6px; +} + +toast:dir(ltr) { + padding-left: 12px; +} + +toast:dir(rtl) { + padding-right: 12px; +} + +toast > widget { + margin: 0 6px; +} + +statuspage > scrolledwindow > viewport > box { + margin: 36px 12px; + border-spacing: 36px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box { + border-spacing: 12px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 128px; + color: alpha(currentColor,0.45); +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { + opacity: 0.45; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box { + margin: 24px 12px; + border-spacing: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 96px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 12px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { + font-size: 18pt; +} + +list.content, +list.boxed-list, .card { + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; + border-radius: 2px; + box-shadow: none; + border: 1px solid rgba(0, 0, 0, 0.12); + background-clip: padding-box; +} + +.osd list.content, +.osd list.boxed-list, list.osd.content, +list.osd.boxed-list, .osd .card, .card.osd { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; +} + +.card.activatable { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +.card.activatable:hover { + background-image: image(alpha(currentColor,0.03)); +} + +.card.activatable:active { + background-image: image(alpha(currentColor,0.08)); +} + +preferencespage > scrolledwindow > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; +} + +preferencesgroup > box, preferencesgroup > box .labels { + border-spacing: 6px; +} + +preferencesgroup > box > box.header:not(.single-line) { + margin-bottom: 6px; +} + +preferencesgroup > box > box.single-line { + min-height: 34px; +} + +viewswitcher { + margin: 0; +} + +viewswitcher.wide { + border-spacing: 3px; +} + +viewswitcher.narrow button.toggle { + border-radius: 0; + margin: 0; + border: none; +} + +viewswitcher button.toggle { + font-weight: bold; + padding: 0; + min-height: 0; +} + +viewswitcher button.toggle > stack > box.narrow { + font-size: 0.75rem; + padding-top: 7px; + padding-bottom: 5px; + border-spacing: 4px; +} + +viewswitcher button.toggle > stack > box.narrow > stack > label { + padding-left: 8px; + padding-right: 8px; +} + +viewswitcher button.toggle > stack > box.wide { + padding: 0 12px; + border-spacing: 6px; +} + +viewswitcherbar actionbar > revealer > box { + padding: 0; +} + +viewswitchertitle viewswitcher { + margin-left: 12px; + margin-right: 12px; +} + +indicatorbin > indicator, indicatorbin > mask { + min-width: 6px; + min-height: 6px; + border-radius: 9999px; +} + +indicatorbin > indicator { + margin: 1px; + background: alpha(currentColor,0.4); +} + +indicatorbin > indicator > label { + font-size: 0.6rem; + font-weight: bold; + padding: 1px 4px; + color: white; +} + +indicatorbin > mask { + padding: 1px; + background: black; +} + +indicatorbin.needs-attention > indicator { + background: #5294e2; +} + +indicatorbin.needs-attention > indicator > label { + color: #ffffff; +} + +tabbar .box { + min-height: 28px; +} + +tabbar tabbox > tabboxchild { + border-radius: 0; + margin-bottom: 6px; + margin-top: 6px; +} + +tabbar tabbox > separator { + margin-top: 9px; + margin-bottom: 9px; + transition: opacity 150ms ease-in-out; +} + +tabbar tabbox > separator.hidden { + opacity: 0; +} + +tabbar tabbox > revealer > indicator { + min-width: 2px; + border-radius: 2px; + margin: 9px 6px; + background: alpha(#5294e2,0.5); +} + +tabbar tab { + transition: background 150ms ease-in-out; +} + +tabbar tab:selected, tabbar tab:checked, tabbar tab:active, tabbar tab:active:hover, tabbar tab:checked:hover { + background-color: transparent; + box-shadow: inset 0 -2px #5294e2; + color: #464853; +} + +tabbar tab:hover { + box-shadow: inset 0 -2px #a9caf1; +} + +tabbar .start-action, +tabbar .end-action { + padding: 5px; +} + +tabbar .start-action:dir(ltr), +tabbar .end-action:dir(rtl) { + padding-right: 0; +} + +tabbar .start-action:dir(rtl), +tabbar .end-action:dir(ltr) { + padding-left: 0; +} + +tabbar:not(.inline) .box { + background-color: #fafbfc; + color: rgba(70, 72, 83, 0.75); + padding-bottom: 0; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); + border: none; +} + +tabbar:not(.inline):backdrop .box { + transition: 200ms ease-out; +} + +tabbar:not(.inline):backdrop .box > scrolledwindow, +tabbar:not(.inline):backdrop .box > .start-action, +tabbar:not(.inline):backdrop .box > .end-action { + filter: opacity(0.5); + transition: 200ms ease-out; +} + +dnd tab { + background-color: #fafbfc; + color: rgba(70, 72, 83, 0.75); + box-shadow: none; + margin: 24px; +} + +tabbar tab, +dnd tab { + min-height: 28px; + padding: 2px 6px 3px 6px; + border-radius: 0; +} + +tabbar tab button.image-button, +dnd tab button.image-button { + padding: 0; + margin: 0; + min-width: 20px; + min-height: 20px; + border-radius: 9999px; + border: none; +} + +tabbar tab button.image-button:hover, +dnd tab button.image-button:hover { + color: #ff4d4d; + background-color: #eaeef2; +} + +tabbar tab button.image-button:active, +dnd tab button.image-button:active { + color: #5294e2; + background-color: #e1e7ed; +} + +tabbar tab indicator, +dnd tab indicator { + min-height: 2px; + border-radius: 2px; + background: alpha(#5294e2,0.5); +} + +tabview:drop(active), +tabbox:drop(active) { + box-shadow: none; +} + +.unfolded stacksidebar.sidebar { + border: none; +} + +@define-color theme_fg_color #464853; +@define-color theme_text_color currentColor; +@define-color theme_bg_color #fafbfc; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #464853; +@define-color text_color currentColor; +@define-color bg_color #fafbfc; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color white; +@define-color insensitive_fg_color rgba(70, 72, 83, 0.55); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #464853; +@define-color theme_unfocused_text_color currentColor; +@define-color theme_unfocused_bg_color #fafbfc; +@define-color theme_unfocused_base_color #ffffff; +@define-color theme_unfocused_selected_bg_color #5294e2; +@define-color theme_unfocused_selected_fg_color #ffffff; +@define-color unfocused_insensitive_color rgba(70, 72, 83, 0.55); +@define-color borders rgba(0, 0, 0, 0.12); +@define-color unfocused_borders rgba(0, 0, 0, 0.12); +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #6dcfa7; +@define-color placeholder_text_color #A8A8A8; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; +/* Very contrasty background for text views (@theme_text_color foreground) */ +@define-color text_view_bg #ffffff; +@define-color wm_title alpha(#4a4c59, 0.8); +@define-color wm_unfocused_title alpha(#4a4c59, 0.5); +@define-color wm_bg white; +@define-color wm_bg_unfocused white; +@define-color wm_highlight white; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border #a6a6a6; +@define-color wm_button_close_bg #f46067; +@define-color wm_button_close_hover_bg #f68086; +@define-color wm_button_close_active_bg #f13039; +@define-color wm_icon_close_bg #F8F8F9; +@define-color wm_button_hover_bg #fdfdfd; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #D1D3DA; +@define-color wm_icon_bg #90949E; +@define-color wm_icon_unfocused_bg #B6B8C0; +@define-color wm_icon_hover_bg #7A7F8B; +@define-color wm_icon_active_bg #ffffff; +@define-color budgie_tasklist_indicator_color #5294e2; +@define-color budgie_tasklist_indicator_color_active #5294e2; +@define-color budgie_tasklist_indicator_color_active_window #3b608e; +@define-color budgie_tasklist_indicator_color_attention #F27835; +@define-color STRAWBERRY_100 #FF9262; +@define-color STRAWBERRY_300 #FF793E; +@define-color STRAWBERRY_500 #F15D22; +@define-color STRAWBERRY_700 #CF3B00; +@define-color STRAWBERRY_900 #AC1800; +@define-color ORANGE_100 #FFDB91; +@define-color ORANGE_300 #FFCA40; +@define-color ORANGE_500 #FAA41A; +@define-color ORANGE_700 #DE8800; +@define-color ORANGE_900 #C26C00; +@define-color BANANA_100 #FFFFA8; +@define-color BANANA_300 #FFFA7D; +@define-color BANANA_500 #FFCE51; +@define-color BANANA_700 #D1A023; +@define-color BANANA_900 #A27100; +@define-color LIME_100 #A2F3BE; +@define-color LIME_300 #8ADBA6; +@define-color LIME_500 #73C48F; +@define-color LIME_700 #479863; +@define-color LIME_900 #1C6D38; +@define-color BLUEBERRY_100 #94A6FF; +@define-color BLUEBERRY_300 #6A7CE0; +@define-color BLUEBERRY_500 #3F51B5; +@define-color BLUEBERRY_700 #213397; +@define-color BLUEBERRY_900 #031579; +@define-color GRAPE_100 #D25DE6; +@define-color GRAPE_300 #B84ACB; +@define-color GRAPE_500 #9C27B0; +@define-color GRAPE_700 #830E97; +@define-color GRAPE_900 #6A007E; +@define-color COCOA_100 #9F9792; +@define-color COCOA_300 #7B736E; +@define-color COCOA_500 #574F4A; +@define-color COCOA_700 #463E39; +@define-color COCOA_900 #342C27; +@define-color SILVER_100 #EEE; +@define-color SILVER_300 #CCC; +@define-color SILVER_500 #AAA; +@define-color SILVER_700 #888; +@define-color SILVER_900 #666; +@define-color SLATE_100 #888; +@define-color SLATE_300 #666; +@define-color SLATE_500 #444; +@define-color SLATE_700 #222; +@define-color SLATE_900 #111; +@define-color BLACK_100 #474341; +@define-color BLACK_300 #403C3A; +@define-color BLACK_500 #393634; +@define-color BLACK_700 #33302F; +@define-color BLACK_900 #2B2928; diff --git a/src/gtk/theme-4.0/gtk-light.scss b/src/gtk/theme-4.0/gtk-Light.scss similarity index 76% rename from src/gtk/theme-4.0/gtk-light.scss rename to src/gtk/theme-4.0/gtk-Light.scss index 3929cf4f..aaba172d 100644 --- a/src/gtk/theme-4.0/gtk-light.scss +++ b/src/gtk/theme-4.0/gtk-Light.scss @@ -6,6 +6,7 @@ $titlebar: 'light'; @import '../../_sass/gtk/drawing'; @import '../../_sass/gtk/common-4.0'; @import '../../_sass/gtk/apps-4.0'; +@import '../../_sass/gtk/libadwaita'; // @import '../../_sass/gtk/granite'; -@import '../../_sass/gtk/darksidebar_widgets'; +// @import '../../_sass/gtk/darksidebar_widgets'; @import '../../_sass/gtk/colors-public'; diff --git a/src/gtk/theme-4.0/gtk-dark.css b/src/gtk/theme-4.0/gtk-dark.css deleted file mode 100644 index dbd1efa7..00000000 --- a/src/gtk/theme-4.0/gtk-dark.css +++ /dev/null @@ -1,7771 +0,0 @@ -@keyframes ripple_effect { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 100%, transparent 0%); - } -} - -.background { - color: #e6ebef; - background-color: #32343D; -} - -.background.csd { - border-radius: 0; -} - -.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen { - border-radius: 0; -} - -.background:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; -} - -dnd { - color: #e6ebef; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -.view, -iconview, -textview > text { - color: #e0e5eb; - background-color: #282A33; -} - -.view:disabled, -iconview:disabled, -textview > text:disabled { - color: rgba(230, 235, 239, 0.45); - background-color: #282A33; -} - -textview:drop(active) { - caret-color: #F08437; -} - -textview > border { - background-color: #2d2f38; -} - -iconview:drop(active) { - box-shadow: none; -} - -iconview > dndtarget:drop(active) { - border-style: solid; - border-width: 1px; - border-color: #2679db; -} - -iconview:hover, iconview:active, iconview:selected { - border-radius: 2px; -} - -rubberband, .content-view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #68a2e6; - background-color: rgba(104, 162, 230, 0.2); -} - -flowbox > flowboxchild { - padding: 3px; - border-radius: 2px; -} - -flowbox > flowboxchild:selected { - outline-offset: -2px; -} - -flowbox.search-bar { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: #5294e2; -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: #e0e5eb; - background-color: #282A33; - border: 1px solid black; -} - -label.separator { - color: #e6ebef; -} - -label > selection { - color: #ffffff; - background-color: #5294e2; -} - -label:disabled { - color: rgba(230, 235, 239, 0.45); -} - -button label:disabled { - color: inherit; -} - -label:disabled > selection { - color: #a9caf1; -} - -label.error { - color: #FC4138; -} - -label.error:disabled { - color: rgba(252, 65, 56, 0.5); -} - -.dim-label, popover.background label.separator, headerbar .subtitle, entry > text > placeholder, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > text > placeholder, label.separator { - opacity: 0.55; - text-shadow: none; -} - -window.assistant .sidebar { - background-color: #282A33; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.assistant.csd .sidebar { - border-top-style: none; -} - -window.assistant .sidebar > label { - padding: 6px 12px; -} - -window.assistant .sidebar > label.highlight { - background-color: #5294e2; - color: #ffffff; -} - -window.aboutdialog image.large-icons { - -gtk-icon-size: 128px; -} - -textview { - background-color: #282A33; -} - -.osd .scale-popup, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: #D3DAE3; - border: none; - background-color: #282A33; - background-clip: padding-box; - box-shadow: none; - -gtk-icon-shadow: none; -} - -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.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; -} - -entry, spinbutton.vertical > text, spinbutton:not(.vertical) > text { - min-height: 22px; - border: 1px solid; - padding: 2px 8px; - caret-color: currentColor; - border-radius: 2px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #e0e5eb; - border-color: rgba(255, 255, 255, 0.12); - background-color: #282a33; -} - -entry.search, spinbutton.vertical > text.search, spinbutton:not(.vertical) > text.search { - border-radius: 100px; -} - -entry > image, spinbutton.vertical > text > image, spinbutton:not(.vertical) > text > image { - color: #c0c4c9; -} - -entry > image.left, spinbutton.vertical > text > image.left, spinbutton:not(.vertical) > text > image.left { - padding-left: 0; - padding-right: 5px; -} - -entry > image.right, spinbutton.vertical > text > image.right, spinbutton:not(.vertical) > text > image.right { - padding-right: 0; - padding-left: 5px; -} - -entry.flat:focus-within, entry.flat:backdrop, entry.flat:disabled, entry.flat:backdrop:disabled, entry.flat, spinbutton.vertical > text.flat, spinbutton:not(.vertical) > text.flat { - min-height: 0; - padding: 2px; - background-image: none; - border-color: transparent; - border-radius: 0; -} - -entry:focus-within, spinbutton.vertical > text:focus-within, spinbutton:not(.vertical) > text:focus-within { - background-clip: border-box; - color: #e0e5eb; - border-color: #5294e2; - background-color: #282a33; -} - -entry:focus-within > placeholder, spinbutton.vertical > text:focus-within > placeholder, spinbutton:not(.vertical) > text:focus-within > placeholder { - opacity: 0; - /* We hide placeholders on focus */ -} - -entry:disabled, spinbutton.vertical > text:disabled, spinbutton:not(.vertical) > text:disabled { - color: rgba(230, 235, 239, 0.45); - border-color: rgba(255, 255, 255, 0.05); - background-color: rgba(40, 42, 51, 0.55); -} - -entry.warning, spinbutton.vertical > text.warning, spinbutton:not(.vertical) > text.warning { - color: white; - border-color: rgba(255, 255, 255, 0.12); - background-color: #a15934; -} - -entry.warning > image, spinbutton.vertical > text.warning > image, spinbutton:not(.vertical) > text.warning > image { - color: white; -} - -entry.warning:focus-within, spinbutton.vertical > text.warning:focus-within, spinbutton:not(.vertical) > text.warning:focus-within { - color: white; - background-color: #F27835; - box-shadow: none; -} - -entry.warning > selection, entry.warning > selection:focus, spinbutton.vertical > text.warning > selection, spinbutton:not(.vertical) > text.warning > selection { - background-color: white; - color: #F27835; -} - -entry.error, spinbutton.vertical > text.error, spinbutton:not(.vertical) > text.error { - color: white; - border-color: rgba(255, 255, 255, 0.12); - background-color: #a73836; -} - -entry.error > image, spinbutton.vertical > text.error > image, spinbutton:not(.vertical) > text.error > image { - color: white; -} - -entry.error:focus-within, spinbutton.vertical > text.error:focus-within, spinbutton:not(.vertical) > text.error:focus-within { - color: white; - background-color: #FC4138; - box-shadow: none; -} - -entry.error > selection, entry.error > selection:focus, spinbutton.vertical > text.error > selection, spinbutton:not(.vertical) > text.error > selection { - background-color: white; - color: #FC4138; -} - -entry.search-missing, spinbutton.vertical > text.search-missing, spinbutton:not(.vertical) > text.search-missing { - color: white; - border-color: rgba(255, 255, 255, 0.12); - background-color: #a73836; -} - -entry.search-missing > image, spinbutton.vertical > text.search-missing > image, spinbutton:not(.vertical) > text.search-missing > image { - color: white; -} - -entry.search-missing:focus-within, spinbutton.vertical > text.search-missing:focus-within, spinbutton:not(.vertical) > text.search-missing:focus-within { - color: white; - background-color: #FC4138; - box-shadow: none; -} - -entry.search-missing > selection, entry.search-missing > selection:focus, spinbutton.vertical > text.search-missing > selection, spinbutton:not(.vertical) > text.search-missing > selection { - background-color: white; - color: #FC4138; -} - -entry:drop(active):focus-within, entry:drop(active), spinbutton.vertical > text:drop(active), spinbutton:not(.vertical) > text:drop(active) { - border-color: #F08437; - box-shadow: none; -} - -.osd entry, .osd spinbutton.vertical > text, .osd spinbutton:not(.vertical) > text { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -.osd entry image, .osd spinbutton.vertical > text image, .osd spinbutton:not(.vertical) > text image { - color: inherit; -} - -.osd entry:focus-within, .osd spinbutton.vertical > text:focus-within, .osd spinbutton:not(.vertical) > text:focus-within { - color: #ffffff; - border-color: #434655; - background-color: #5294e2; -} - -.osd entry:disabled, .osd spinbutton.vertical > text:disabled, .osd spinbutton:not(.vertical) > text:disabled { - color: rgba(211, 218, 227, 0.55); - background-color: rgba(51, 54, 65, 0.85); -} - -.osd entry selection, .osd spinbutton.vertical > text selection, .osd spinbutton:not(.vertical) > text selection { - color: #5294e2; - background-color: #ffffff; -} - -entry > progress, spinbutton.vertical > text > progress, spinbutton:not(.vertical) > text > progress { - margin-bottom: 2px; -} - -entry progress > trough > progress, spinbutton.vertical > text progress > trough > progress, spinbutton:not(.vertical) > text progress > trough > progress { - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; -} - -treeview entry.flat, treeview entry { - border-radius: 0; - background-image: none; - background-color: #282A33; -} - -treeview entry.flat:focus-within, treeview entry:focus-within { - border-color: #5294e2; -} - -@keyframes needs_attention { - from { - background-image: radial-gradient(farthest-side, #5294e2 0%, rgba(82, 148, 226, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #5294e2 95%, rgba(82, 148, 226, 0)); - } -} - -popover.background.touch-selection button, popover.background.magnifier button, .osd button { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -popover.background.touch-selection button:active, popover.background.magnifier button:active, .osd button:active, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:checked { - background-clip: padding-box; - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - - -button { - min-height: 22px; - min-width: 20px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 2px; - padding: 2px 6px; - color: #e6ebef; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2c2f39; -} - - -button separator { - margin: 4px 1px; -} - -button.sidebar-button, -button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - transition: none; -} - -button.sidebar-button:hover, -button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 250ms; -} - -button.sidebar-button:hover:active, -button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - - -button:hover { - color: #b7c6d1; - border-color: rgba(255, 255, 255, 0.12); - background-color: #3e4250; -} - - -button:active, -button:checked { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; - background-clip: padding-box; - transition-duration: 50ms; -} - - -button:active:not(:disabled) label:disabled, -button:checked:not(:disabled) label:disabled { - color: inherit; - opacity: 0.6; -} - - -button.flat:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; -} - - -button:disabled { - border-color: rgba(255, 255, 255, 0.05); - background-color: rgba(44, 47, 57, 0.55); -} - - -button:disabled label, -button:disabled { - color: rgba(230, 235, 239, 0.45); -} - - -button:disabled:active, -button:disabled:checked { - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; -} - - -button:disabled:active label, -button:disabled:active, -button:disabled:checked label, -button:disabled:checked { - color: rgba(255, 255, 255, 0.8); -} - - -button.image-button { - min-width: 24px; - padding-left: 5px; - padding-right: 5px; -} - - -button.text-button { - padding-left: 12px; - padding-right: 12px; -} - - -button.text-button.image-button { - padding-left: 5px; - padding-right: 5px; -} - - -button.text-button.image-button label:first-child { - padding-left: 8px; - padding-right: 2px; -} - - -button.text-button.image-button label:last-child { - padding-right: 8px; - padding-left: 2px; -} - - -button.text-button.image-button label:only-child { - padding-left: 8px; - padding-right: 8px; -} - - -button.text-button.image-button.popup { - padding-right: 8px; - padding-left: 8px; -} - - -button:drop(active) { - color: #F08437; - border-color: #F08437; - box-shadow: none; -} - - -button.osd { - color: #D3DAE3; - background-color: #282A33; - border-color: #16171c; -} - - -button.osd.image-button { - padding: 0; - min-height: 36px; - min-width: 36px; -} - - -button.osd:hover { - color: #5294e2; -} - - -button.osd:active, -button.osd:checked { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - - -button.osd:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - -.osd button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; -} - -.osd button.flat:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -.osd button.flat:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); - background-image: none; -} - -.osd button.flat:active, .osd button.flat:checked { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { - box-shadow: none; -} - - -button.suggested-action { - background-clip: border-box; - color: white; - background-color: #5294e2; - border-color: #3c86de; -} - - -button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #5294e2; -} - - -button.suggested-action:hover { - background-clip: border-box; - color: white; - background-color: #68a2e6; - border-color: #5294e2; -} - - -button.suggested-action:active, -button.suggested-action:checked { - background-clip: border-box; - color: white; - background-color: #7eafe9; - border-color: #68a2e6; -} - - -button.suggested-action.flat:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(230, 235, 239, 0.45); -} - - -button.suggested-action:disabled { - border-color: rgba(255, 255, 255, 0.05); - background-color: rgba(44, 47, 57, 0.55); -} - - -button.suggested-action:disabled label, -button.suggested-action:disabled { - color: rgba(230, 235, 239, 0.45); -} - - -button.destructive-action { - background-clip: border-box; - color: white; - background-color: #F04A50; - border-color: #ee3239; -} - - -button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; -} - - -button.destructive-action:hover { - background-clip: border-box; - color: white; - background-color: #f26267; - border-color: #f04a50; -} - - -button.destructive-action:active, -button.destructive-action:checked { - background-clip: border-box; - color: white; - background-color: #f4797e; - border-color: #f26267; -} - - -button.destructive-action.flat:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(230, 235, 239, 0.45); -} - - -button.destructive-action:disabled { - border-color: rgba(255, 255, 255, 0.05); - background-color: rgba(44, 47, 57, 0.55); -} - - -button.destructive-action:disabled label, -button.destructive-action:disabled { - color: rgba(230, 235, 239, 0.45); -} - -stackswitcher > button { - outline-offset: -3px; -} - -stackswitcher > button > label { - padding-left: 6px; - padding-right: 6px; -} - -stackswitcher > button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; -} - -stackswitcher > button.text-button { - padding-left: 10px; - padding-right: 10px; -} - -stackswitcher > button.image-button { - padding-left: 2px; - padding-right: 2px; -} - -stackswitcher > button.needs-attention:active > label, stackswitcher > button.needs-attention:active > image, stackswitcher > button.needs-attention:checked > label, stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - - -button.font separator, -button.file separator { - background-color: transparent; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button, button.nautilus-circular-button.image-button, button.circular, -button.circular-button, .app-notification button.flat, -button.close { - min-height: 24px; - min-width: 24px; - padding: 2px; - border-radius: 100px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button:checked, button.nautilus-circular-button.image-button:checked, -button.circular-button:checked, .app-notification button.flat:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button:active, button.nautilus-circular-button.image-button:active, -button.circular-button:active, .app-notification button.flat:active, -button.close:checked, -button.close:active, -button.circular:checked, -button.circular:active { - border-color: rgba(255, 255, 255, 0.12); -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button label, button.nautilus-circular-button.image-button label, button.circular label, -button.circular-button label, .app-notification button.flat label, -button.close label { - padding: 0; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, stackswitcher > button.needs-attention > image { - animation: needs_attention 150ms ease-in; - background-image: radial-gradient(farthest-side, #5294e2 96%, rgba(82, 148, 226, 0)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; -} - -stacksidebar row.needs-attention > label:backdrop, stackswitcher > button.needs-attention > label:backdrop, stackswitcher > button.needs-attention > image:backdrop { - background-size: 6px 6px, 0 0; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px, left 2px; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry { - border-left-color: rgba(255, 255, 255, 0); -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error { - border-left-color: #FC4138; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning { - border-left-color: #F27835; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { - border-left-color: #5294e2; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #5294e2; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { - border-left-color: #5294e2; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { - border-left-style: none; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0); -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { - box-shadow: none; -} - -.linked:not(.vertical).path-bar > button { - border-left-style: none; - border-right-style: none; -} - -.linked:not(.vertical).path-bar > button:first-child { - border-left-style: solid; -} - -.linked:not(.vertical).path-bar > button:last-child { - border-right-style: solid; -} - -.linked:not(.vertical).path-bar > button + button { - border-left-style: none; - border-right-style: none; -} - -.linked:not(.vertical).path-bar > button + button:last-child { - border-right-style: solid; -} - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: none; -} - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: none; -} - -.osd .linked:not(.vertical) > entry + entry { - border-left-color: rgba(67, 70, 85, 0.3); -} - -.osd .linked:not(.vertical) > entry.error + entry, -.osd .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.osd .linked:not(.vertical) > entry.warning + entry, -.osd .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.osd .linked:not(.vertical) > entry.error + entry.warning, -.osd .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.osd .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.osd .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #5294e2; -} - -.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #5294e2; -} - -.osd .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.osd .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.osd .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.osd .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.osd .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.osd .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.osd .linked:not(.vertical) > button:active + entry, -.osd .linked:not(.vertical) > button:checked + entry { - border-left-color: #5294e2; -} - -.osd .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #434655; -} - -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(67, 70, 85, 0.5); -} - -.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.osd .linked:not(.vertical) { - box-shadow: none; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { - border-left-color: rgba(255, 255, 255, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { - border-left-color: #5294e2; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(255, 255, 255, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(255, 255, 255, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(255, 255, 255, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(255, 255, 255, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { - border-left-color: rgba(255, 255, 255, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { - border-left-style: solid; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { - box-shadow: inset 1px 0 transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { - box-shadow: inset 1px 0 transparent; - border-left-color: rgba(255, 255, 255, 0.12); -} - -.linked.vertical > entry + entry { - border-top-color: rgba(255, 255, 255, 0); -} - -.linked.vertical > entry.error + entry, -.linked.vertical > entry + entry.error { - border-top-color: #FC4138; -} - -.linked.vertical > entry.warning + entry, -.linked.vertical > entry + entry.warning { - border-top-color: #F27835; -} - -.linked.vertical > entry.error + entry.warning, -.linked.vertical > entry.warning + entry.error { - border-top-color: #f75d37; -} - -.linked.vertical > entry + entry:focus-within:not(:last-child), -.linked.vertical > entry + entry:focus-within:last-child { - border-top-color: #5294e2; -} - -.linked.vertical > entry:focus-within:not(:only-child) + entry, -.linked.vertical > entry:focus-within:not(:only-child) + button, -.linked.vertical > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-top-color: #5294e2; -} - -.linked.vertical > entry + entry:drop(active):not(:last-child), -.linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #F08437; -} - -.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: #F08437; -} - -.linked.vertical > entry + entry.warning:focus-within:not(:last-child), -.linked.vertical > entry + entry.warning:focus-within:last-child { - border-top-color: #F27835; -} - -.linked.vertical > entry.warning:focus-within:not(:only-child) + entry, -.linked.vertical > entry.warning:focus-within:not(:only-child) + button, -.linked.vertical > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-top-color: #F27835; -} - -.linked.vertical > entry + entry.error:focus-within:not(:last-child), -.linked.vertical > entry + entry.error:focus-within:last-child { - border-top-color: #FC4138; -} - -.linked.vertical > entry.error:focus-within:not(:only-child) + entry, -.linked.vertical > entry.error:focus-within:not(:only-child) + button, -.linked.vertical > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-top-color: #FC4138; -} - -.linked.vertical > button:active + entry, -.linked.vertical > button:checked + entry { - border-top-color: #5294e2; -} - -.linked.vertical > button + button { - border-top-style: none; -} - -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(255, 255, 255, 0); -} - -.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked.vertical { - box-shadow: none; -} - -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:disabled, -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:hover { - box-shadow: none; -} - -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text, .linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus, spinbutton.linked:not(.vertical) > text, spinbutton.linked:not(.vertical) > text:focus, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, .linked:not(.vertical) > button:checked { - border-radius: 0; - border-right-style: none; -} - -spinbutton:not(.vertical) > button:first-child, spinbutton:not(.vertical) > text:first-child, .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child, .linked:not(.vertical) > button:first-child:hover, .linked:not(.vertical) > button:first-child:active, .linked:not(.vertical) > button:first-child:checked { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -spinbutton:not(.vertical) > button:last-child, spinbutton:not(.vertical) > text:last-child, .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child, .linked:not(.vertical) > button:last-child:hover, .linked:not(.vertical) > button:last-child:active, .linked:not(.vertical) > button:last-child:checked { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - border-right-style: solid; -} - -spinbutton:not(.vertical) > button:only-child, spinbutton:not(.vertical) > text:only-child, .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child, .linked:not(.vertical) > button:only-child:hover, .linked:not(.vertical) > button:only-child:active, .linked:not(.vertical) > button:only-child:checked { - border-radius: 2px; - border-style: solid; -} - -.linked.vertical > dropdown > box > button.combo, .linked.vertical > combobox > box > button.combo, spinbutton.vertical > button, spinbutton.vertical > text, .linked.vertical > entry, .linked.vertical > entry:focus, spinbutton.vertical.linked > text, spinbutton.vertical.linked > text:focus, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked { - border-radius: 0; - border-bottom-style: none; -} - -spinbutton.vertical > button:first-child, spinbutton.vertical > text:first-child, .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > button:first-child:hover, .linked.vertical > button:first-child:active, .linked.vertical > button:first-child:checked { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -spinbutton.vertical > button:last-child, spinbutton.vertical > text:last-child, .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > button:last-child:hover, .linked.vertical > button:last-child:active, .linked.vertical > button:last-child:checked { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - border-bottom-style: solid; -} - -spinbutton.vertical > button:only-child, spinbutton.vertical > text:only-child, .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > button:only-child:hover, .linked.vertical > button:only-child:active, .linked.vertical > button:only-child:checked { - border-radius: 2px; - border-style: solid; -} - -tabbox > tab button:active, tabbox > tab button:hover, tabbox > tab button, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:hover, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down), .toolbar button, modelbutton.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; -} - -modelbutton.flat { - min-height: 24px; - padding-left: 8px; - padding-right: 8px; - outline-offset: -3px; - border-radius: 2px; - border: none; -} - -modelbutton.flat:hover { - background-color: #44464f; -} - -modelbutton.flat:checked { - color: #e6ebef; -} - -modelbutton.flat:disabled { - color: rgba(230, 235, 239, 0.45); -} - -modelbutton.flat check:last-child, -modelbutton.flat radio:last-child { - margin-left: 8px; -} - -modelbutton.flat check:first-child, -modelbutton.flat radio:first-child { - margin-right: 8px; -} - -modelbutton.flat arrow { - background: none; - min-width: 16px; - min-height: 16px; - opacity: 0.5; -} - -modelbutton.flat arrow:hover, modelbutton.flat arrow:selected, modelbutton.flat arrow:active, modelbutton.flat arrow:focus { - background: none; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -.toolbar button { - margin: 2px; -} - -.toolbar button:hover { - color: #b7c6d1; - border-color: rgba(255, 255, 255, 0.12); - background-color: #3e4250; -} - -.toolbar button:active { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; -} - -.toolbar button:disabled { - border-color: rgba(255, 255, 255, 0.05); - background-color: rgba(44, 47, 57, 0.55); -} - -.toolbar button:disabled label, .toolbar button:disabled { - color: rgba(230, 235, 239, 0.45); -} - -popover.menu box.circular-buttons button.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down) { - border: 1px solid rgba(255, 255, 255, 0); -} - -popover.menu box.circular-buttons button.circular.image-button.model:hover, -list > row button.image-button:not(.flat):not(.up):not(.down):hover { - color: #b7c6d1; - border-color: rgba(255, 255, 255, 0.12); - background-color: #3e4250; -} - -popover.menu box.circular-buttons button.circular.image-button.model:active, popover.menu box.circular-buttons button.circular.image-button.model:checked, -list > row button.image-button:not(.flat):not(.up):not(.down):active, -list > row button.image-button:not(.flat):not(.up):not(.down):checked { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; -} - -popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down).suggested-action { - color: #e6ebef; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2c2f39; -} - -popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down).destructive-action { - color: #e6ebef; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2c2f39; -} - -button.link, -link { - color: #a9caf1; -} - -button.link:visited, -link:visited { - color: white; -} - -*:selected button.link:visited, *:selected link:visited { - color: #bad4f3; -} - -button.link:hover, -link:hover { - color: #d5e5f8; -} - -*:selected button.link:hover, *:selected link:hover { - color: #eef4fc; -} - -button.link:active, -link:active { - color: #a9caf1; -} - -*:selected button.link:active, *:selected link:active { - color: #dceaf9; -} - -.selection-mode hdyleaflet headerbar .subtitle:link, .selection-mode leaflet.unfolded headerbar .subtitle:link, infobar.info > revealer > box link, infobar.question > revealer > box link, infobar.warning > revealer > box link, infobar.error > revealer > box link, headerbar.selection-mode .subtitle:link, button.link:selected, *:selected button.link, -link:selected, *:selected link { - color: #dceaf9; -} - -button.link, button.link:hover, button.link:active, button.link:checked { - text-shadow: none; -} - -button.link > label { - text-decoration-line: underline; -} - -spinbutton { - font-feature-settings: "tnum"; -} - -spinbutton:drop(active) { - box-shadow: none; -} - -spinbutton button:active { - color: #ffffff; -} - -spinbutton:disabled { - color: rgba(230, 235, 239, 0.45); -} - -spinbutton:not(.vertical) { - padding: 0; - border-spacing: 0; -} - -.linked.vertical > spinbutton:not(.vertical):not(:last-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child) entry { - border-bottom: none; -} - -.linked.vertical > spinbutton:not(.vertical):not(:last-child) entry:focus { - box-shadow: inset 0 -1px #5294e2; -} - -.linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) entry { - border-radius: 0; -} - -spinbutton:not(.vertical) > text { - min-width: 28px; -} - -spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text { - min-height: 24px; -} - -spinbutton:not(.vertical):dir(ltr) > text, spinbutton:not(.vertical):dir(rtl) > button.up { - border-radius: 2px 0 0 2px; -} - -spinbutton:not(.vertical) > button + button { - border-left-style: none; -} - -spinbutton:not(.vertical) > button:hover:not(:active), -spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), -spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.05); -} - -spinbutton:not(.vertical) > button:first-child:hover:not(:active), -spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), -spinbutton:not(.vertical) > text + button:not(:active):hover { - box-shadow: none; -} - -spinbutton:not(.vertical) > text:focus + button { - border-left-color: #5294e2; -} - -spinbutton:not(.vertical) > text:drop(active) + button { - border-left-color: #F08437; -} - -.osd spinbutton:not(.vertical) > button:hover:not(:active), -.osd spinbutton:not(.vertical) > button:hover + button { - border-left-color: #434655; -} - -.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), -.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), -.osd spinbutton:not(.vertical) > text + button:not(:active):hover { - box-shadow: none; -} - -.osd spinbutton:not(.vertical) > text:focus + button { - border-left-color: #5294e2; -} - -spinbutton.vertical > button, spinbutton.vertical > text { - padding-left: 4px; - padding-right: 4px; - min-height: 28px; - min-width: 28px; -} - -spinbutton.vertical:drop(active) { - border-color: transparent; - box-shadow: none; -} - -spinbutton.vertical > text { - border-radius: 0; -} - -spinbutton.vertical > button.up { - border-radius: 2px 2px 0 0; -} - -spinbutton.vertical > text:focus + button { - border-top-color: #5294e2; -} - -spinbutton.vertical > text:drop(active) + button { - border-top-color: #F08437; -} - -.osd spinbutton.vertical > button:first-child { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -.osd spinbutton.vertical > button:first-child:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -.osd spinbutton.vertical > button:first-child:active { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -.osd spinbutton.vertical > button:first-child:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) > text { - min-height: 0; - padding: 1px 2px; -} - -dropdown > popover.menu.background > contents { - padding: 0; -} - -dropdown > button > box { - border-spacing: 6px; -} - -dropdown button.combo, -combobox button.combo { - min-width: 0; - padding-left: 8px; - padding-right: 8px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown:drop(active) button.combo, -combobox:drop(active) button.combo { - color: #F08437; - border-color: #F08437; - box-shadow: none; -} - -dropdown > popover.menu > contents modelbutton, -combobox > popover.menu > contents modelbutton { - padding-left: 6px; - padding-right: 6px; -} - -.linked:not(.vertical) > dropdown:first-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -.linked:not(.vertical) > dropdown:last-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - border-right-style: solid; -} - -.linked:not(.vertical) > dropdown:only-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo { - border-radius: 2px; - border-style: solid; -} - -.linked.vertical > dropdown:first-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -.linked.vertical > dropdown:last-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - border-bottom-style: solid; -} - -.linked.vertical > dropdown:only-child > box > button.combo, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 2px; - border-style: solid; -} - -dropdown popover, -combobox popover { - margin-top: 4px; - padding: 0; -} - -dropdown popover listview, -combobox popover listview { - margin: 6px 0; -} - -dropdown popover listview > row, -combobox popover listview > row { - padding: 6px; -} - -dropdown popover listview > row:selected, -combobox popover listview > row:selected { - outline-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - background-color: #5294e2; -} - -dropdown popover .dropdown-searchbar, -combobox popover .dropdown-searchbar { - padding: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -toolbar { - padding: 4px; - border-spacing: 4px; - background-color: #32343D; -} - -toolbar separator { - background: none; -} - -toolbar.horizontal separator { - margin: 0 6px; -} - -toolbar.vertical separator { - margin: 6px 0; -} - -.osd toolbar { - background-color: transparent; -} - -toolbar.osd { - padding: 8px; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 2px; - background-color: #282A33; -} - -toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -toolbar.osd.top { - border-width: 0 0 1px 0; -} - -toolbar.osd.bottom { - border-width: 1px 0 0 0; -} - -toolbar.osd.left { - border-width: 0 1px 0 0; -} - -toolbar.osd.right { - border-width: 0 0 0 1px; -} - -toolbar switch, -toolbar scale, -toolbar entry, -toolbar spinbutton, -toolbar button { - margin-right: 1px; - margin-bottom: 1px; -} - -toolbar .linked > button, -toolbar .linked > entry { - margin-right: 0; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-color: #494c59; - background-color: #32343D; - border-width: 0 0 1px; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2b2d35; -} - -headerbar { - padding: 0 10px; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #282A33; - min-height: 38px; -} - -headerbar:backdrop { - transition: 200ms ease-out; - color: rgba(228, 235, 241, 0.5); - background-color: #2b2e37; -} - -headerbar .title { - padding-left: 12px; - padding-right: 12px; -} - -headerbar .subtitle { - font-size: 80%; - padding-left: 12px; - padding-right: 12px; - margin-top: -3px; -} - -headerbar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; -} - -headerbar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); -} - -headerbar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.maximized headerbar.selection-mode { - background-color: #5294e2; -} - -.tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop { - border-radius: 0; -} - -.maximized headerbar { - background-color: #282a33; - border-color: #3e4250; -} - -.maximized headerbar:backdrop { - background-color: #2b2e37; -} - -headerbar.default-decoration:not(.csd) windowcontrols button { - min-height: 23px; - min-width: 23px; - padding: 2px; -} - -headerbar:not(.csd).default-decoration { - min-height: 30px; - padding: 0 8px; - background-color: #282A33; -} - -headerbar:not(.csd).default-decoration windowcontrols button { - border: none; -} - -headerbar:not(.csd).default-decoration windowcontrols menubutton button { - min-height: 20px; - min-width: 20px; - margin: 0; - padding: 4px; -} - -headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { - background-color: #282A33; - border-bottom-width: 0; - box-shadow: none; -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration, .tiled .csd headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .fullscreen .csd headerbar.default-decoration, .tiled headerbar.default-decoration:backdrop, .maximized headerbar.default-decoration:backdrop, .fullscreen headerbar.default-decoration:backdrop, .tiled .csd headerbar.default-decoration:backdrop, .maximized .csd headerbar.default-decoration:backdrop, .fullscreen .csd headerbar.default-decoration:backdrop { - box-shadow: none; -} - -.titlebar { - border-radius: 0 0 0 0; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar separator:not(.sidebar), -headerbar button, -headerbar menubutton { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar menubutton > button { - margin-top: 0px; - margin-bottom: 0px; -} - -headerbar.windowhandle viewswitcher button { - border-radius: 0; - margin-top: -1px; - margin-bottom: -1px; - padding: 0 10px; - min-height: 0; - border: none; - outline: none; - background-clip: padding-box; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0; -} - -headerbar.windowhandle viewswitcher button:hover { - color: rgba(255, 255, 255, 0.8); - background-color: rgba(228, 235, 241, 0.06); -} - -headerbar.windowhandle viewswitcher button:active { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.15); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; -} - -headerbar.windowhandle viewswitcher button:checked { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; -} - -headerbar.windowhandle viewswitcher button:disabled { - color: rgba(228, 235, 241, 0.35); - background-color: transparent; -} - -headerbar.windowhandle viewswitcher button:checked:disabled { - color: rgba(228, 235, 241, 0.35); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 3/0 0 3px; -} - -window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, window.csd > .titlebar:not(headerbar), window.csd > .titlebar:not(headerbar):backdrop { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -.titlebar:not(headerbar) > separator { - background-image: image(#3e4250); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar:not(headerbar) > separator:backdrop { - background-image: image(#3e4250); -} - -headerbar separator.titlebutton, headerbar separator { - min-width: 0; - min-height: 0; - background: none; - border-width: 0; - border-image: none; -} - -headerbar entry { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #21232a; -} - -headerbar entry image, headerbar entry image:hover { - color: inherit; -} - -headerbar entry:backdrop { - opacity: 0.85; -} - -headerbar entry:focus { - color: rgba(255, 255, 255, 0.8); - border-color: #5294e2; - background-color: #2c2f39; - background-clip: padding-box; -} - -headerbar entry:focus image { - color: #5294e2; -} - -headerbar entry:disabled { - color: rgba(228, 235, 241, 0.35); - border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(33, 35, 42, 0.85); -} - -headerbar entry selection:focus { - background-color: #5294e2; - color: #ffffff; -} - -headerbar entry progress { - border-color: #5294e2; - background-image: none; - background-color: transparent; -} - -headerbar entry.warning { - color: white; - border-color: rgba(255, 255, 255, 0.12); - background-color: #a15934; -} - -headerbar entry.warning:focus { - color: white; - background-color: #F27835; -} - -headerbar entry.warning selection { - background-color: white; - color: #F27835; -} - -headerbar entry.error { - color: white; - border-color: rgba(255, 255, 255, 0.12); - background-color: #a73836; -} - -headerbar entry.error:focus { - color: white; - background-color: #FC4138; -} - -headerbar entry.error selection { - background-color: white; - color: #FC4138; -} - -headerbar button { - color: rgba(228, 235, 241, 0.8); - outline-offset: -3px; - background-color: rgba(40, 42, 51, 0); - border-color: rgba(40, 42, 51, 0); - background-clip: padding-box; - background-origin: padding-box; -} - -headerbar button:backdrop { - opacity: 0.7; -} - -headerbar button:hover { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #333641; -} - -headerbar button:active, headerbar button:checked { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; - background-clip: padding-box; - background-origin: padding-box; -} - -headerbar button:disabled { - background-color: rgba(40, 42, 51, 0); - border-color: rgba(40, 42, 51, 0); -} - -headerbar button:disabled label, headerbar button:disabled { - color: rgba(228, 235, 241, 0.3); -} - -headerbar button:disabled:active, headerbar button:disabled:checked { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button { - background: none; - border: none; - border-radius: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:hover { - color: rgba(255, 255, 255, 0.8); - background-color: transparent; - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:active { - color: rgba(228, 235, 241, 0.8); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled { - color: rgba(228, 235, 241, 0.4); - background-color: transparent; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled { - color: rgba(228, 235, 241, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -headerbar button.flat.popup.toggle.sources-button:hover { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -headerbar.selection-mode button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); -} - -headerbar.selection-mode button:hover { - background-color: alpha(#ffffff,0.3); -} - -headerbar.selection-mode button:active, headerbar.selection-mode button:checked { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.35); - border-color: rgba(255, 255, 255, 0.65); -} - -headerbar.selection-mode button:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); -} - -headerbar.selection-mode button:disabled, headerbar.selection-mode button:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked { - color: rgba(255, 255, 255, 0.75); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.4); -} - -headerbar.selection-mode button:backdrop { - opacity: 0.7; - background: none; -} - -headerbar .linked > button:not(:only-child).radio { - margin-left: 1px; -} - -headerbar .linked > button:not(:only-child).radio { - border-radius: 2px; - border-style: solid; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop { - box-shadow: none; -} - -headerbar .linked:not(.vertical) > entry { - margin-left: 1px; - border-radius: 2px; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -headerbar .linked:not(.vertical) > entry:focus { - border-color: #5294e2; -} - -headerbar stackswitcher.linked:not(.vertical) > button { - border-right-width: 0; - border-left-width: 0; - background-color: #3e4250; - color: rgba(228, 235, 241, 0.8); - border-color: #55596c; -} - -headerbar stackswitcher.linked:not(.vertical) > button:first-child { - border-left-width: 1px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:last-child { - border-right-width: 1px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:hover { - background-color: #4a4d5e; -} - -headerbar stackswitcher.linked:not(.vertical) > button:active, headerbar stackswitcher.linked:not(.vertical) > button:checked { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; -} - -headerbar stackswitcher.linked:not(.vertical) > button:disabled { - color: rgba(228, 235, 241, 0.4); -} - -headerbar stackswitcher.linked:not(.vertical) > button:disabled label { - color: rgba(228, 235, 241, 0.4); -} - -headerbar button.suggested-action { - background-clip: border-box; - color: white; - background-color: #5294e2; - border-color: #3c86de; -} - -headerbar button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #5294e2; -} - -headerbar button.suggested-action:hover { - background-clip: border-box; - color: white; - background-color: #68a2e6; - border-color: #5294e2; -} - -headerbar button.suggested-action:active, headerbar button.suggested-action:checked { - background-clip: border-box; - color: white; - background-color: #7eafe9; - border-color: #68a2e6; -} - -headerbar button.suggested-action:disabled { - background-color: rgba(40, 42, 51, 0); - border-color: rgba(40, 42, 51, 0); -} - -headerbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled { - color: rgba(228, 235, 241, 0.3); -} - -headerbar button.suggested-action:backdrop { - opacity: 0.8; -} - -headerbar button.destructive-action { - background-clip: border-box; - color: white; - background-color: #F04A50; - border-color: #ee3239; -} - -headerbar button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; -} - -headerbar button.destructive-action:hover { - background-clip: border-box; - color: white; - background-color: #f26267; - border-color: #f04a50; -} - -headerbar button.destructive-action:active, headerbar button.destructive-action:checked { - background-clip: border-box; - color: white; - background-color: #f4797e; - border-color: #f26267; -} - -headerbar button.destructive-action:disabled { - background-color: rgba(40, 42, 51, 0); - border-color: rgba(40, 42, 51, 0); -} - -headerbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled { - color: rgba(228, 235, 241, 0.3); -} - -headerbar button.destructive-action:backdrop { - opacity: 0.8; -} - -headerbar spinbutton:not(.vertical):focus { - color: #ffffff; - caret-color: #ffffff; -} - -headerbar spinbutton:not(.vertical) button { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #333641; -} - -headerbar spinbutton:not(.vertical) button:hover { - background-color: rgba(126, 131, 154, 0.4); -} - -headerbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:checked { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; -} - -headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(228, 235, 241, 0.2); -} - -headerbar combobox:disabled { - color: rgba(228, 235, 241, 0.2); -} - -headerbar combobox > .linked > button.combo { - color: rgba(228, 235, 241, 0.8); - outline-offset: -3px; - background-color: rgba(40, 42, 51, 0); - border-color: rgba(40, 42, 51, 0); -} - -headerbar combobox > .linked > button.combo:hover { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #333641; - box-shadow: none; -} - -headerbar combobox > .linked > button.combo:disabled { - background-color: rgba(40, 42, 51, 0); - border-color: rgba(40, 42, 51, 0); -} - -headerbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled { - color: rgba(228, 235, 241, 0.3); -} - -headerbar combobox > .linked > entry.combo:dir(ltr) { - border-right-style: none; -} - -headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; -} - -headerbar combobox > .linked > entry.combo:dir(rtl) { - border-left-style: none; -} - -headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; -} - -headerbar switch:backdrop { - opacity: 0.75; -} - -headerbar progressbar trough { - background-color: rgba(13, 14, 17, 0.4); -} - -headerbar progressbar:backdrop { - opacity: 0.75; -} - -headerbar scale:backdrop { - opacity: 0.75; -} - -headerbar scale slider { - background-color: #3e4250; - border-color: rgba(13, 14, 17, 0.7); -} - -headerbar scale slider:hover { - background-color: #4a4d5e; - border-color: rgba(13, 14, 17, 0.7); -} - -headerbar scale slider:active { - background-color: #5294e2; - border-color: #68a2e6; -} - -headerbar scale slider:disabled { - background-color: #383a47; - border-color: rgba(13, 14, 17, 0.7); -} - -headerbar scale trough { - background-color: rgba(13, 14, 17, 0.4); -} - -headerbar scale trough:disabled { - background-color: rgba(13, 14, 17, 0.3); -} - -window.devel headerbar.titlebar { - background: #32343D cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(82, 148, 226, 0.1)), linear-gradient(to top, #222329 3px, #27282f); -} - -window.devel headerbar.titlebar:backdrop { - background: #32343D cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#32343D); - /* background-color would flash */ -} - -path-bar > button:hover { - background-color: rgba(230, 235, 239, 0.06); -} - -path-bar > button:checked, path-bar > button:active { - background-color: #5294e2; - border-color: #5294e2; -} - -path-bar > button:checked:hover, path-bar > button:active:hover { - background-color: #68a2e6; - border-color: #68a2e6; -} - -path-bar > button.text-button, path-bar > button.image-button, path-bar > button { - padding-left: 6px; - padding-right: 6px; -} - -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: 10px; -} - -path-bar > button.text-button.image-button label:first-child, path-bar > button label:first-child { - padding-left: 10px; -} - -path-bar > button.slider-button, path-bar > button:not(.image-button):not(.text-button) { - padding-left: 1px; - padding-right: 1px; -} - -path-bar > button image { - padding-left: 4px; - padding-right: 4px; -} - -treeview.view { - border-left-color: #494c59; - border-top-color: #494c59; -} - -treeview.view acceleditor > label { - background-color: #5294e2; -} - -treeview.view:selected, treeview.view:selected:focus { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(230, 235, 239, 0.1); -} - -treeview.view:disabled { - color: rgba(230, 235, 239, 0.45); -} - -treeview.view:disabled:selected { - color: #97bfee; -} - -treeview.view.separator { - min-height: 2px; - color: rgba(0, 0, 0, 0.1); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: #9cc0e9; -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #878b91; -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -treeview.view.expander:hover { - color: #e6ebef; -} - -treeview.view.expander:selected { - color: #cbdff6; -} - -treeview.view.expander:selected:hover { - color: #ffffff; -} - -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -treeview.view.progressbar, treeview.view.progressbar:focus { - color: #ffffff; - border-radius: 2px; - background-color: #5294e2; -} - -treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-color: #ffffff; -} - -treeview.view.trough { - color: #e6ebef; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 2px; - border-width: 0; -} - -treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 2px; - border-width: 0; -} - -treeview.view > header > button { - min-height: 0; - min-width: 0; - padding: 3px 6px; - font-weight: bold; - color: #c0c4c9; - background-color: #282A33; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, #282A33 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #282A33 80%) 0 1 0 0/0 1px 0 0 stretch; -} - -treeview.view > header > button:hover { - color: #5294e2; -} - -treeview.view > header > button:active { - color: #e6ebef; -} - -treeview.view > header > button:active, treeview.view > header > button:hover { - background-color: #282A33; -} - -treeview.view > header > button:disabled { - border-color: #32343D; - background-image: none; -} - -treeview.view > header > button:last-child { - border-right-style: none; - border-image: none; -} - -treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active, -treeview.view header.button.dnd, -treeview.view header.button.dnd:selected, -treeview.view header.button.dnd:hover, -treeview.view header.button.dnd:active { - padding: 0 6px; - transition: none; - color: #ffffff; - background-color: #5294e2; - border-radius: 0; - border-style: none; -} - -menubar { - padding: 0; - background-color: #282a33; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -menubar:backdrop { - color: rgba(228, 235, 241, 0.5); -} - -menubar > item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); - padding: 4px 8px; - border: 1px solid transparent; - border-radius: 0; -} - -menubar > item:hover { - background-color: #5294e2; - box-shadow: none; - border-color: #68a2e6; - color: #ffffff; -} - -menubar > item:disabled { - color: rgba(228, 235, 241, 0.45); -} - -menubar > item popover.menu.background > contents { - padding: 0; -} - -menubar > item popover.menu popover.menu { - padding: 0 0 4px 0; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; - border-radius: 2px; -} - -popover.menu { - padding: 0; -} - -popover.menu > arrow, popover.menu.background > contents { - background-color: #32343D; - border-radius: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 6px 0; -} - -popover.menu.background separator { - margin: 4px 0; - background-color: #32343D; -} - -popover.menu box.inline-buttons { - padding: 0 6px; -} - -popover.menu box.inline-buttons button.image-button.model { - outline: none; - min-height: 16px; - min-width: 24px; - padding: 4px 8px; - text-shadow: none; - transition-duration: 150ms; -} - -popover.menu box.inline-buttons button.image-button.model:disabled { - color: rgba(230, 235, 239, 0.45); -} - -popover.menu box.inline-buttons button.image-button.model:selected { - color: #e6ebef; - background-color: rgba(230, 235, 239, 0.1); -} - -popover.menu box.inline-buttons button.image-button.model:active { - color: #e6ebef; - background-color: rgba(230, 235, 239, 0.2); - border-color: rgba(255, 255, 255, 0.12); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: rgba(230, 235, 239, 0.1); - border-color: rgba(255, 255, 255, 0.12); -} - -popover.menu box.circular-buttons button.circular.image-button.model:active { - color: #e6ebef; - background-color: rgba(230, 235, 239, 0.2); - border-color: rgba(255, 255, 255, 0.12); -} - -popover.menu check, popover.menu check:hover, popover.menu check:active, popover.menu check:selected, popover.menu check:checked, -popover.menu radio, -popover.menu radio:hover, -popover.menu radio:active, -popover.menu radio:selected, -popover.menu radio:checked { - background-color: transparent; -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: -6px; - margin-right: 6px; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 6px; - margin-right: -6px; -} - -popover.menu .linked > button:first-child { - margin-left: 6px; -} - -popover.menu .linked > button:last-child { - margin-right: 6px; -} - -popover.menu modelbutton { - min-height: 24px; - min-width: 38px; - padding: 2px 18px; - border: none; - outline: none; - box-shadow: none; - border-radius: 0; -} - -popover.menu modelbutton:hover { - color: #ffffff; - background-color: #5294e2; -} - -popover.menu modelbutton:active { - color: #ffffff; - background-color: #2679db; -} - -popover.menu label.title { - font-weight: bold; - padding: 4px 28px; -} - -popover.background { - font: initial; -} - -popover.background, popover.background:backdrop { - background-color: transparent; - border-radius: 3px; -} - -popover.background > arrow, -popover.background > contents { - padding: 12px; - background-clip: border-box; - background-color: #32343D; - border-radius: 2px; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15); -} - -popover.background separator { - background-color: #32343D; -} - -popover.background label.separator { - color: #e6ebef; -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - background-color: transparent; -} - -popover.background > contents separator { - background-color: rgba(77, 78, 86, 0.384); - margin: 3px; -} - -popover.background > contents list separator { - margin: 0; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -.osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents { - border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: none; -} - -magnifier { - background-color: #282A33; -} - -cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; -} - -cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); -} - -cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); -} - -notebook { - padding: 0; -} - -notebook.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -notebook > stack:not(:only-child) { - background-color: #282A33; -} - -notebook > header { - padding: 0; - background-color: #32343D; -} - -notebook > header.top { - padding-bottom: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -notebook > header.top > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-bottom: none; -} - -notebook > header.top > tabs > tab:not(:only-child):first-child { - margin-left: 6px; -} - -notebook > header.top > tabs > tab:not(:only-child):last-child { - margin-right: 6px; -} - -notebook > header.top > tabs > tab:hover { - box-shadow: inset 0 -1px alpha(#5294e2,0.6), 0 1px alpha(#5294e2,0.6); -} - -notebook > header.top > tabs > tab:checked { - box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; -} - -notebook > header.bottom { - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -notebook > header.bottom > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-top: none; -} - -notebook > header.bottom > tabs > tab:not(:only-child):first-child { - margin-left: 6px; -} - -notebook > header.bottom > tabs > tab:not(:only-child):last-child { - margin-right: 6px; -} - -notebook > header.bottom > tabs > tab:hover { - box-shadow: inset 0 1px alpha(#5294e2,0.6), 0 -1px alpha(#5294e2,0.6); -} - -notebook > header.bottom > tabs > tab:checked { - box-shadow: inset 0 1px #5294e2, 0 -1px #5294e2; -} - -notebook > header.right { - padding-left: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -notebook > header.right > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-left: none; -} - -notebook > header.right > tabs > tab:not(:only-child):first-child { - margin-top: 6px; -} - -notebook > header.right > tabs > tab:not(:only-child):last-child { - margin-bottom: 6px; -} - -notebook > header.right > tabs > tab:hover { - box-shadow: inset 1px 0 alpha(#5294e2,0.6), -1px 0 alpha(#5294e2,0.6); -} - -notebook > header.right > tabs > tab:checked { - box-shadow: inset 1px 0 #5294e2, -1px 0 #5294e2; -} - -notebook > header.left { - padding-right: 0; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -notebook > header.left > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-right: none; -} - -notebook > header.left > tabs > tab:not(:only-child):first-child { - margin-top: 6px; -} - -notebook > header.left > tabs > tab:not(:only-child):last-child { - margin-bottom: 6px; -} - -notebook > header.left > tabs > tab:hover { - box-shadow: inset -1px 0 alpha(#5294e2,0.6), 1px 0 alpha(#5294e2,0.6); -} - -notebook > header.left > tabs > tab:checked { - box-shadow: inset -1px 0 #5294e2, 1px 0 #5294e2; -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { - margin-left: 2px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { - margin-right: 2px; -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { - margin-top: 2px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { - margin-bottom: 2px; -} - -notebook > header > tabs > arrow { - color: rgba(230, 235, 239, 0.45); -} - -notebook > header > tabs > arrow:hover { - color: rgba(230, 235, 239, 0.75); -} - -notebook > header > tabs > arrow:active { - color: #e6ebef; -} - -notebook > header > tabs > arrow:disabled { - color: rgba(230, 235, 239, 0.3); -} - -notebook > header > tabs > tab { - color: rgba(230, 235, 239, 0.45); - background-color: rgba(50, 52, 61, 0); -} - -notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(230, 235, 239, 0.75); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -notebook > header > tabs > tab:checked { - color: #e6ebef; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -notebook > header > tabs > tab button.flat { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 4px 0; - color: #a7abb1; -} - -notebook > header > tabs > tab button.flat:hover { - color: #ff4d4d; - background-color: #27282f; -} - -notebook > header > tabs > tab button.flat:active { - color: #5294e2; - background-color: #202127; -} - -scrollbar { - background-color: rgba(0, 0, 0, 0.05); - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar button { - border: none; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); -} - -scrollbar slider { - min-width: 6px; - min-height: 6px; - margin: -1px; - border: 4px solid transparent; - border-radius: 8px; - background-clip: padding-box; - background-color: #7a7d84; -} - -scrollbar slider:hover { - background-color: #686b72; -} - -scrollbar slider:hover:active { - background-color: #5294e2; -} - -scrollbar slider:disabled { - background-color: transparent; -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - border-width: 5px 4px; -} - -scrollbar.fine-tune.vertical slider { - border-width: 4px 5px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - margin: 0; - min-width: 4px; - min-height: 4px; - background-color: #b0b4ba; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - margin: 0 2px; - min-width: 38px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - margin: 2px 0; - min-height: 38px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - opacity: 0.99; -} - -scrollbar.horizontal slider { - min-width: 38px; -} - -scrollbar.vertical slider { - min-height: 38px; -} - -treeview ~ scrollbar.vertical { - border-top: 1px solid rgba(255, 255, 255, 0.12); - margin-top: -1px; -} - -switch { - font-size: 0; - min-width: 50px; - min-height: 20px; - background-size: 50px 20px; - background-repeat: no-repeat; - background-position: center center; - transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -switch slider { - min-width: 0; - min-height: 0; -} - -switch, switch slider { - outline-color: transparent; - color: transparent; - border: none; - box-shadow: none; -} - -switch { - background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); -} - -menuitem:hover switch, -row:selected switch, -infobar switch { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); -} - -headerbar switch { - background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); -} - -switch:checked { - background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); -} - -menuitem:hover switch:checked, -row:selected switch:checked, -infobar switch:checked { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); -} - -headerbar switch:checked { - background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); -} - -switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); -} - -menuitem:hover switch:disabled, -row:selected switch:disabled, -infobar switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); -} - -headerbar switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); -} - -switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); -} - -menuitem:hover switch:checked:disabled, -row:selected switch:checked:disabled, -infobar switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); -} - -headerbar switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); -} - -.check, -check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); -} - -.osd check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); -} - -popover.menu modelbutton:hover check, -popover.menu modelbutton:selected check, -.view:selected check, -row:selected check, -infobar check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); -} - -.check:disabled, -check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); -} - -.osd check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover check:disabled, -popover.menu modelbutton:selected check:disabled, -.view:selected check:disabled, -row:selected check:disabled, -infobar check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); -} - -.check:indeterminate, -check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); -} - -.osd check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); -} - -popover.menu modelbutton:hover check:indeterminate, -popover.menu modelbutton:selected check:indeterminate, -.view:selected check:indeterminate, -row:selected check:indeterminate, -infobar check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); -} - -.check:indeterminate:disabled, -check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); -} - -.osd check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover check:indeterminate:disabled, -popover.menu modelbutton:selected check:indeterminate:disabled, -.view:selected check:indeterminate:disabled, -row:selected check:indeterminate:disabled, -infobar check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); -} - -.check:checked, -check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); -} - -.osd check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); -} - -popover.menu modelbutton:hover check:checked, -popover.menu modelbutton:selected check:checked, -.view:selected check:checked, -row:selected check:checked, -infobar check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); -} - -.check:checked:disabled, -check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); -} - -.osd check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover check:checked:disabled, -popover.menu modelbutton:selected check:checked:disabled, -.view:selected check:checked:disabled, -row:selected check:checked:disabled, -infobar check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); -} - -.radio, -radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); -} - -.osd radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); -} - -popover.menu modelbutton:hover radio, -popover.menu modelbutton:selected radio, -.view:selected radio, -row:selected radio, -infobar radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); -} - -.radio:disabled, -radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); -} - -.osd radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover radio:disabled, -popover.menu modelbutton:selected radio:disabled, -.view:selected radio:disabled, -row:selected radio:disabled, -infobar radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); -} - -.radio:indeterminate, -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); -} - -.osd radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); -} - -popover.menu modelbutton:hover radio:indeterminate, -popover.menu modelbutton:selected radio:indeterminate, -.view:selected radio:indeterminate, -row:selected radio:indeterminate, -infobar radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); -} - -.radio:indeterminate:disabled, -radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); -} - -.osd radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover radio:indeterminate:disabled, -popover.menu modelbutton:selected radio:indeterminate:disabled, -.view:selected radio:indeterminate:disabled, -row:selected radio:indeterminate:disabled, -infobar radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); -} - -.radio:checked, -radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); -} - -.osd radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); -} - -popover.menu modelbutton:hover radio:checked, -popover.menu modelbutton:selected radio:checked, -.view:selected radio:checked, -row:selected radio:checked, -infobar radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); -} - -.radio:checked:disabled, -radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); -} - -.osd radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover radio:checked:disabled, -popover.menu modelbutton:selected radio:checked:disabled, -.view:selected radio:checked:disabled, -row:selected radio:checked:disabled, -infobar radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); - background-color: transparent; -} - -.view.content-view.check:checked:not(list), -.content-view .tile check:checked:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); - background-color: transparent; -} - -checkbutton.text-button, radiobutton.text-button { - padding: 2px 0; - outline-offset: 0; -} - -checkbutton.text-button:hover, radiobutton.text-button:hover { - color: #b7c6d1; -} - -checkbutton.text-button:disabled, radiobutton.text-button:disabled { - color: rgba(230, 235, 239, 0.45); -} - -checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child { - margin-left: 4px; -} - -checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child { - margin-right: 4px; -} - -check, -radio { - min-width: 16px; - min-height: 16px; - margin: 0 2px; -} - -check:only-child, -radio:only-child { - margin: 0; -} - -scale { - min-height: 15px; - min-width: 15px; - padding: 3px; -} - -scale > trough > slider { - min-height: 15px; - min-width: 15px; - margin: -6px; -} - -scale.fine-tune > trough > slider { - margin: -4px; -} - -scale.fine-tune > trough > fill, -scale.fine-tune > trough > highlight, -scale.fine-tune > trough { - border-radius: 5px; -} - -scale > trough { - outline-offset: 2px; - border-radius: 2.5px; - background-color: rgba(255, 255, 255, 0.12); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.045); -} - -.osd scale > trough { - background-color: #383a47; -} - -.osd scale > trough > highlight { - background-color: #5294e2; -} - -row:selected scale > trough, infobar scale > trough { - background-color: rgba(0, 0, 0, 0.2); -} - -row:selected scale > trough highlight, infobar scale > trough highlight { - background-color: #ffffff; -} - -row:selected scale > trough highlight:disabled, infobar scale > trough highlight:disabled { - background-color: #b1cff2; -} - -row:selected scale > trough:disabled, infobar scale > trough:disabled { - background-color: rgba(0, 0, 0, 0.1); -} - -scale highlight { - border-radius: 2.5px; - background-color: #5294e2; -} - -scale highlight:disabled { - background-color: rgba(82, 148, 226, 0.55); -} - -scale > trough > fill { - border-radius: 2.5px; - background-color: rgba(82, 148, 226, 0.5); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > trough > slider { - background-color: #ffffff; - border: 1px solid rgba(255, 255, 255, 0.1); - border-radius: 100%; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-property: background, border; -} - -scale > trough > slider:hover { - background-clip: border-box; - background-color: #5f9ce4; - border-color: #68a2e6; -} - -scale > trough > slider:active { - background-clip: border-box; - background-color: #458ce0; - border-color: #68a2e6; -} - -scale > trough > slider:disabled { - background-color: #e6e6e6; - border-color: rgba(242, 242, 242, 0.1); -} - -row:selected scale > trough > slider, infobar scale > trough > slider { - background-clip: border-box; - background-color: #ffffff; - border-color: #ffffff; -} - -row:selected scale > trough > slider:hover, infobar scale > trough > slider:hover { - background-color: #e5effb; - border-color: #e5effb; -} - -row:selected scale > trough > slider:active, infobar scale > trough > slider:active { - background-color: #a9caf1; - border-color: #a9caf1; -} - -row:selected scale > trough > slider:disabled, infobar scale > trough > slider:disabled { - background-color: #b1cff2; - border-color: #b1cff2; -} - -.osd scale > trough > slider { - background-clip: border-box; - background-color: #5294e2; - border-color: #5294e2; -} - -.osd scale > trough > slider:hover { - background-color: #7eafe9; - border-color: #7eafe9; -} - -.osd scale > trough > slider:active { - background-color: #68a2e6; - border-color: #68a2e6; -} - -scale > value { - color: alpha(currentColor,0.4); -} - -scale > marks { - color: alpha(currentColor,0.4); -} - -scale > marks.top { - margin-bottom: 1px; - margin-top: -4px; -} - -scale > marks.bottom { - margin-top: 1px; - margin-bottom: -4px; -} - -scale > marks.top { - margin-right: 1px; - margin-left: -4px; -} - -scale > marks.bottom { - margin-left: 1px; - margin-right: -4px; -} - -scale.fine-tune > marks.top { - margin-bottom: 0px; - margin-top: -2px; -} - -scale.fine-tune > marks.bottom { - margin-top: 0px; - margin-bottom: -2px; -} - -scale.fine-tune > marks.top { - margin-right: 0px; - margin-left: -2px; -} - -scale.fine-tune > marks.bottom { - margin-left: 0px; - margin-right: -2px; -} - -scale.horizontal indicator { - min-height: 3px; - min-width: 1px; -} - -scale.horizontal.fine-tune indicator { - min-height: 2px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 3px; -} - -scale.vertical.fine-tune indicator { - min-width: 2px; -} - -progressbar { - padding: 0; - font-size: smaller; - color: rgba(230, 235, 239, 0.4); - font-feature-settings: "tnum"; -} - -progressbar.horizontal > trough { - min-width: 150px; -} - -progressbar.horizontal > trough, progressbar.horizontal > trough > progress { - min-height: 6px; -} - -progressbar.vertical > trough { - min-height: 80px; -} - -progressbar.vertical > trough, progressbar.vertical > trough > progress { - min-width: 6px; -} - -progressbar.osd { - min-width: 3px; - min-height: 3px; - background-color: transparent; -} - -progressbar.osd > trough { - border-style: none; - background-color: transparent; - box-shadow: none; -} - -progressbar.osd > trough > progress { - border-style: none; - border-radius: 0; -} - -progressbar > trough > progress { - background-color: #5294e2; - border: none; - border-radius: 2px; - box-shadow: none; -} - -headerbar progressbar > trough > progress { - background-color: #3c86de; -} - -progressbar > trough > progress:disabled { - background-color: rgba(82, 148, 226, 0.35); -} - -row:selected progressbar > trough > progress, infobar progressbar > trough > progress { - background-color: #ffffff; -} - -progressbar > trough > progress.left { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -progressbar > trough > progress.right { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -progressbar > trough > progress.top { - border-top-right-radius: 5px; - border-top-left-radius: 5px; -} - -progressbar > trough > progress.bottom { - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; -} - -progressbar > trough { - border: none; - border-radius: 2px; - background-color: rgba(230, 235, 239, 0.2); -} - -progressbar > trough:disabled { - background-color: rgba(230, 235, 239, 0.08); -} - -row:selected progressbar > trough, infobar progressbar > trough { - background-color: rgba(0, 0, 0, 0.2); -} - -progressbar > trough.empty > progress { - all: unset; -} - -levelbar trough > block { - min-width: 32px; - min-height: 1px; -} - -levelbar.vertical block { - min-width: 1px; - min-height: 32px; -} - -levelbar trough { - border: none; - padding: 3px; - border-radius: 2px; - background-color: rgba(255, 255, 255, 0.12); -} - -levelbar.horizontal.discrete trough > block { - margin: 0 1px; -} - -levelbar.vertical.discrete trough > block { - margin: 1px 0; -} - -levelbar block:not(.empty) { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; -} - -levelbar block.low { - border-color: #F27835; - background-color: #F27835; -} - -levelbar block.high { - border-color: #5294e2; - background-color: #5294e2; -} - -levelbar block.full { - border-color: #6dcfa7; - background-color: #6dcfa7; -} - -levelbar block.empty { - background-color: #282A33; - border-color: #282A33; -} - -window.dialog.print drawing { - color: #e6ebef; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #282A33; - padding: 0; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame { - border-radius: 2px; -} - -frame > label { - margin: 4px; -} - -scrolledwindow overshoot.top { - background-image: radial-gradient(farthest-side at top, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at top, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at bottom, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow overshoot.left { - background-image: radial-gradient(farthest-side at left, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at left, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: left; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow overshoot.right { - background-image: radial-gradient(farthest-side at right, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at right, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: right; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; - border: none; -} - -scrolledwindow undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; - border: none; -} - -scrolledwindow undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: none; -} - -scrolledwindow undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: none; -} - -scrolledwindow junction { - border-color: transparent; - border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: rgba(0, 0, 0, 0.05); -} - -scrolledwindow junction:dir(rtl) { - border-image-slice: 0 1 0 0; -} - -separator { - background-color: rgba(255, 255, 255, 0.12); - min-width: 1px; - min-height: 1px; -} - -listview, -list { - background-color: #282A33; - border-color: rgba(255, 255, 255, 0.12); -} - -listview > row, -list > row { - padding: 2px; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid #494c59; -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid #494c59; -} - -row.activatable.has-open-popup, row.activatable:hover { - transition: none; - animation: none; - background-color: rgba(255, 255, 255, 0.03); -} - -row.activatable:active, row.activatable:checked { - transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -row.activatable:disabled { - color: rgba(230, 235, 239, 0.45); -} - -row.activatable:disabled image { - color: inherit; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview.column-separators > listview > row > cell { - border-left-color: #494c59; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -treeexpander { - border-spacing: 4px; -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 1px dashed rgba(255, 255, 255, 0.12); - outline-offset: -2px; -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 1px dashed #5294e2; - outline-offset: -2px; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: #ffffff; - background-color: #5294e2; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 10px; - min-height: 28px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 10px; -} - -.app-notification { - padding: 10px; - color: #D3DAE3; - background-color: alpha(#282A33,0.9); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #434655; -} - -.app-notification border { - border: none; -} - -.app-notification button { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -.app-notification button.flat { - border-color: rgba(82, 148, 226, 0); -} - -.app-notification button:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -.app-notification button:active, .app-notification button:checked { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -.app-notification button:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander arrow:hover { - color: white; -} - -expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander-widget > box > title { - border-radius: 2px; -} - -expander-widget > box > title:hover > expander { - color: rgba(230, 235, 239, 0.75); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -calendar { - color: #e6ebef; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - border: none; - box-shadow: none; - background: none; - border-radius: 0; -} - -calendar > header > button:backdrop { - background: none; -} - -calendar > grid > label.today { - border-radius: 2px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); -} - -calendar > grid > label.today:selected { - box-shadow: none; - background-color: #5294e2; - color: #ffffff; -} - -calendar > grid > label:focus { - outline-color: rgba(255, 255, 255, 0.12); - outline-offset: -2px; - outline-width: 1px; - outline-style: dashed; -} - -calendar > grid > label.day-number { - padding: 4px; -} - -calendar > grid > label.day-number:selected { - border-radius: 2px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor,0.3); -} - -window.dialog.message .linked:not(.vertical) > button, -window.dialog.message .linked:not(.vertical) > button:hover, -window.dialog.message .linked:not(.vertical) > button:active, -window.dialog.message .linked:not(.vertical) > button:checked, -window.dialog.message .linked:not(.vertical) > button:disabled { - border-radius: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-right: none; - border-bottom: none; -} - -window.dialog.message .linked:not(.vertical) > button:last-child { - border-bottom-right-radius: 2px; - border-top-right-radius: 0; - border-right: none; - border-bottom: none; -} - -window.dialog.message .linked:not(.vertical) > button:first-child { - border-bottom-left-radius: 2px; - border-top-left-radius: 0; - border-left: none; - border-bottom: none; -} - -window.dialog.message .linked:not(.vertical) > button:only-child { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - border-left: none; - border-right: none; - border-bottom: none; -} - -window.dialog.message.background { - background-color: #32343D; - color: rgba(228, 235, 241, 0.8); -} - -window.dialog.message.background.csd.background { - border-radius: 2px; - border: none; -} - -window.dialog.message .titlebar { - min-height: 20px; - background-color: #32343D; - border-bottom: none; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.dialog.message .titlebar:backdrop { - background-color: #32343D; -} - -window.dialog.message .dialog-action-area button { - padding: 6px 10px 8px 10px; - border-radius: 0; - border: none; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #32343D; - color: rgba(228, 235, 241, 0.8); -} - -window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { - background-color: rgba(228, 235, 241, 0.06); -} - -window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { - background-color: rgba(228, 235, 241, 0.1); - color: rgba(228, 235, 241, 0.8); -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #32343D; -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { - border-radius: 0; -} - -.sidebar { - border-style: none; - background-color: #32343D; -} - -.sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 1px solid #494c59; - border-left-style: none; -} - -.sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #494c59; - 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 list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: none; -} - -stacksidebar row { - padding: 4px 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; -} - -stacksidebar row.needs-attention > label { - background-size: 6px 6px, 0 0; -} - -stacksidebar row:selected { - background-color: #5294e2; - border-radius: 2px; - color: #ffffff; -} - -stacksidebar row:selected:hover:dir(ltr), stacksidebar row:selected:hover:dir(rtl) { - background-color: #68a2e6; -} - -stacksidebar row:focus:focus-visible { - outline-width: 0; - background-color: #5294e2; - color: #ffffff; -} - -stacksidebar row.activatable:active, stacksidebar row.activatable:selected:active { - box-shadow: none; -} - -separator.sidebar { - background: none; - border-right: none; -} - -.navigation-sidebar { - padding: 6px 0; -} - -.navigation-sidebar > separator { - margin: 4px; -} - -.navigation-sidebar > row { - min-height: 28px; - padding: 0 8px; - border-radius: 2px; - margin: 0 2px 2px; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: rgba(230, 235, 239, 0.1); - color: #e6ebef; -} - -.navigation-sidebar > row:selected { - background-color: #5294e2; - color: #ffffff; -} - -.navigation-sidebar > row:selected:hover { - background-color: #3c86de; -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline-width: 0; - color: #ffffff; - background-color: #5294e2; -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: #3c86de; -} - -.navigation-sidebar > row:disabled { - color: rgba(230, 235, 239, 0.45); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar > row { - min-height: 28px; - padding: 2px; - outline-offset: -3px; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 10px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -button.sidebar-button { - min-width: 22px; - min-height: 22px; - margin-top: 2px; - margin-bottom: 2px; - padding: 0; - border-radius: 100%; -} - -button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - padding: 0 8px; - min-height: 2px; - background-image: linear-gradient(to bottom, #F08437, #F08437); - background-clip: content-box; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #5294e2; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled), placessidebar .navigation-sidebar > row:drop(active):not(:disabled) label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled) image { - color: #F08437; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected image { - color: #ffffff; -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > 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: linear-gradient(to bottom, #494c59, #494c59); - background-size: 1px 1px; -} - -paned > separator:selected { - background-image: linear-gradient(to bottom, #5294e2, #5294e2); -} - -paned > separator.wide { - min-width: 5px; - min-height: 5px; - background-color: #32343D; - background-image: linear-gradient(to bottom, #494c59, #494c59), linear-gradient(to bottom, #494c59, #494c59); - background-size: 1px 1px, 1px 1px; -} - -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; -} - -video { - background: black; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 1000px; - border: none; -} - -infobar { - border-style: none; - margin: 0; - padding: 0; -} - -infobar.info > revealer > box { - background-color: #5294e2; -} - -infobar.question > revealer > box { - background-color: #6dcfa7; -} - -infobar.warning > revealer > box { - background-color: #F27835; -} - -infobar.error > revealer > box { - background-color: #FC4138; -} - -infobar.info > revealer > box, infobar.question > revealer > box, infobar.warning > revealer > box, infobar.error > revealer > box { - color: #ffffff; - caret-color: currentColor; -} - -infobar.info > revealer > box selection, infobar.question > revealer > box selection, infobar.warning > revealer > box selection, infobar.error > revealer > box selection { - color: #5294e2; - background-color: #ffffff; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button, .nautilus-window .floating-bar button, infobar.info > revealer > box button, infobar.question > revealer > box button, infobar.warning > revealer > box button, infobar.error > revealer > box button { - color: #ffffff; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button, .nautilus-window .floating-bar button.flat, infobar.info > revealer > box button.flat, infobar.question > revealer > box button.flat, infobar.warning > revealer > box button.flat, infobar.error > revealer > box button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled, .nautilus-window .floating-bar button.flat:disabled, infobar.info > revealer > box button.flat:disabled, infobar.question > revealer > box button.flat:disabled, infobar.warning > revealer > box button.flat:disabled, infobar.error > revealer > box button.flat:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled label, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, infobar.info > revealer > box button.flat:disabled label, infobar.question > revealer > box button.flat:disabled label, infobar.warning > revealer > box button.flat:disabled label, infobar.error > revealer > box button.flat:disabled label { - color: rgba(255, 255, 255, 0.4); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:hover, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:hover, .nautilus-window .floating-bar button:hover, infobar.info > revealer > box button:hover, infobar.question > revealer > box button:hover, infobar.warning > revealer > box button:hover, infobar.error > revealer > box button:hover { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.65); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:active, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:active, .nautilus-window .floating-bar button:active, infobar.info > revealer > box button:active, infobar.question > revealer > box button:active, infobar.warning > revealer > box button:active, infobar.error > revealer > box button:active, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:checked, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:checked, .nautilus-window .floating-bar button:checked, infobar.info > revealer > box button:checked, infobar.question > revealer > box button:checked, infobar.warning > revealer > box button:checked, infobar.error > revealer > box button:checked { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.35); - border-color: rgba(255, 255, 255, 0.65); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled label, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled label, .nautilus-window .floating-bar button:disabled label, infobar.info > revealer > box button:disabled label, infobar.question > revealer > box button:disabled label, infobar.warning > revealer > box button:disabled label, infobar.error > revealer > box button:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:active, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:active, .nautilus-window .floating-bar button:disabled:active, infobar.info > revealer > box button:disabled:active, infobar.question > revealer > box button:disabled:active, infobar.warning > revealer > box button:disabled:active, infobar.error > revealer > box button:disabled:active, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:checked, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, infobar.info > revealer > box button:disabled:checked, infobar.question > revealer > box button:disabled:checked, infobar.warning > revealer > box button:disabled:checked, infobar.error > revealer > box button:disabled:checked { - color: rgba(255, 255, 255, 0.75); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.4); -} - -tooltip { - border-radius: 2px; - box-shadow: none; - padding: 6px 10px; -} - -tooltip.background { - background-color: #3e4250; - background-clip: padding-box; - color: #D3DAE3; -} - -tooltip.background label { - padding: 4px; -} - -tooltip > box { - border-spacing: 6px; -} - -colorswatch, colorswatch:drop(active) { - border-style: none; -} - -colorswatch.top { - border-top-left-radius: 2.5px; - border-top-right-radius: 2.5px; -} - -colorswatch.top overlay { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -colorswatch.bottom { - border-bottom-left-radius: 2.5px; - border-bottom-right-radius: 2.5px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 2.5px; - border-bottom-left-radius: 2.5px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 2.5px; - border-bottom-right-radius: 2.5px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} - -colorswatch.dark overlay { - color: rgba(255, 255, 255, 0.7); -} - -colorswatch.dark overlay:hover { - border-color: rgba(255, 255, 255, 0.12); -} - -colorswatch.light overlay { - color: rgba(0, 0, 0, 0.7); -} - -colorswatch.light overlay:hover { - border-color: rgba(255, 255, 255, 0.12); -} - -colorswatch overlay { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -colorswatch overlay:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - border-color: rgba(0, 0, 0, 0.6); - box-shadow: none; -} - -colorswatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #e6ebef; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2c2f39; -} - -colorswatch#add-color-button:hover { - color: #b7c6d1; - border-color: rgba(255, 255, 255, 0.12); - background-color: #3e4250; -} - -colorswatch#add-color-button overlay { - border-color: transparent; - background-color: transparent; - background-image: none; -} - -button.color { - padding: 4px; -} - -button.color > colorswatch:only-child, button.color > colorswatch:only-child > overlay { - border-radius: 0; -} - -colorchooser .popover.osd { - border-radius: 2px; -} - -.content-view { - background-color: #282A33; -} - -.content-view .tile { - margin: 2px; - background-color: black; - border-radius: 0; - padding: 0; -} - -.content-view .tile:active, .content-view .tile:selected { - background-color: #5294e2; -} - -.content-view .tile:disabled { - background-color: #373943; -} - -.scale-popup button:hover { - color: #b7c6d1; - border-color: rgba(255, 255, 255, 0.12); - background-color: #3e4250; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 16px; - min-height: 20px; - padding: 3px 6px 4px 6px; - color: #e6ebef; - background-color: #282A33; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 2.5px; - box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); -} - -:not(decoration):not(window):drop(active):focus, -:not(decoration):not(window):drop(active) { - border-color: #F08437; - box-shadow: inset 0 0 0 1px #F08437; - caret-color: #F08437; -} - -stackswitcher button.text-button { - min-width: 80px; -} - -stackswitcher button.circular { - min-width: 0; -} - -stackswitcher.circular { - border-spacing: 12px; -} - -stackswitcher.circular > button.circular, -stackswitcher.circular > button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -window { - border: none; -} - -window.csd { - box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08), 0 8px 8px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.12); - margin: 0px; - border-radius: 0; - transition: 200ms ease-out; -} - -window.csd:backdrop { - box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.12); -} - -window.csd.popup { - border-radius: 0; - box-shadow: 0 3px 6px rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(255, 255, 255, 0.12); -} - -window.csd.dialog.message { - border-radius: 2px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.02); -} - -window.csd.solid-csd { - margin: 0; - padding: 0; - border: solid 2px #32343D; - border-radius: 0; - box-shadow: none; -} - -window.maximized, window.fullscreen, window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom { - border-radius: 0; - box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06); -} - -window.popup { - box-shadow: none; -} - -window.ssd { - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); -} - -.monospace { - font-family: monospace; -} - -headerbar windowcontrols > button, .csd headerbar windowcontrols > button, .solid-csd headerbar windowcontrols > button { - margin: 0; - padding: 0; - min-width: 28px; - min-height: 28px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(40, 42, 51, 0); -} - -headerbar windowcontrols > button:hover { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #333641; -} - -headerbar windowcontrols > button:active, headerbar windowcontrols > button:checked { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; -} - -headerbar windowcontrols > button.close, headerbar windowcontrols > button.maximize, headerbar windowcontrols > button.minimize { - padding: 0; - margin: 0 2px; - min-width: 27px; - min-height: 27px; - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; - border-radius: 0; -} - -headerbar windowcontrols > button.close:backdrop, headerbar windowcontrols > button.maximize:backdrop, headerbar windowcontrols > button.minimize:backdrop { - opacity: 1; -} - -headerbar windowcontrols > button.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); -} - -headerbar windowcontrols > button.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); -} - -headerbar windowcontrols > button.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); -} - -headerbar windowcontrols > button.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); -} - -headerbar windowcontrols > button.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); -} - -headerbar windowcontrols > button.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); -} - -headerbar windowcontrols > button.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); -} - -headerbar windowcontrols > button.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); -} - -headerbar windowcontrols > button.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); -} - -headerbar windowcontrols > button.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); -} - -headerbar windowcontrols > button.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); -} - -headerbar windowcontrols > button.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); -} - -headerbar windowcontrols > button.restore { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -headerbar windowcontrols > button.restore:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -headerbar windowcontrols > button.restore:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -headerbar windowcontrols > button.restore:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize, .maximized headerbar windowcontrols > button.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize:backdrop, .maximized headerbar windowcontrols > button.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize:hover, .maximized headerbar windowcontrols > button.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize:active, .maximized headerbar windowcontrols > button.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, .view:selected, .view:selected:focus, -textview > text:selected, -textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, -iconview:selected, -iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { - background-color: #5294e2; -} - -row:selected label, label:selected, .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, .view:selected, .view:selected:focus, -textview > text:selected, -textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, -iconview:selected, -iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { - color: #ffffff; -} - -row:selected label:disabled, label:disabled:selected, .nemo-window .sidebar .view.cell:disabled:selected, .nemo-window .sidebar row.cell:disabled:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected, .polari-room-list .sidebar .activatable:disabled:selected, .polari-room-list .sidebar .inactive:disabled:selected, .polari-room-list .sidebar .room-list-header:disabled:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, list.tweak-categories > row.activatable.tweak-category:disabled:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled:selected, list.gedit-document-panel row.activatable:disabled:selected, .view:disabled:selected, -textview > text:disabled:selected, -textview > text:disabled:selected:focus, textview > text > selection:disabled, -iconview:disabled:selected, -iconview:disabled:selected:focus, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, modelbutton.flat:disabled:active, modelbutton.flat:disabled:selected, spinbutton:not(.vertical) > text > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, row:disabled:selected, calendar > grid > label.day-number:disabled:selected { - color: #a9caf1; -} - -.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 > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.emoji-toolbar { - padding: 2px; - border-spacing: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - padding: 4px 12px; - outline-offset: -4px; - border: none; -} - -button.emoji-section:hover { - color: #e6ebef; - background-color: rgba(230, 235, 239, 0.1); -} - -button.emoji-section:active { - color: #e6ebef; - background-color: rgba(230, 235, 239, 0.2); -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - border-radius: 6px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background-color: #5294e2; -} - -emoji-completion-row > box { - border-spacing: 10px; - padding: 2px 10px; -} - -emoji-completion-row:focus, -emoji-completion-row:hover { - background: none; - color: #e6ebef; - box-shadow: none; -} - -emoji-completion-row emoji:focus, emoji-completion-row emoji:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -popover.entry-completion > contents { - padding: 0; -} - -statusbar { - padding: 6px 10px; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized, terminal-window.background.csd.tiled, terminal-window.background.csd.fullscreen, -.mate-terminal.background.csd.maximized, -.mate-terminal.background.csd.tiled, -.mate-terminal.background.csd.fullscreen { - border-radius: 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 0 0 0 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0 0 0 1px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background: none; - border: none; - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 2px 6px; - border-radius: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - color: rgba(255, 255, 255, 0.8); - background: none; - box-shadow: inset 0 -1px rgba(82, 148, 226, 0.5), 0 1px rgba(82, 148, 226, 0.5); -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: rgba(228, 235, 241, 0.8); - background: none; - box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(228, 235, 241, 0.4); -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(228, 235, 241, 0.4); - box-shadow: inset 0 -1px rgba(82, 148, 226, 0.4), 0 1px rgba(82, 148, 226, 0.4); -} - -.nautilus-window.background.csd { - border-radius: 0 0 0 0; -} - -.nautilus-window.background.csd.unified { - border-radius: 0; -} - -.nautilus-window.background.csd placessidebar.sidebar { - border-bottom-left-radius: 0; -} - -.nautilus-window.background.csd notebook, .nautilus-window.background.csd notebook > stack { - border-radius: 0 0 0 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box { - margin-top: 5px; - margin-bottom: 5px; - color: rgba(228, 235, 241, 0.8); - background-color: transparent; - border: none; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button { - padding: 3px 6px; - margin-top: 0; - margin-bottom: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button { - padding: 3px 12px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button label { - padding-left: 0; - padding-right: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button image { - padding-left: 0; - padding-right: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button label { - padding-right: 6px; - padding-left: 6px; -} - -.nautilus-window headerbar.titlebar .path-bar-box.width-maximized { - border: none; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); - background-color: rgba(228, 235, 241, 0.06); - border-radius: 2px; - padding: 0 6px; -} - -.nautilus-window headerbar.titlebar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item { - border-radius: 2px; -} - - -.nautilus-desktop.nautilus-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - - -.nautilus-desktop.nautilus-canvas-item:active { - color: #e6ebef; -} - - -.nautilus-desktop.nautilus-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, entry > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, headerbar .nautilus-canvas-item.subtitle, popover.background label.nautilus-canvas-item.separator, -.nautilus-list-dim-label { - color: #8c9096; -} - -.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, entry > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #dceaf9; -} - - -.nautilus-window notebook > stack { - background-image: none; -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window > menubar { - border: none; - box-shadow: none; - background: none; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #282A33; -} - -.nautilus-list-view treeview.view:not(:selected):not(:hover):not(:focus) { - background: none; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(230, 235, 239, 0.5); - border-color: rgba(199, 210, 219, 0.5); -} - -.disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); -} - -.disk-space-display.free { - background-color: #2b2d35; - border-color: #141519; -} - -@keyframes needs_attention_keyframes { - 0% { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #333641; - } - 100% { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #5294e2; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #5294e2; - color: #ffffff; - border-radius: 2px 2px 0 0; -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(230, 235, 239, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #a9caf1; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #5294e2; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #639fe5; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #4189df; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #494c59; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: #282A33; -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #494c59; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(230, 235, 239, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(230, 235, 239, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #494c59; -} - -graph-switcher-button.toggle { - color: rgba(230, 235, 239, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #e6ebef; - background-image: image(rgba(255, 255, 255, 0.03)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(82, 148, 226, 0.2); -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -window.org-gnome-Builder > menubar { - border: none; - box-shadow: none; - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 0 0 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294e2; -} - -layouttab { - background-color: #282A33; -} - -layout { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -pillbox { - color: #ffffff; - background-color: #5294e2; - border-radius: 2px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #32343D; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(255, 255, 255, 0.12); - background-color: #282A33; -} - -dockbin { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -dockpaned { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -dockoverlayedge { - background-color: #32343D; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #e6ebef; -} - -button.dzlmenubuttonitem.check label.dim-label { - color: #e6ebef; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #282A33, #282A33); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(255, 255, 255, 0.12); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 2px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #e6ebef; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -preferencesbin spinbutton { - border-radius: 2px; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -preferencesbin spinbutton:focus { - border-color: #5294e2; -} - -preferencesbin spinbutton entry, preferencesbin spinbutton button { - border: none; - box-shadow: none; -} - -.tweak-categories { - border-radius: 0 0 0 0; -} - -.maximized .tweak-categories, .fullscreen .tweak-categories, .tiled .tweak-categories, .tiled-top .tweak-categories, .tiled-right .tweak-categories, .tiled-bottom .tweak-categories, .tiled-left .tweak-categories { - border-radius: 0; -} - -window.background.csd > hdyleaflet > box.vertical > stack.main-container, -window.background.csd > leaflet > box.vertical > stack.main-container { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories { - border-radius: 0; -} - -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow.frame { - border: none; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - border-bottom-right-radius: 0; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - border-bottom-right-radius: 1px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator { - background: none; - min-height: 2px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list { - border-radius: 4px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list { - border-radius: 0; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list { - border-radius: 0 0 4px 4px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list { - border-radius: 4px 4px 0 0; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - border-bottom-left-radius: 0; -} - -window.background.csd.maximized > leaflet > stack.background, -window.background.csd.maximized > hdyleaflet > stack.background, -window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background, -window.background.csd.tiled > hdyleaflet > stack.background, -window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background, -window.background.csd.fullscreen > hdyleaflet > stack.background, -window.background.csd.fullscreen > box.horizontal > stack.background { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view { - border-bottom-left-radius: 0; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #32343D; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#32343D); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #32343D; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#32343D); - border-image: linear-gradient(to bottom, #494c59, #494c59) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(230, 235, 239, 0.45); - background-image: image(#32343D); -} - -.category_page_header_filter_box button:hover { - color: rgba(230, 235, 239, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #e6ebef; -} - -.category_page_header_filter_box button:disabled { - color: rgba(230, 235, 239, 0.65); -} - -.application-details-infobar { - background-image: image(#282A33); - border-image: linear-gradient(to bottom, #494c59, #494c59) 1 1 1 1/1px 1px 1px 1px stretch; -} - -button.osd.featured-button-left, -button.osd.featured-button-right { - background-image: image(rgba(255, 255, 255, 0.15)); -} - -button.osd.featured-button-left image, -button.osd.featured-button-right image { - color: white; -} - -label.title-1 { - color: white; -} - -label:backdrop.title-1 { - opacity: 0.5; -} - -label.caption { - color: rgba(255, 255, 255, 0.65); -} - -label:backdrop.caption { - opacity: 0.5; -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #5294e2; -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #e9ecf1; - background-color: #282A33; - border: 1px solid #16171c; - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #5294e2; - border-color: #5294e2; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: #1d1e25; -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #5294e2; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #5294e2; - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #32343D; - border: none; - color: #e6ebef; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #e6ebef; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #e6ebef; - background-color: rgba(230, 235, 239, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #5294e2; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(255, 255, 255, 0.12)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #e6ebef; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #e6ebef; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#5294e2); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#2b2d35); - color: #a8b9c7; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#3b3d46); - color: #e6ebef; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#44464f); - color: #e6ebef; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#5294e2); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#282A33); - color: #5294e2; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#2a2f3c); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#2c3545); - color: #5294e2; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#5294e2); - color: #ffffff; - transition-duration: 0s; -} - -headerbar.titlebar.incognito-mode entry { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #21232a; -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: rgba(255, 255, 255, 0.8); - border-color: #5294e2; - background-color: #2c2f39; -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(228, 235, 241, 0.35); - border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(33, 35, 42, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(230, 235, 239, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #21232a; -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: rgba(255, 255, 255, 0.8); - border-color: #5294e2; - background-color: #2c2f39; -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(228, 235, 241, 0.35); - border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(33, 35, 42, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #494c59; - color: rgba(230, 235, 239, 0.85); - border-radius: 2px; - border: 1px solid rgba(255, 255, 255, 0.12); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #b7c6d1; - border-color: rgba(255, 255, 255, 0.12); - background-color: #3e4250; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(40, 42, 51, 0.35); - color: rgba(230, 235, 239, 0.85); - border-bottom: 1px dashed rgba(255, 255, 255, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #e6ebef; - background-color: rgba(230, 235, 239, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 2px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button { - margin: 3px 6px; -} - -flowboxchild.bookmark-tag-widget { - color: #32343D; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #32343D; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -tabbox > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - border: none; - color: rgba(230, 235, 239, 0.45); - background-color: rgba(50, 52, 61, 0); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(230, 235, 239, 0.75); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); -} - -tabbox > tab:checked { - color: #e6ebef; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #5294e2; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 4px 0; - color: #a7abb1; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #27282f; -} - -tabbox > tab button:active { - color: #5294e2; - background-color: #202127; -} - -tabbox > tab button:active image { - color: #5294e2; -} - -window#gnome-system-monitor > menubar { - border: none; - box-shadow: none; - background: none; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - padding: 4px; - background-color: #2b2d35; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin-top: -1px; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale { - min-height: 20px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; - padding: 0 6px; - border-width: 0; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:hover { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame { - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame { - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > box.horizontal > box.horizontal > box.horizontal > combobox > .linked > button.combo { - margin: 24px 6px 24px 120px; - background-position: right bottom; -} - -dialog.background.csd headerbar.default-decoration { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd > paned.horizontal > scrolledwindow.frame.sidebar { - border-top: none; -} - -stack > overlay > frame > scrolledwindow.frame { - border-left-width: 0; - border-right-width: 0; -} - -window.background.csd.unified headerbar { - border-radius: 0 0 0 0; -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list, window > leaflet > scrolledwindow > viewport.frame > list, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar, hdyleaflet > stack > frame > grid.vertical > actionbar, -leaflet.unfolded > stack > frame > grid.vertical > actionbar, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list, hdyleaflet > stack > frame > grid.vertical, -leaflet.unfolded > stack > frame > grid.vertical, .polari-room-list .sidebar, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar, .sidebar.vertical > paned.geary-sidebar-pane-separator, .sidebar.vertical > paned.sidebar-pane-separator statusbar, .sidebar.vertical > paned.sidebar-pane-separator, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > leaflet > box.vertical > scrolledwindow.view, list.tweak-categories, textview.view.sourceview.gedit-view window#gtk-tooltip, .gedit-map-frame, .gedit-side-panel-paned, .gedit-document-panel-dragged-row, list.gedit-document-panel { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list:disabled, window > leaflet > scrolledwindow > viewport.frame > list:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled, hdyleaflet > stack > frame > grid.vertical:disabled, -leaflet.unfolded > stack > frame > grid.vertical:disabled, .polari-room-list .sidebar:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator:disabled, .sidebar.vertical > paned.sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.sidebar-pane-separator:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view:disabled, list.tweak-categories:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip:disabled, .gedit-map-frame:disabled, .gedit-side-panel-paned:disabled, .gedit-document-panel-dragged-row:disabled, list.gedit-document-panel:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list label:disabled, window > leaflet > scrolledwindow > viewport.frame > list label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled, hdyleaflet > stack > frame > grid.vertical label:disabled, -leaflet.unfolded > stack > frame > grid.vertical label:disabled, .polari-room-list .sidebar label:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator label:disabled, .sidebar.vertical > paned.sidebar-pane-separator label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view label:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view label:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view label:disabled, list.tweak-categories label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip label:disabled, .gedit-map-frame label:disabled, .gedit-side-panel-paned label:disabled, .gedit-document-panel-dragged-row label:disabled, list.gedit-document-panel label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button, .polari-entry-area button, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.15); - border: none; -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:hover, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:hover, .polari-entry-area button:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.25); -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:active, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:active, .polari-entry-area button:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:active, hdyleaflet > stack > frame > grid.vertical > actionbar button:checked, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:checked, .polari-entry-area button:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:checked { - color: #ffffff; - background-color: #5294e2; -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:disabled, .polari-entry-area button:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:disabled { - color: rgba(246, 246, 251, 0.35); - background-color: rgba(246, 246, 251, 0.08); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat, .polari-entry-area button.flat, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat { - border: none; - background: none; - box-shadow: none; - color: rgba(246, 246, 251, 0.8); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:hover, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:hover, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:hover, .polari-entry-area button.flat:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.15); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:checked, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:active, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:active, .polari-entry-area button.flat:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:active, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:checked, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:checked, .polari-entry-area button.flat:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:checked { - color: #ffffff; - background-color: #5294e2; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:disabled, .polari-entry-area button.flat:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row, .polari-room-list .sidebar .activatable, .polari-room-list .sidebar .inactive, .polari-room-list .sidebar .room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar, list.tweak-categories > row.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view, .gedit-side-panel-paned treeview.view, list.gedit-document-panel row.activatable { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, window > leaflet > scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.has-open-popup.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row, .polari-room-list .sidebar .has-open-popup.activatable, .polari-room-list .sidebar .has-open-popup.inactive, .polari-room-list .sidebar .has-open-popup.room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.has-open-popup.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, list.tweak-categories > row.has-open-popup.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.has-open-popup.view, .gedit-side-panel-paned treeview.has-open-popup.view, list.gedit-document-panel row.has-open-popup.activatable, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover, .polari-room-list .sidebar .activatable:hover, .polari-room-list .sidebar .inactive:hover, .polari-room-list .sidebar .room-list-header:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:hover, list.tweak-categories > row.activatable.tweak-category:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:hover, .gedit-side-panel-paned treeview.view:hover, list.gedit-document-panel row.activatable:hover { - color: #F6F6FB; - background-color: #464750; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled, .polari-room-list .sidebar .activatable:disabled, .polari-room-list .sidebar .inactive:disabled, .polari-room-list .sidebar .room-list-header:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled, list.tweak-categories > row.activatable.tweak-category:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled, .gedit-side-panel-paned treeview.view:disabled, list.gedit-document-panel row.activatable:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable label:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled, .polari-room-list .sidebar .activatable label:disabled, .polari-room-list .sidebar .inactive label:disabled, .polari-room-list .sidebar .room-list-header label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar label:disabled, list.tweak-categories > row.activatable.tweak-category label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view label:disabled, .gedit-side-panel-paned treeview.view label:disabled, list.gedit-document-panel row.activatable label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected.has-open-popup, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected.has-open-popup, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected.has-open-popup, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup, .polari-room-list .sidebar .activatable:selected.has-open-popup, .polari-room-list .sidebar .inactive:selected.has-open-popup, .polari-room-list .sidebar .room-list-header:selected.has-open-popup, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected.has-open-popup, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, list.tweak-categories > row.activatable.tweak-category:selected.has-open-popup, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected.has-open-popup, .gedit-side-panel-paned treeview.view:selected.has-open-popup, list.gedit-document-panel row.activatable:selected.has-open-popup, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover, .polari-room-list .sidebar .activatable:selected:hover, .polari-room-list .sidebar .inactive:selected:hover, .polari-room-list .sidebar .room-list-header:selected:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, list.tweak-categories > row.activatable.tweak-category:selected:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected:hover, .gedit-side-panel-paned treeview.view:selected:hover, list.gedit-document-panel row.activatable:selected:hover { - background-color: #4a85cb; -} - -hdyleaflet > box.vertical > searchbar, .polari-entry-area, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar, -window.background.csd > hdyleaflet > box.vertical > searchbar, -window.background.csd > leaflet > box.vertical > searchbar, window.background.csd > box.horizontal > box.vertical > searchbar { - background: none; - box-shadow: none; - border: none; -} - -hdyleaflet > box.vertical > searchbar > revealer > box, .polari-entry-area > revealer > box, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar > revealer > box, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar > revealer > box, -window.background.csd > hdyleaflet > box.vertical > searchbar > revealer > box, -window.background.csd > leaflet > box.vertical > searchbar > revealer > box, window.background.csd > box.horizontal > box.vertical > searchbar > revealer > box { - background-color: #32343D; - border: none; -} - -hdyleaflet > box.vertical > searchbar entry, .polari-entry-area entry, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry, -window.background.csd > hdyleaflet > box.vertical > searchbar entry, -window.background.csd > leaflet > box.vertical > searchbar entry, window.background.csd > box.horizontal > box.vertical > searchbar entry { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -hdyleaflet > box.vertical > searchbar entry image, .polari-entry-area entry image, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image, -window.background.csd > hdyleaflet > box.vertical > searchbar entry image, -window.background.csd > leaflet > box.vertical > searchbar entry image, window.background.csd > box.horizontal > box.vertical > searchbar entry image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > searchbar entry:focus, .polari-entry-area entry:focus, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:focus, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:focus, -window.background.csd > hdyleaflet > box.vertical > searchbar entry:focus, -window.background.csd > leaflet > box.vertical > searchbar entry:focus, window.background.csd > box.horizontal > box.vertical > searchbar entry:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -hdyleaflet > box.vertical > searchbar entry:disabled, .polari-entry-area entry:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry:disabled, hdyleaflet > box.vertical > searchbar entry label:disabled, .polari-entry-area entry label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry label:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry label:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry label:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry label:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry label:disabled, hdyleaflet > box.vertical > searchbar entry image:disabled, .polari-entry-area entry image:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry image:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry image:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry image:disabled { - color: rgba(246, 246, 251, 0.35); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, hdyleaflet > headerbar:first-child button.titlebutton.close, -leaflet.unfolded > headerbar:first-child button.titlebutton.close, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close, .geary-titlebar-left button.titlebutton.close, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:backdrop, .geary-titlebar-left button.titlebutton.close:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:hover, hdyleaflet > headerbar:first-child button.titlebutton.close:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:hover, .geary-titlebar-left button.titlebutton.close:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:active, hdyleaflet > headerbar:first-child button.titlebutton.close:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:active, .geary-titlebar-left button.titlebutton.close:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, hdyleaflet > headerbar:first-child button.titlebutton.maximize, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize, .geary-titlebar-left button.titlebutton.maximize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:backdrop, .geary-titlebar-left button.titlebutton.maximize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:hover, .geary-titlebar-left button.titlebutton.maximize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, hdyleaflet > headerbar:first-child button.titlebutton.maximize:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:active, .geary-titlebar-left button.titlebutton.maximize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize, hdyleaflet > headerbar:first-child button.titlebutton.minimize, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize, .geary-titlebar-left button.titlebutton.minimize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:backdrop, .geary-titlebar-left button.titlebutton.minimize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:hover, hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:hover, .geary-titlebar-left button.titlebutton.minimize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:active, hdyleaflet > headerbar:first-child button.titlebutton.minimize:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:active, .geary-titlebar-left button.titlebutton.minimize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore, hdyleaflet > headerbar:first-child button.titlebutton.restore, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore, .geary-titlebar-left button.titlebutton.restore, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:backdrop, .geary-titlebar-left button.titlebutton.restore:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:hover, hdyleaflet > headerbar:first-child button.titlebutton.restore:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:hover, .geary-titlebar-left button.titlebutton.restore:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:active, hdyleaflet > headerbar:first-child button.titlebutton.restore:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:active, .geary-titlebar-left button.titlebutton.restore:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -hdyleaflet > headerbar:first-child, -leaflet.unfolded > headerbar:first-child, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child), .geary-titlebar-left, .geary-titlebar-left.geary-titlebar, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child, window.background.csd > box.titlebar.horizontal > headerbar:first-child, .titlebar > headerbar.titlebar.tweak-titlebar-left, window.org-gnome-gedit .titlebar > headerbar:first-child { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; - background-image: image(#32343D); - border: none; - box-shadow: none; -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton), -leaflet.unfolded > headerbar:first-child button:not(.titlebutton), .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton), .geary-titlebar-left button:not(.titlebutton), window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton), -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton), window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton), .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton), window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton) { - color: rgba(246, 246, 251, 0.8); - border: none; -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton):hover, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):hover, .geary-titlebar-left button:not(.titlebutton):hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):hover, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.25); -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton):active, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):active, .geary-titlebar-left button:not(.titlebutton):active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):active, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):active, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):active, hdyleaflet > headerbar:first-child button:not(.titlebutton):checked, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):checked, .geary-titlebar-left button:not(.titlebutton):checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):checked, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):checked, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):checked, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):checked { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu, .geary-titlebar-left button.titlebutton.appmenu, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu { - border: none; - min-height: 30px; - min-width: 30px; - border-radius: 1000px; - color: transparent; - background-color: transparent; - background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg")); - background-repeat: no-repeat; - background-position: center; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu image, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu image, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu image, .geary-titlebar-left button.titlebutton.appmenu image, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu image, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu image, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu image, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu image, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu image, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu image { - opacity: 0; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:hover, .geary-titlebar-left button.titlebutton.appmenu:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:hover { - background-color: rgba(246, 246, 251, 0.15); -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:checked, .geary-titlebar-left button.titlebutton.appmenu:checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:checked, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:checked, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:checked, hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:active, .geary-titlebar-left button.titlebutton.appmenu:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:active { - background-color: rgba(246, 246, 251, 0.25); -} - -.nemo-window .sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(255, 255, 255, 0.12); -} - -.nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: white; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -.nemo-window .sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: white; -} - -.nemo-window .sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #5294e2; -} - -.nemo-window .sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -.nemo-window .sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough { - background-color: #1c1d23; -} - -.nautilus-window headerbar { - background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg")), image(#32343D); - background-repeat: no-repeat; - background-size: 38px auto; - background-position: left center; -} - -filechooser paned > separator { - background-image: image(#494c59); -} - -.nautilus-window { - background-color: #272931; - background-image: image(#32343D); - background-size: 38px auto; - background-repeat: no-repeat; - border-radius: 0 0 0; -} - -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, #393c48, #393c48); -} - -.nautilus-window headerbar { - padding-left: 48px; -} - -.nautilus-window headerbar, .nautilus-window headerbar:backdrop { - box-shadow: inset 0 -1px #32343D, inset 38px 0 0 0 transparent; -} - -.nautilus-window placessidebar.sidebar { - background: none; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row { - transition: none; - color: #d8dedf; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(246, 246, 251, 0.85); -} - -.nautilus-window placessidebar.sidebar row.sidebar-row image.sidebar-icon { - padding-right: 2px; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row label.sidebar-label { - padding-right: 2px; - padding-left: 20px; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(216, 222, 223, 0.05); - box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #32343D; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(216, 222, 223, 0.4); -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:active { - transition: box-shadow 0.2s; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - box-shadow: inset 38px 0 0 0 #5294e2; - background-color: rgba(82, 148, 226, 0); - background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png")); - background-repeat: no-repeat; - background-position: 42px center; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-label { - color: #f4f6f6; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: rgba(216, 222, 223, 0.05); - box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #5294e2; - background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png")); - background-repeat: no-repeat; - background-position: 42px center; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button { - color: #d8dedf; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:hover { - color: #b7c6d1; - border-color: rgba(255, 255, 255, 0.12); - background-color: #3e4250; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:active { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #5294e2; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -.nemo-window .sidebar { - color: #d8dedf; - background-color: #272931; -} - -.nemo-window .sidebar .view, .nemo-window .sidebar row { - background-color: transparent; - color: #d8dedf; -} - -.nemo-window .sidebar .view.cell:selected.has-open-popup, .nemo-window .sidebar .view.cell:selected:hover, .nemo-window .sidebar row.cell:selected.has-open-popup, .nemo-window .sidebar row.cell:selected:hover { - color: #ffffff; - background-color: #4a85cb; -} - -.nemo-window .sidebar .view.has-open-popup, .nemo-window .sidebar .view:hover, .nemo-window .sidebar row.has-open-popup, .nemo-window .sidebar row:hover { - color: #d8dedf; - background-color: #393b42; -} - -.nemo-window .sidebar .view.expander, .nemo-window .sidebar row.expander { - color: #808488; -} - -.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #d8dedf; -} - -.nemo-window .sidebar separator { - background-color: transparent; -} - -.NemoSidebar, .NemoSidebar * { - -gtk-icon-style: symbolic; -} - -window.org-gnome-gedit > paned > separator, window.org-gnome-gedit > paned > separator:backdrop, -window.org-gnome-gedit > overlay > box.vertical > paned > separator, -window.org-gnome-gedit > overlay > box.vertical > paned > separator:backdrop { - background-image: image(#494c59); -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: rgba(255, 255, 255, 0.12); -} - -.open-document-selector-treeview.view:hover { - background-color: #353840; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #5294e2; -} - -.open-document-selector-name-label { - color: #e6ebef; -} - -.open-document-selector-path-label { - color: #878b91; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -list.gedit-document-panel row.activatable { - padding: 4px 0; -} - -list.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - margin: 0 6px; - border-radius: 100px; - border: none; - background: none; -} - -list.gedit-document-panel row button:hover { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.15); -} - -list.gedit-document-panel row button:active, list.gedit-document-panel row button:checked { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.25); -} - -list.gedit-document-panel row button image { - color: inherit; -} - -list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-document-panel row:hover:not(:selected) button:checked { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.25); -} - -.gedit-document-panel-dragged-row { - border: none; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid #494c59; - background-color: #32343D; -} - -.gedit-search-slider { - background-color: #373943; - padding: 6px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(230, 235, 239, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-bottom-panel-paned { - background-color: #282A33; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, #393c48, #393c48); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)); -} - -.tweak-group > .tweak > list { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -.tweak-group > .tweak > list > row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -row#AutostartTitle.tweak { - padding: 3px; - background-color: #282A33; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -list.tweak-categories separator { - background: none; -} - -window.background.csd > box:not(.titlebar).horizontal > separator.vertical, window.background.csd > box:not(.titlebar).horizontal > separator.vertical:backdrop { - background-image: image(rgba(255, 255, 255, 0.12)); - background-color: transparent; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right-style: solid; - background: none; - min-width: 0; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected), -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected) { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.06); - transition: all 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image { - color: rgba(246, 246, 251, 0.8); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window.background.csd > box.horizontal > separator.sidebar, -window.background.csd > hdyleaflet > separator.sidebar, -window.background.csd > leaflet > separator.sidebar { - border-right-style: solid; - background: none; - min-width: 0; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > border, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > border { - border-width: 0; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame > border { - border: none; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view { - color: rgba(246, 246, 251, 0.8); - background-color: #2b2d35; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected { - background-color: #354760; - color: #ffffff; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(ltr) { - box-shadow: inset 2px 0 #5294e2; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(rtl) { - box-shadow: inset -2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(ltr) { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(rtl) { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar.cell { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} - -window#GearyMainWindow .titlebar, -window.geary-main-window .titlebar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #282A33; -} - -window#GearyMainWindow .titlebar:backdrop, -window.geary-main-window .titlebar:backdrop { - background-color: #2b2e37; -} - -window#GearyMainWindow .titlebar headerbar.geary-titlebar > separator, -window.geary-main-window .titlebar headerbar.geary-titlebar > separator { - margin: 0 -10px 0 0; -} - -window#GearyMainWindow > box.vertical > paned > separator, -window.geary-main-window > box.vertical > paned > separator { - background-image: image(#494c59); -} - -.geary-titlebar-left separator { - margin: 0 -10px 0 0; - border-right: 1px solid #494c59; - background: none; -} - -.sidebar.vertical > paned.sidebar-pane-separator separator { - background: none; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator separator { - background: none; -} - -stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame { - border: none; -} - -stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame > list.background.conversation-listbox { - background-color: #282A33; -} - -.geary-accounts-editor-pane > scrolledwindow.frame { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > separator.sidebar, .geary-main-window .geary-main-layout > separator.sidebar { - background-image: image(#282A33); -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame { - margin: -1px 0; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:hover { - background-color: #45474f; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus { - background-color: #33455f; - color: #e6ebef; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(ltr), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(ltr) { - box-shadow: inset -2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(rtl), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(rtl) { - box-shadow: inset 2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box separator { - background: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar { - margin: -8px -12px; - padding: 6px; -} - -.geary-main-window list.content.conversation-listbox { - border: none; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #282A33; - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > separator.horizontal { - background: none; - min-height: 0; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > label:disabled { - color: #F6F6FB; -} - -window.background.csd > box.horizontal > box.vertical > separator.horizontal { - background: none; - min-height: 0; -} - -window.background.csd > box.horizontal > box.vertical > box.linked.horizontal { - margin: -6px; - padding: 6px; -} - -.polari-room-list .sidebar { - margin-top: -1px; - border-color: #494c59; -} - -overlay > infobar.info.top { - margin-bottom: 0; -} - -hdyleaflet > stack > frame > grid.vertical > entry.search, -leaflet.unfolded > stack > frame > grid.vertical > entry.search { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search image, -leaflet.unfolded > stack > frame > grid.vertical > entry.search image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search:focus, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search:disabled label, hdyleaflet > stack > frame > grid.vertical > entry.search:disabled image, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled label, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled image { - color: rgba(246, 246, 251, 0.35); -} - -hdyleaflet > separator.sidebar, -leaflet.unfolded > separator.sidebar { - border-right-style: solid; - background: none; - min-width: 0; -} - -.selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; -} - -.selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); -} - -.selection-mode hdyleaflet headerbar .selection-menu, .selection-mode leaflet.unfolded headerbar .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; -} - -.selection-mode hdyleaflet headerbar .selection-menu .arrow, .selection-mode leaflet.unfolded headerbar .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.maximized .selection-mode hdyleaflet headerbar, .maximized .selection-mode leaflet.unfolded headerbar { - background-color: #5294e2; -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton), .selection-mode hdyleaflet headerbar button:not(.titlebutton).flat, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton), .selection-mode leaflet.unfolded headerbar button:not(.titlebutton).flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):hover, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):hover { - background-color: alpha(#ffffff,0.3); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):checked { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.35); - border-color: rgba(255, 255, 255, 0.65); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled label, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled label { - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:checked { - color: rgba(255, 255, 255, 0.75); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.4); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):backdrop, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):backdrop { - opacity: 0.7; - background: none; -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize { - color: transparent; - background-color: transparent; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:active { - color: #F6F6FB; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable .seahorse-sidebar-item, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable .seahorse-sidebar-item { - -gtk-icon-style: symbolic; -} - -@define-color theme_fg_color #e6ebef; -@define-color theme_text_color currentColor; -@define-color theme_bg_color #32343D; -@define-color theme_base_color #282A33; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #e6ebef; -@define-color text_color currentColor; -@define-color bg_color #32343D; -@define-color base_color #282A33; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #373943; -@define-color insensitive_fg_color rgba(230, 235, 239, 0.45); -@define-color insensitive_base_color #282A33; -@define-color theme_unfocused_fg_color #e6ebef; -@define-color theme_unfocused_text_color currentColor; -@define-color theme_unfocused_bg_color #32343D; -@define-color theme_unfocused_base_color #282A33; -@define-color theme_unfocused_selected_bg_color #5294e2; -@define-color theme_unfocused_selected_fg_color #ffffff; -@define-color unfocused_insensitive_color rgba(230, 235, 239, 0.45); -@define-color borders rgba(255, 255, 255, 0.12); -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #6dcfa7; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #a9caf1; -@define-color content_view_bg #282A33; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1b1c22; -@define-color wm_title alpha(#e4ebf1, 0.8); -@define-color wm_unfocused_title alpha(#e4ebf1, 0.5); -@define-color wm_bg #282a33; -@define-color wm_bg_unfocused #2b2e37; -@define-color wm_highlight #333641; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border #121216; -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; -@define-color budgie_tasklist_indicator_color #5294e2; -@define-color budgie_tasklist_indicator_color_active #5294e2; -@define-color budgie_tasklist_indicator_color_active_window #3b608e; -@define-color budgie_tasklist_indicator_color_attention #F27835; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/src/gtk/theme-4.0/gtk-light.css b/src/gtk/theme-4.0/gtk-light.css deleted file mode 100644 index 65416738..00000000 --- a/src/gtk/theme-4.0/gtk-light.css +++ /dev/null @@ -1,7759 +0,0 @@ -@keyframes ripple_effect { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 100%, transparent 0%); - } -} - -.background { - color: #464853; - background-color: #fafbfc; -} - -.background.csd { - border-radius: 0; -} - -.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen { - border-radius: 0; -} - -.background:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; -} - -dnd { - color: #464853; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -.view, -iconview, -textview > text { - color: #4a4c59; - background-color: #ffffff; -} - -.view:disabled, -iconview:disabled, -textview > text:disabled { - color: rgba(70, 72, 83, 0.55); - background-color: #ffffff; -} - -textview:drop(active) { - caret-color: #F08437; -} - -textview > border { - background-color: #fdfdfe; -} - -iconview:drop(active) { - box-shadow: none; -} - -iconview > dndtarget:drop(active) { - border-style: solid; - border-width: 1px; - border-color: #2679db; -} - -iconview:hover, iconview:active, iconview:selected { - border-radius: 2px; -} - -rubberband, .content-view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #68a2e6; - background-color: rgba(104, 162, 230, 0.2); -} - -flowbox > flowboxchild { - padding: 3px; - border-radius: 2px; -} - -flowbox > flowboxchild:selected { - outline-offset: -2px; -} - -flowbox.search-bar { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: #5294e2; -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: #4a4c59; - background-color: #ffffff; - border: 1px solid black; -} - -label.separator { - color: #464853; -} - -label > selection { - color: #ffffff; - background-color: #5294e2; -} - -label:disabled { - color: rgba(70, 72, 83, 0.55); -} - -button label:disabled { - color: inherit; -} - -label:disabled > selection { - color: #a9caf1; -} - -label.error { - color: #FC4138; -} - -label.error:disabled { - color: rgba(252, 65, 56, 0.5); -} - -.dim-label, popover.background label.separator, headerbar .subtitle, entry > text > placeholder, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > text > placeholder, label.separator { - opacity: 0.55; - text-shadow: none; -} - -window.assistant .sidebar { - background-color: #ffffff; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -window.assistant.csd .sidebar { - border-top-style: none; -} - -window.assistant .sidebar > label { - padding: 6px 12px; -} - -window.assistant .sidebar > label.highlight { - background-color: #5294e2; - color: #ffffff; -} - -window.aboutdialog image.large-icons { - -gtk-icon-size: 128px; -} - -textview { - background-color: #ffffff; -} - -.osd .scale-popup, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: #D3DAE3; - border: none; - background-color: #282A33; - background-clip: padding-box; - box-shadow: none; - -gtk-icon-shadow: none; -} - -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.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; -} - -entry, spinbutton.vertical > text, spinbutton:not(.vertical) > text { - min-height: 22px; - border: 1px solid; - padding: 2px 8px; - caret-color: currentColor; - border-radius: 2px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #4a4c59; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -entry.search, spinbutton.vertical > text.search, spinbutton:not(.vertical) > text.search { - border-radius: 100px; -} - -entry > image, spinbutton.vertical > text > image, spinbutton:not(.vertical) > text > image { - color: #6b6d75; -} - -entry > image.left, spinbutton.vertical > text > image.left, spinbutton:not(.vertical) > text > image.left { - padding-left: 0; - padding-right: 5px; -} - -entry > image.right, spinbutton.vertical > text > image.right, spinbutton:not(.vertical) > text > image.right { - padding-right: 0; - padding-left: 5px; -} - -entry.flat:focus-within, entry.flat:backdrop, entry.flat:disabled, entry.flat:backdrop:disabled, entry.flat, spinbutton.vertical > text.flat, spinbutton:not(.vertical) > text.flat { - min-height: 0; - padding: 2px; - background-image: none; - border-color: transparent; - border-radius: 0; -} - -entry:focus-within, spinbutton.vertical > text:focus-within, spinbutton:not(.vertical) > text:focus-within { - background-clip: border-box; - color: #4a4c59; - border-color: #5294e2; - background-color: #ffffff; -} - -entry:focus-within > placeholder, spinbutton.vertical > text:focus-within > placeholder, spinbutton:not(.vertical) > text:focus-within > placeholder { - opacity: 0; - /* We hide placeholders on focus */ -} - -entry:disabled, spinbutton.vertical > text:disabled, spinbutton:not(.vertical) > text:disabled { - color: rgba(70, 72, 83, 0.55); - border-color: rgba(0, 0, 0, 0.05); - background-color: rgba(255, 255, 255, 0.55); -} - -entry.warning, spinbutton.vertical > text.warning, spinbutton:not(.vertical) > text.warning { - color: white; - border-color: #F27835; - background-color: #f7ae86; -} - -entry.warning > image, spinbutton.vertical > text.warning > image, spinbutton:not(.vertical) > text.warning > image { - color: white; -} - -entry.warning:focus-within, spinbutton.vertical > text.warning:focus-within, spinbutton:not(.vertical) > text.warning:focus-within { - color: white; - background-color: #F27835; - box-shadow: none; -} - -entry.warning > selection, entry.warning > selection:focus, spinbutton.vertical > text.warning > selection, spinbutton:not(.vertical) > text.warning > selection { - background-color: white; - color: #F27835; -} - -entry.error, spinbutton.vertical > text.error, spinbutton:not(.vertical) > text.error { - color: white; - border-color: #FC4138; - background-color: #fd8d88; -} - -entry.error > image, spinbutton.vertical > text.error > image, spinbutton:not(.vertical) > text.error > image { - color: white; -} - -entry.error:focus-within, spinbutton.vertical > text.error:focus-within, spinbutton:not(.vertical) > text.error:focus-within { - color: white; - background-color: #FC4138; - box-shadow: none; -} - -entry.error > selection, entry.error > selection:focus, spinbutton.vertical > text.error > selection, spinbutton:not(.vertical) > text.error > selection { - background-color: white; - color: #FC4138; -} - -entry.search-missing, spinbutton.vertical > text.search-missing, spinbutton:not(.vertical) > text.search-missing { - color: white; - border-color: #FC4138; - background-color: #fd8d88; -} - -entry.search-missing > image, spinbutton.vertical > text.search-missing > image, spinbutton:not(.vertical) > text.search-missing > image { - color: white; -} - -entry.search-missing:focus-within, spinbutton.vertical > text.search-missing:focus-within, spinbutton:not(.vertical) > text.search-missing:focus-within { - color: white; - background-color: #FC4138; - box-shadow: none; -} - -entry.search-missing > selection, entry.search-missing > selection:focus, spinbutton.vertical > text.search-missing > selection, spinbutton:not(.vertical) > text.search-missing > selection { - background-color: white; - color: #FC4138; -} - -entry:drop(active):focus-within, entry:drop(active), spinbutton.vertical > text:drop(active), spinbutton:not(.vertical) > text:drop(active) { - border-color: #F08437; - box-shadow: none; -} - -.osd entry, .osd spinbutton.vertical > text, .osd spinbutton:not(.vertical) > text { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -.osd entry image, .osd spinbutton.vertical > text image, .osd spinbutton:not(.vertical) > text image { - color: inherit; -} - -.osd entry:focus-within, .osd spinbutton.vertical > text:focus-within, .osd spinbutton:not(.vertical) > text:focus-within { - color: #ffffff; - border-color: #434655; - background-color: #5294e2; -} - -.osd entry:disabled, .osd spinbutton.vertical > text:disabled, .osd spinbutton:not(.vertical) > text:disabled { - color: rgba(211, 218, 227, 0.55); - background-color: rgba(51, 54, 65, 0.85); -} - -.osd entry selection, .osd spinbutton.vertical > text selection, .osd spinbutton:not(.vertical) > text selection { - color: #5294e2; - background-color: #ffffff; -} - -entry > progress, spinbutton.vertical > text > progress, spinbutton:not(.vertical) > text > progress { - margin-bottom: 2px; -} - -entry progress > trough > progress, spinbutton.vertical > text progress > trough > progress, spinbutton:not(.vertical) > text progress > trough > progress { - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; -} - -treeview entry.flat, treeview entry { - border-radius: 0; - background-image: none; - background-color: #ffffff; -} - -treeview entry.flat:focus-within, treeview entry:focus-within { - border-color: #5294e2; -} - -@keyframes needs_attention { - from { - background-image: radial-gradient(farthest-side, #5294e2 0%, rgba(82, 148, 226, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #5294e2 95%, rgba(82, 148, 226, 0)); - } -} - -popover.background.touch-selection button, popover.background.magnifier button, .osd button { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -popover.background.touch-selection button:active, popover.background.magnifier button:active, .osd button:active, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:checked { - background-clip: padding-box; - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - - -button { - min-height: 22px; - min-width: 20px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 2px; - padding: 2px 6px; - color: #464853; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - - -button separator { - margin: 4px 1px; -} - -button.sidebar-button, -button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - transition: none; -} - -button.sidebar-button:hover, -button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 250ms; -} - -button.sidebar-button:hover:active, -button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - - -button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - - -button:active, -button:checked { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; - background-clip: border-box; - transition-duration: 50ms; -} - - -button:active:not(:disabled) label:disabled, -button:checked:not(:disabled) label:disabled { - color: inherit; - opacity: 0.6; -} - - -button.flat:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; -} - - -button:disabled { - border-color: rgba(0, 0, 0, 0.05); - background-color: rgba(255, 255, 255, 0.55); -} - - -button:disabled label, -button:disabled { - color: rgba(70, 72, 83, 0.55); -} - - -button:disabled:active, -button:disabled:checked { - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; -} - - -button:disabled:active label, -button:disabled:active, -button:disabled:checked label, -button:disabled:checked { - color: rgba(255, 255, 255, 0.8); -} - - -button.image-button { - min-width: 24px; - padding-left: 5px; - padding-right: 5px; -} - - -button.text-button { - padding-left: 12px; - padding-right: 12px; -} - - -button.text-button.image-button { - padding-left: 5px; - padding-right: 5px; -} - - -button.text-button.image-button label:first-child { - padding-left: 8px; - padding-right: 2px; -} - - -button.text-button.image-button label:last-child { - padding-right: 8px; - padding-left: 2px; -} - - -button.text-button.image-button label:only-child { - padding-left: 8px; - padding-right: 8px; -} - - -button.text-button.image-button.popup { - padding-right: 8px; - padding-left: 8px; -} - - -button:drop(active) { - color: #F08437; - border-color: #F08437; - box-shadow: none; -} - - -button.osd { - color: #D3DAE3; - background-color: #282A33; - border-color: #16171c; -} - - -button.osd.image-button { - padding: 0; - min-height: 36px; - min-width: 36px; -} - - -button.osd:hover { - color: #5294e2; -} - - -button.osd:active, -button.osd:checked { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - - -button.osd:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - -.osd button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; -} - -.osd button.flat:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -.osd button.flat:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); - background-image: none; -} - -.osd button.flat:active, .osd button.flat:checked { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { - box-shadow: none; -} - - -button.suggested-action { - background-clip: border-box; - color: white; - background-color: #5294e2; - border-color: #3c86de; -} - - -button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #5294e2; -} - - -button.suggested-action:hover { - background-clip: border-box; - color: white; - background-color: #68a2e6; - border-color: #5294e2; -} - - -button.suggested-action:active, -button.suggested-action:checked { - background-clip: border-box; - color: white; - background-color: #7eafe9; - border-color: #68a2e6; -} - - -button.suggested-action.flat:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(70, 72, 83, 0.55); -} - - -button.suggested-action:disabled { - border-color: rgba(0, 0, 0, 0.05); - background-color: rgba(255, 255, 255, 0.55); -} - - -button.suggested-action:disabled label, -button.suggested-action:disabled { - color: rgba(70, 72, 83, 0.55); -} - - -button.destructive-action { - background-clip: border-box; - color: white; - background-color: #F04A50; - border-color: #ee3239; -} - - -button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; -} - - -button.destructive-action:hover { - background-clip: border-box; - color: white; - background-color: #f26267; - border-color: #f04a50; -} - - -button.destructive-action:active, -button.destructive-action:checked { - background-clip: border-box; - color: white; - background-color: #f4797e; - border-color: #f26267; -} - - -button.destructive-action.flat:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(70, 72, 83, 0.55); -} - - -button.destructive-action:disabled { - border-color: rgba(0, 0, 0, 0.05); - background-color: rgba(255, 255, 255, 0.55); -} - - -button.destructive-action:disabled label, -button.destructive-action:disabled { - color: rgba(70, 72, 83, 0.55); -} - -stackswitcher > button { - outline-offset: -3px; -} - -stackswitcher > button > label { - padding-left: 6px; - padding-right: 6px; -} - -stackswitcher > button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; -} - -stackswitcher > button.text-button { - padding-left: 10px; - padding-right: 10px; -} - -stackswitcher > button.image-button { - padding-left: 2px; - padding-right: 2px; -} - -stackswitcher > button.needs-attention:active > label, stackswitcher > button.needs-attention:active > image, stackswitcher > button.needs-attention:checked > label, stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - - -button.font separator, -button.file separator { - background-color: transparent; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button, button.nautilus-circular-button.image-button, button.circular, -button.circular-button, .app-notification button.flat, -button.close { - min-height: 24px; - min-width: 24px; - padding: 2px; - border-radius: 100px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button label, button.nautilus-circular-button.image-button label, button.circular label, -button.circular-button label, .app-notification button.flat label, -button.close label { - padding: 0; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, stackswitcher > button.needs-attention > image { - animation: needs_attention 150ms ease-in; - background-image: radial-gradient(farthest-side, #5294e2 96%, rgba(82, 148, 226, 0)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; -} - -stacksidebar row.needs-attention > label:backdrop, stackswitcher > button.needs-attention > label:backdrop, stackswitcher > button.needs-attention > image:backdrop { - background-size: 6px 6px, 0 0; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px, left 4px; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry { - border-left-color: rgba(0, 0, 0, 0); -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error { - border-left-color: #FC4138; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning { - border-left-color: #F27835; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { - border-left-color: #5294e2; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #5294e2; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { - border-left-color: #5294e2; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { - border-left-style: none; -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0); -} - -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { - box-shadow: none; -} - -.linked:not(.vertical).path-bar > button { - border-left-style: none; - border-right-style: none; -} - -.linked:not(.vertical).path-bar > button:first-child { - border-left-style: solid; -} - -.linked:not(.vertical).path-bar > button:last-child { - border-right-style: solid; -} - -.linked:not(.vertical).path-bar > button + button { - border-left-style: none; - border-right-style: none; -} - -.linked:not(.vertical).path-bar > button + button:last-child { - border-right-style: solid; -} - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: none; -} - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: none; -} - -.osd .linked:not(.vertical) > entry + entry { - border-left-color: rgba(67, 70, 85, 0.3); -} - -.osd .linked:not(.vertical) > entry.error + entry, -.osd .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.osd .linked:not(.vertical) > entry.warning + entry, -.osd .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.osd .linked:not(.vertical) > entry.error + entry.warning, -.osd .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.osd .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.osd .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #5294e2; -} - -.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #5294e2; -} - -.osd .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.osd .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.osd .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.osd .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.osd .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.osd .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.osd .linked:not(.vertical) > button:active + entry, -.osd .linked:not(.vertical) > button:checked + entry { - border-left-color: #5294e2; -} - -.osd .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #434655; -} - -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(67, 70, 85, 0.5); -} - -.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.osd .linked:not(.vertical) { - box-shadow: none; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus-within:last-child { - border-left-color: #5294e2; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:not(:last-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.12); -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { - border-left-style: solid; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { - box-shadow: inset 1px 0 transparent; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) { - box-shadow: inset 1px 0 transparent; - border-left-color: rgba(0, 0, 0, 0.12); -} - -.linked.vertical > entry + entry { - border-top-color: rgba(0, 0, 0, 0); -} - -.linked.vertical > entry.error + entry, -.linked.vertical > entry + entry.error { - border-top-color: #FC4138; -} - -.linked.vertical > entry.warning + entry, -.linked.vertical > entry + entry.warning { - border-top-color: #F27835; -} - -.linked.vertical > entry.error + entry.warning, -.linked.vertical > entry.warning + entry.error { - border-top-color: #f75d37; -} - -.linked.vertical > entry + entry:focus-within:not(:last-child), -.linked.vertical > entry + entry:focus-within:last-child { - border-top-color: #5294e2; -} - -.linked.vertical > entry:focus-within:not(:only-child) + entry, -.linked.vertical > entry:focus-within:not(:only-child) + button, -.linked.vertical > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-top-color: #5294e2; -} - -.linked.vertical > entry + entry:drop(active):not(:last-child), -.linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #F08437; -} - -.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: #F08437; -} - -.linked.vertical > entry + entry.warning:focus-within:not(:last-child), -.linked.vertical > entry + entry.warning:focus-within:last-child { - border-top-color: #F27835; -} - -.linked.vertical > entry.warning:focus-within:not(:only-child) + entry, -.linked.vertical > entry.warning:focus-within:not(:only-child) + button, -.linked.vertical > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-top-color: #F27835; -} - -.linked.vertical > entry + entry.error:focus-within:not(:last-child), -.linked.vertical > entry + entry.error:focus-within:last-child { - border-top-color: #FC4138; -} - -.linked.vertical > entry.error:focus-within:not(:only-child) + entry, -.linked.vertical > entry.error:focus-within:not(:only-child) + button, -.linked.vertical > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-top-color: #FC4138; -} - -.linked.vertical > button:active + entry, -.linked.vertical > button:checked + entry { - border-top-color: #5294e2; -} - -.linked.vertical > button + button { - border-top-style: none; -} - -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); -} - -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(0, 0, 0, 0); -} - -.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.linked.vertical { - box-shadow: none; -} - -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:disabled, -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:hover { - box-shadow: none; -} - -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text, .linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus, spinbutton.linked:not(.vertical) > text, spinbutton.linked:not(.vertical) > text:focus, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, .linked:not(.vertical) > button:checked { - border-radius: 0; - border-right-style: none; -} - -spinbutton:not(.vertical) > button:first-child, spinbutton:not(.vertical) > text:first-child, .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child, .linked:not(.vertical) > button:first-child:hover, .linked:not(.vertical) > button:first-child:active, .linked:not(.vertical) > button:first-child:checked { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -spinbutton:not(.vertical) > button:last-child, spinbutton:not(.vertical) > text:last-child, .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child, .linked:not(.vertical) > button:last-child:hover, .linked:not(.vertical) > button:last-child:active, .linked:not(.vertical) > button:last-child:checked { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - border-right-style: solid; -} - -spinbutton:not(.vertical) > button:only-child, spinbutton:not(.vertical) > text:only-child, .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child, .linked:not(.vertical) > button:only-child:hover, .linked:not(.vertical) > button:only-child:active, .linked:not(.vertical) > button:only-child:checked { - border-radius: 2px; - border-style: solid; -} - -.linked.vertical > dropdown > box > button.combo, .linked.vertical > combobox > box > button.combo, spinbutton.vertical > button, spinbutton.vertical > text, .linked.vertical > entry, .linked.vertical > entry:focus, spinbutton.vertical.linked > text, spinbutton.vertical.linked > text:focus, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked { - border-radius: 0; - border-bottom-style: none; -} - -spinbutton.vertical > button:first-child, spinbutton.vertical > text:first-child, .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > button:first-child:hover, .linked.vertical > button:first-child:active, .linked.vertical > button:first-child:checked { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -spinbutton.vertical > button:last-child, spinbutton.vertical > text:last-child, .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > button:last-child:hover, .linked.vertical > button:last-child:active, .linked.vertical > button:last-child:checked { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - border-bottom-style: solid; -} - -spinbutton.vertical > button:only-child, spinbutton.vertical > text:only-child, .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > button:only-child:hover, .linked.vertical > button:only-child:active, .linked.vertical > button:only-child:checked { - border-radius: 2px; - border-style: solid; -} - -tabbox > tab button:active, tabbox > tab button:hover, tabbox > tab button, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:hover, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down), .toolbar button, modelbutton.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; -} - -modelbutton.flat { - min-height: 24px; - padding-left: 8px; - padding-right: 8px; - outline-offset: -3px; - border-radius: 2px; - border: none; -} - -modelbutton.flat:hover { - background-color: #f1f2f4; -} - -modelbutton.flat:checked { - color: #464853; -} - -modelbutton.flat:disabled { - color: rgba(70, 72, 83, 0.55); -} - -modelbutton.flat check:last-child, -modelbutton.flat radio:last-child { - margin-left: 8px; -} - -modelbutton.flat check:first-child, -modelbutton.flat radio:first-child { - margin-right: 8px; -} - -modelbutton.flat arrow { - background: none; - min-width: 16px; - min-height: 16px; - opacity: 0.5; -} - -modelbutton.flat arrow:hover, modelbutton.flat arrow:selected, modelbutton.flat arrow:active, modelbutton.flat arrow:focus { - background: none; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -.toolbar button { - margin: 2px; -} - -.toolbar button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -.toolbar button:active { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -.toolbar button:disabled { - border-color: rgba(0, 0, 0, 0.05); - background-color: rgba(255, 255, 255, 0.55); -} - -.toolbar button:disabled label, .toolbar button:disabled { - color: rgba(70, 72, 83, 0.55); -} - -popover.menu box.circular-buttons button.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down) { - border: 1px solid rgba(0, 0, 0, 0); -} - -popover.menu box.circular-buttons button.circular.image-button.model:hover, -list > row button.image-button:not(.flat):not(.up):not(.down):hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.menu box.circular-buttons button.circular.image-button.model:active, popover.menu box.circular-buttons button.circular.image-button.model:checked, -list > row button.image-button:not(.flat):not(.up):not(.down):active, -list > row button.image-button:not(.flat):not(.up):not(.down):checked { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down).suggested-action { - color: #464853; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down).destructive-action { - color: #464853; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -button.link, -link { - color: #2679db; -} - -button.link:visited, -link:visited { - color: #3e404b; -} - -*:selected button.link:visited, *:selected link:visited { - color: #bad4f3; -} - -button.link:hover, -link:hover { - color: #5294e2; -} - -*:selected button.link:hover, *:selected link:hover { - color: #eef4fc; -} - -button.link:active, -link:active { - color: #2679db; -} - -*:selected button.link:active, *:selected link:active { - color: #dceaf9; -} - -.selection-mode hdyleaflet headerbar .subtitle:link, .selection-mode leaflet.unfolded headerbar .subtitle:link, infobar.info > revealer > box link, infobar.question > revealer > box link, infobar.warning > revealer > box link, infobar.error > revealer > box link, headerbar.selection-mode .subtitle:link, button.link:selected, *:selected button.link, -link:selected, *:selected link { - color: #dceaf9; -} - -button.link, button.link:hover, button.link:active, button.link:checked { - text-shadow: none; -} - -button.link > label { - text-decoration-line: underline; -} - -spinbutton { - font-feature-settings: "tnum"; -} - -spinbutton:drop(active) { - box-shadow: none; -} - -spinbutton button:active { - color: #ffffff; -} - -spinbutton:disabled { - color: rgba(70, 72, 83, 0.55); -} - -spinbutton:not(.vertical) { - padding: 0; - border-spacing: 0; -} - -.linked.vertical > spinbutton:not(.vertical):not(:last-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child) entry { - border-bottom: none; -} - -.linked.vertical > spinbutton:not(.vertical):not(:last-child) entry:focus { - box-shadow: inset 0 -1px #5294e2; -} - -.linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) entry { - border-radius: 0; -} - -spinbutton:not(.vertical) > text { - min-width: 28px; -} - -spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > text { - min-height: 24px; -} - -spinbutton:not(.vertical):dir(ltr) > text, spinbutton:not(.vertical):dir(rtl) > button.up { - border-radius: 2px 0 0 2px; -} - -spinbutton:not(.vertical) > button + button { - border-left-style: none; -} - -spinbutton:not(.vertical) > button:hover:not(:active), -spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); -} - -spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), -spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.05); -} - -spinbutton:not(.vertical) > button:first-child:hover:not(:active), -spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), -spinbutton:not(.vertical) > text + button:not(:active):hover { - box-shadow: none; -} - -spinbutton:not(.vertical) > text:focus + button { - border-left-color: #5294e2; -} - -spinbutton:not(.vertical) > text:drop(active) + button { - border-left-color: #F08437; -} - -.osd spinbutton:not(.vertical) > button:hover:not(:active), -.osd spinbutton:not(.vertical) > button:hover + button { - border-left-color: #434655; -} - -.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), -.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), -.osd spinbutton:not(.vertical) > text + button:not(:active):hover { - box-shadow: none; -} - -.osd spinbutton:not(.vertical) > text:focus + button { - border-left-color: #5294e2; -} - -spinbutton.vertical > button, spinbutton.vertical > text { - padding-left: 4px; - padding-right: 4px; - min-height: 28px; - min-width: 28px; -} - -spinbutton.vertical:drop(active) { - border-color: transparent; - box-shadow: none; -} - -spinbutton.vertical > text { - border-radius: 0; -} - -spinbutton.vertical > button.up { - border-radius: 2px 2px 0 0; -} - -spinbutton.vertical > text:focus + button { - border-top-color: #5294e2; -} - -spinbutton.vertical > text:drop(active) + button { - border-top-color: #F08437; -} - -.osd spinbutton.vertical > button:first-child { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -.osd spinbutton.vertical > button:first-child:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -.osd spinbutton.vertical > button:first-child:active { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -.osd spinbutton.vertical > button:first-child:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) > text { - min-height: 0; - padding: 1px 2px; -} - -dropdown > popover.menu.background > contents { - padding: 0; -} - -dropdown > button > box { - border-spacing: 6px; -} - -dropdown button.combo, -combobox button.combo { - min-width: 0; - padding-left: 8px; - padding-right: 8px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown:drop(active) button.combo, -combobox:drop(active) button.combo { - color: #F08437; - border-color: #F08437; - box-shadow: none; -} - -dropdown > popover.menu > contents modelbutton, -combobox > popover.menu > contents modelbutton { - padding-left: 6px; - padding-right: 6px; -} - -.linked:not(.vertical) > dropdown:first-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -.linked:not(.vertical) > dropdown:last-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - border-right-style: solid; -} - -.linked:not(.vertical) > dropdown:only-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo { - border-radius: 2px; - border-style: solid; -} - -.linked.vertical > dropdown:first-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -.linked.vertical > dropdown:last-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - border-bottom-style: solid; -} - -.linked.vertical > dropdown:only-child > box > button.combo, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 2px; - border-style: solid; -} - -dropdown popover, -combobox popover { - margin-top: 4px; - padding: 0; -} - -dropdown popover listview, -combobox popover listview { - margin: 6px 0; -} - -dropdown popover listview > row, -combobox popover listview > row { - padding: 6px; -} - -dropdown popover listview > row:selected, -combobox popover listview > row:selected { - outline-color: rgba(0, 0, 0, 0.15); - color: #ffffff; - background-color: #5294e2; -} - -dropdown popover .dropdown-searchbar, -combobox popover .dropdown-searchbar { - padding: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -toolbar { - padding: 4px; - border-spacing: 4px; - background-color: #fafbfc; -} - -toolbar separator { - background: none; -} - -toolbar.horizontal separator { - margin: 0 6px; -} - -toolbar.vertical separator { - margin: 6px 0; -} - -.osd toolbar { - background-color: transparent; -} - -toolbar.osd { - padding: 8px; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #282A33; -} - -toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -toolbar.osd.top { - border-width: 0 0 1px 0; -} - -toolbar.osd.bottom { - border-width: 1px 0 0 0; -} - -toolbar.osd.left { - border-width: 0 1px 0 0; -} - -toolbar.osd.right { - border-width: 0 0 0 1px; -} - -toolbar switch, -toolbar scale, -toolbar entry, -toolbar spinbutton, -toolbar button { - margin-right: 1px; - margin-bottom: 1px; -} - -toolbar .linked > button, -toolbar .linked > entry { - margin-right: 0; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-color: #cad5df; - background-color: #fafbfc; - border-width: 0 0 1px; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f0f3f6; -} - -headerbar { - padding: 0 10px; - color: rgba(62, 67, 91, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); - background-color: #ffffff; - min-height: 38px; -} - -headerbar:backdrop { - transition: 200ms ease-out; - color: rgba(62, 67, 91, 0.5); - background-color: white; -} - -headerbar .title { - padding-left: 12px; - padding-right: 12px; -} - -headerbar .subtitle { - font-size: 80%; - padding-left: 12px; - padding-right: 12px; - margin-top: -3px; -} - -headerbar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; -} - -headerbar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); -} - -headerbar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.maximized headerbar.selection-mode { - background-color: #5294e2; -} - -.tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop { - border-radius: 0; -} - -.maximized headerbar { - background-color: white; - border-color: #e6e6e6; -} - -.maximized headerbar:backdrop { - background-color: white; -} - -headerbar.default-decoration:not(.csd) windowcontrols button { - min-height: 23px; - min-width: 23px; - padding: 2px; -} - -headerbar:not(.csd).default-decoration { - min-height: 30px; - padding: 0 8px; - background-color: #ffffff; -} - -headerbar:not(.csd).default-decoration windowcontrols button { - border: none; -} - -headerbar:not(.csd).default-decoration windowcontrols menubutton button { - min-height: 20px; - min-width: 20px; - margin: 0; - padding: 4px; -} - -headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { - background-color: #ffffff; - border-bottom-width: 0; - box-shadow: none; -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration, .tiled .csd headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .fullscreen .csd headerbar.default-decoration, .tiled headerbar.default-decoration:backdrop, .maximized headerbar.default-decoration:backdrop, .fullscreen headerbar.default-decoration:backdrop, .tiled .csd headerbar.default-decoration:backdrop, .maximized .csd headerbar.default-decoration:backdrop, .fullscreen .csd headerbar.default-decoration:backdrop { - box-shadow: none; -} - -.titlebar { - border-radius: 0 0 0 0; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar separator:not(.sidebar), -headerbar button, -headerbar menubutton { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar menubutton > button { - margin-top: 0px; - margin-bottom: 0px; -} - -headerbar.windowhandle viewswitcher button { - border-radius: 0; - margin-top: -1px; - margin-bottom: -1px; - padding: 0 10px; - min-height: 0; - border: none; - outline: none; - background-clip: padding-box; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0; -} - -headerbar.windowhandle viewswitcher button:hover { - color: rgba(42, 44, 60, 0.8); - background-color: rgba(62, 67, 91, 0.06); -} - -headerbar.windowhandle viewswitcher button:active { - color: rgba(62, 67, 91, 0.8); - background-color: rgba(62, 67, 91, 0.15); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; -} - -headerbar.windowhandle viewswitcher button:checked { - color: rgba(62, 67, 91, 0.8); - background-color: rgba(62, 67, 91, 0.1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; -} - -headerbar.windowhandle viewswitcher button:disabled { - color: rgba(62, 67, 91, 0.35); - background-color: transparent; -} - -headerbar.windowhandle viewswitcher button:checked:disabled { - color: rgba(62, 67, 91, 0.35); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 3/0 0 3px; -} - -window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, window.csd > .titlebar:not(headerbar), window.csd > .titlebar:not(headerbar):backdrop { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -.titlebar:not(headerbar) > separator { - background-image: image(#ffffff); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -.titlebar:not(headerbar) > separator:backdrop { - background-image: image(#ffffff); -} - -headerbar separator.titlebutton, headerbar separator { - min-width: 0; - min-height: 0; - background: none; - border-width: 0; - border-image: none; -} - -headerbar entry { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; -} - -headerbar entry image, headerbar entry image:hover { - color: inherit; -} - -headerbar entry:backdrop { - opacity: 0.85; -} - -headerbar entry:focus { - color: rgba(104, 111, 151, 0.8); - border-color: #5294e2; - background-color: #fcfcfc; - background-clip: border-box; -} - -headerbar entry:focus image { - color: #5294e2; -} - -headerbar entry:disabled { - color: rgba(62, 67, 91, 0.35); - border-color: rgba(0, 0, 0, 0.12); - background-color: rgba(247, 247, 247, 0.85); -} - -headerbar entry selection:focus { - background-color: #5294e2; - color: #ffffff; -} - -headerbar entry progress { - border-color: #5294e2; - background-image: none; - background-color: transparent; -} - -headerbar entry.warning { - color: white; - border-color: #F27835; - background-color: #f7ae86; -} - -headerbar entry.warning:focus { - color: white; - background-color: #F27835; -} - -headerbar entry.warning selection { - background-color: white; - color: #F27835; -} - -headerbar entry.error { - color: white; - border-color: #FC4138; - background-color: #fd8d88; -} - -headerbar entry.error:focus { - color: white; - background-color: #FC4138; -} - -headerbar entry.error selection { - background-color: white; - color: #FC4138; -} - -headerbar button { - color: rgba(62, 67, 91, 0.8); - outline-offset: -3px; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); - background-clip: border-box; - background-origin: border-box; -} - -headerbar button:backdrop { - opacity: 0.7; -} - -headerbar button:hover { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f2f2f2; -} - -headerbar button:active, headerbar button:checked { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; - background-clip: border-box; - background-origin: border-box; -} - -headerbar button:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); -} - -headerbar button:disabled label, headerbar button:disabled { - color: rgba(62, 67, 91, 0.3); -} - -headerbar button:disabled:active, headerbar button:disabled:checked { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button { - background: none; - border: none; - border-radius: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:hover { - color: rgba(42, 44, 60, 0.8); - background-color: transparent; - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:active { - color: rgba(62, 67, 91, 0.8); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled { - color: rgba(62, 67, 91, 0.4); - background-color: transparent; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled { - color: rgba(62, 67, 91, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -headerbar button.flat.popup.toggle.sources-button:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -headerbar.selection-mode button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); -} - -headerbar.selection-mode button:hover { - background-color: alpha(#ffffff,0.3); -} - -headerbar.selection-mode button:active, headerbar.selection-mode button:checked { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.35); - border-color: rgba(255, 255, 255, 0.65); -} - -headerbar.selection-mode button:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); -} - -headerbar.selection-mode button:disabled, headerbar.selection-mode button:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked { - color: rgba(255, 255, 255, 0.75); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.4); -} - -headerbar.selection-mode button:backdrop { - opacity: 0.7; - background: none; -} - -headerbar .linked > button:not(:only-child).radio { - margin-left: 1px; -} - -headerbar .linked > button:not(:only-child).radio { - border-radius: 2px; - border-style: solid; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop { - box-shadow: none; -} - -headerbar .linked:not(.vertical) > entry { - margin-left: 1px; - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.12); -} - -headerbar .linked:not(.vertical) > entry:focus { - border-color: #5294e2; -} - -headerbar stackswitcher.linked:not(.vertical) > button { - border-right-width: 0; - border-left-width: 0; - background-color: white; - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.15); -} - -headerbar stackswitcher.linked:not(.vertical) > button:first-child { - border-left-width: 1px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:last-child { - border-right-width: 1px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:hover { - background-color: #f7f7f7; -} - -headerbar stackswitcher.linked:not(.vertical) > button:active, headerbar stackswitcher.linked:not(.vertical) > button:checked { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -headerbar stackswitcher.linked:not(.vertical) > button:disabled { - color: rgba(62, 67, 91, 0.4); -} - -headerbar stackswitcher.linked:not(.vertical) > button:disabled label { - color: rgba(62, 67, 91, 0.4); -} - -headerbar button.suggested-action { - background-clip: border-box; - color: white; - background-color: #5294e2; - border-color: #3c86de; -} - -headerbar button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #5294e2; -} - -headerbar button.suggested-action:hover { - background-clip: border-box; - color: white; - background-color: #68a2e6; - border-color: #5294e2; -} - -headerbar button.suggested-action:active, headerbar button.suggested-action:checked { - background-clip: border-box; - color: white; - background-color: #7eafe9; - border-color: #68a2e6; -} - -headerbar button.suggested-action:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); -} - -headerbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled { - color: rgba(62, 67, 91, 0.3); -} - -headerbar button.suggested-action:backdrop { - opacity: 0.8; -} - -headerbar button.destructive-action { - background-clip: border-box; - color: white; - background-color: #F04A50; - border-color: #ee3239; -} - -headerbar button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; -} - -headerbar button.destructive-action:hover { - background-clip: border-box; - color: white; - background-color: #f26267; - border-color: #f04a50; -} - -headerbar button.destructive-action:active, headerbar button.destructive-action:checked { - background-clip: border-box; - color: white; - background-color: #f4797e; - border-color: #f26267; -} - -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); -} - -headerbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled { - color: rgba(62, 67, 91, 0.3); -} - -headerbar button.destructive-action:backdrop { - opacity: 0.8; -} - -headerbar spinbutton:not(.vertical):focus { - color: #ffffff; - caret-color: #ffffff; -} - -headerbar spinbutton:not(.vertical) button { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f2f2f2; -} - -headerbar spinbutton:not(.vertical) button:hover { - background-color: rgba(255, 255, 255, 0.9); -} - -headerbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:checked { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(62, 67, 91, 0.2); -} - -headerbar combobox:disabled { - color: rgba(62, 67, 91, 0.2); -} - -headerbar combobox > .linked > button.combo { - color: rgba(62, 67, 91, 0.8); - outline-offset: -3px; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); -} - -headerbar combobox > .linked > button.combo:hover { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f2f2f2; - box-shadow: none; -} - -headerbar combobox > .linked > button.combo:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); -} - -headerbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled { - color: rgba(62, 67, 91, 0.3); -} - -headerbar combobox > .linked > entry.combo:dir(ltr) { - border-right-style: none; -} - -headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; -} - -headerbar combobox > .linked > entry.combo:dir(rtl) { - border-left-style: none; -} - -headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; -} - -headerbar switch:backdrop { - opacity: 0.75; -} - -headerbar progressbar trough { - background-color: #e6e6e6; -} - -headerbar progressbar:backdrop { - opacity: 0.75; -} - -headerbar scale:backdrop { - opacity: 0.75; -} - -headerbar scale slider { - background-color: white; - border-color: rgba(62, 67, 91, 0.5); -} - -headerbar scale slider:hover { - background-color: white; - border-color: rgba(62, 67, 91, 0.5); -} - -headerbar scale slider:active { - background-color: #5294e2; - border-color: #2679db; -} - -headerbar scale slider:disabled { - background-color: white; - border-color: rgba(62, 67, 91, 0.5); -} - -headerbar scale trough { - background-color: #e6e6e6; -} - -headerbar scale trough:disabled { - background-color: rgba(230, 230, 230, 0.95); -} - -window.devel headerbar.titlebar { - background: #fafbfc cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(82, 148, 226, 0.2)), linear-gradient(to top, #d1dae3, #dae2e9 3px, #edf1f4); -} - -window.devel headerbar.titlebar:backdrop { - background: #fafbfc cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#fafbfc); - /* background-color would flash */ -} - -path-bar > button:hover { - background-color: rgba(70, 72, 83, 0.06); -} - -path-bar > button:checked, path-bar > button:active { - background-color: #5294e2; - border-color: #5294e2; -} - -path-bar > button:checked:hover, path-bar > button:active:hover { - background-color: #68a2e6; - border-color: #68a2e6; -} - -path-bar > button.text-button, path-bar > button.image-button, path-bar > button { - padding-left: 6px; - padding-right: 6px; -} - -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: 10px; -} - -path-bar > button.text-button.image-button label:first-child, path-bar > button label:first-child { - padding-left: 10px; -} - -path-bar > button.slider-button, path-bar > button:not(.image-button):not(.text-button) { - padding-left: 1px; - padding-right: 1px; -} - -path-bar > button image { - padding-left: 4px; - padding-right: 4px; -} - -treeview.view { - border-left-color: #cad5df; - border-top-color: #cad5df; -} - -treeview.view acceleditor > label { - background-color: #5294e2; -} - -treeview.view:selected, treeview.view:selected:focus { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(70, 72, 83, 0.1); -} - -treeview.view:disabled { - color: rgba(70, 72, 83, 0.55); -} - -treeview.view:disabled:selected { - color: #97bfee; -} - -treeview.view.separator { - min-height: 2px; - color: rgba(0, 0, 0, 0.1); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: #4c6e9b; -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #a3a4a9; -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -treeview.view.expander:hover { - color: #464853; -} - -treeview.view.expander:selected { - color: #cbdff6; -} - -treeview.view.expander:selected:hover { - color: #ffffff; -} - -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -treeview.view.progressbar, treeview.view.progressbar:focus { - color: #ffffff; - border-radius: 2px; - background-color: #5294e2; -} - -treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-color: #ffffff; -} - -treeview.view.trough { - color: #464853; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - border-width: 0; -} - -treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 2px; - border-width: 0; -} - -treeview.view > header > button { - min-height: 0; - min-width: 0; - padding: 3px 6px; - font-weight: bold; - color: #6b6d75; - background-color: #ffffff; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; -} - -treeview.view > header > button:hover { - color: #5294e2; -} - -treeview.view > header > button:active { - color: #464853; -} - -treeview.view > header > button:active, treeview.view > header > button:hover { - background-color: #ffffff; -} - -treeview.view > header > button:disabled { - border-color: #fafbfc; - background-image: none; -} - -treeview.view > header > button:last-child { - border-right-style: none; - border-image: none; -} - -treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active, -treeview.view header.button.dnd, -treeview.view header.button.dnd:selected, -treeview.view header.button.dnd:hover, -treeview.view header.button.dnd:active { - padding: 0 6px; - transition: none; - color: #ffffff; - background-color: #5294e2; - border-radius: 0; - border-style: none; -} - -menubar { - padding: 0; - background-color: white; - color: rgba(62, 67, 91, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -menubar:backdrop { - color: rgba(62, 67, 91, 0.5); -} - -menubar > item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); - padding: 4px 8px; - border: 1px solid transparent; - border-radius: 0; -} - -menubar > item:hover { - background-color: #5294e2; - box-shadow: none; - border-color: #2679db; - color: #ffffff; -} - -menubar > item:disabled { - color: rgba(62, 67, 91, 0.45); -} - -menubar > item popover.menu.background > contents { - padding: 0; -} - -menubar > item popover.menu popover.menu { - padding: 0 0 4px 0; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; - border-radius: 2px; -} - -popover.menu { - padding: 0; -} - -popover.menu > arrow, popover.menu.background > contents { - background-color: #ffffff; - border-radius: 0; - border: 1px solid rgba(0, 0, 0, 0.15); - padding: 6px 0; -} - -popover.menu.background separator { - margin: 4px 0; - background-color: #ffffff; -} - -popover.menu box.inline-buttons { - padding: 0 6px; -} - -popover.menu box.inline-buttons button.image-button.model { - outline: none; - min-height: 16px; - min-width: 24px; - padding: 4px 8px; - text-shadow: none; - transition-duration: 150ms; -} - -popover.menu box.inline-buttons button.image-button.model:disabled { - color: rgba(70, 72, 83, 0.55); -} - -popover.menu box.inline-buttons button.image-button.model:selected { - color: #464853; - background-color: rgba(70, 72, 83, 0.1); -} - -popover.menu box.inline-buttons button.image-button.model:active { - color: #464853; - background-color: rgba(70, 72, 83, 0.2); - border-color: rgba(0, 0, 0, 0.15); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: rgba(70, 72, 83, 0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -popover.menu box.circular-buttons button.circular.image-button.model:active { - color: #464853; - background-color: rgba(70, 72, 83, 0.2); - border-color: rgba(0, 0, 0, 0.15); -} - -popover.menu check, popover.menu check:hover, popover.menu check:active, popover.menu check:selected, popover.menu check:checked, -popover.menu radio, -popover.menu radio:hover, -popover.menu radio:active, -popover.menu radio:selected, -popover.menu radio:checked { - background-color: transparent; -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: -6px; - margin-right: 6px; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 6px; - margin-right: -6px; -} - -popover.menu .linked > button:first-child { - margin-left: 6px; -} - -popover.menu .linked > button:last-child { - margin-right: 6px; -} - -popover.menu modelbutton { - min-height: 24px; - min-width: 38px; - padding: 2px 18px; - border: none; - outline: none; - box-shadow: none; - border-radius: 0; -} - -popover.menu modelbutton:hover { - color: #ffffff; - background-color: #5294e2; -} - -popover.menu modelbutton:active { - color: #ffffff; - background-color: #2679db; -} - -popover.menu label.title { - font-weight: bold; - padding: 4px 28px; -} - -popover.background { - font: initial; -} - -popover.background, popover.background:backdrop { - background-color: transparent; - border-radius: 3px; -} - -popover.background > arrow, -popover.background > contents { - padding: 12px; - background-clip: border-box; - background-color: #ffffff; - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); -} - -popover.background separator { - background-color: #ffffff; -} - -popover.background label.separator { - color: #464853; -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - background-color: transparent; -} - -popover.background > contents separator { - background-color: rgba(210, 211, 212, 0.405); - margin: 3px; -} - -popover.background > contents list separator { - margin: 0; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -.osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents { - border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: none; -} - -magnifier { - background-color: #ffffff; -} - -cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; -} - -cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); -} - -cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); -} - -notebook { - padding: 0; -} - -notebook.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -notebook > stack:not(:only-child) { - background-color: #ffffff; -} - -notebook > header { - padding: 0; - background-color: #fafbfc; -} - -notebook > header.top { - padding-bottom: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -notebook > header.top > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-bottom: none; -} - -notebook > header.top > tabs > tab:not(:only-child):first-child { - margin-left: 6px; -} - -notebook > header.top > tabs > tab:not(:only-child):last-child { - margin-right: 6px; -} - -notebook > header.top > tabs > tab:hover { - box-shadow: inset 0 -1px alpha(#5294e2,0.6), 0 1px alpha(#5294e2,0.6); -} - -notebook > header.top > tabs > tab:checked { - box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; -} - -notebook > header.bottom { - padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -notebook > header.bottom > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-top: none; -} - -notebook > header.bottom > tabs > tab:not(:only-child):first-child { - margin-left: 6px; -} - -notebook > header.bottom > tabs > tab:not(:only-child):last-child { - margin-right: 6px; -} - -notebook > header.bottom > tabs > tab:hover { - box-shadow: inset 0 1px alpha(#5294e2,0.6), 0 -1px alpha(#5294e2,0.6); -} - -notebook > header.bottom > tabs > tab:checked { - box-shadow: inset 0 1px #5294e2, 0 -1px #5294e2; -} - -notebook > header.right { - padding-left: 0; - border-left: 1px solid rgba(0, 0, 0, 0.15); -} - -notebook > header.right > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-left: none; -} - -notebook > header.right > tabs > tab:not(:only-child):first-child { - margin-top: 6px; -} - -notebook > header.right > tabs > tab:not(:only-child):last-child { - margin-bottom: 6px; -} - -notebook > header.right > tabs > tab:hover { - box-shadow: inset 1px 0 alpha(#5294e2,0.6), -1px 0 alpha(#5294e2,0.6); -} - -notebook > header.right > tabs > tab:checked { - box-shadow: inset 1px 0 #5294e2, -1px 0 #5294e2; -} - -notebook > header.left { - padding-right: 0; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -notebook > header.left > tabs > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - outline-offset: -4px; - border: none; - border-right: none; -} - -notebook > header.left > tabs > tab:not(:only-child):first-child { - margin-top: 6px; -} - -notebook > header.left > tabs > tab:not(:only-child):last-child { - margin-bottom: 6px; -} - -notebook > header.left > tabs > tab:hover { - box-shadow: inset -1px 0 alpha(#5294e2,0.6), 1px 0 alpha(#5294e2,0.6); -} - -notebook > header.left > tabs > tab:checked { - box-shadow: inset -1px 0 #5294e2, 1px 0 #5294e2; -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { - margin-left: 2px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { - margin-right: 2px; -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { - margin-top: 2px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { - margin-bottom: 2px; -} - -notebook > header > tabs > arrow { - color: rgba(70, 72, 83, 0.55); -} - -notebook > header > tabs > arrow:hover { - color: rgba(70, 72, 83, 0.75); -} - -notebook > header > tabs > arrow:active { - color: #464853; -} - -notebook > header > tabs > arrow:disabled { - color: rgba(70, 72, 83, 0.3); -} - -notebook > header > tabs > tab { - color: rgba(70, 72, 83, 0.55); - background-color: rgba(250, 251, 252, 0); -} - -notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(70, 72, 83, 0.75); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -notebook > header > tabs > tab:checked { - color: #464853; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -notebook > header > tabs > tab button.flat { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 4px 0; - color: #85878e; -} - -notebook > header > tabs > tab button.flat:hover { - color: #ff4d4d; - background-color: #eaeef2; -} - -notebook > header > tabs > tab button.flat:active { - color: #5294e2; - background-color: #e1e7ed; -} - -scrollbar { - background-color: rgba(0, 0, 0, 0.05); - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.15); -} - -scrollbar button { - border: none; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); -} - -scrollbar slider { - min-width: 6px; - min-height: 6px; - margin: -1px; - border: 4px solid transparent; - border-radius: 8px; - background-clip: padding-box; - background-color: #b2b3b8; -} - -scrollbar slider:hover { - background-color: #c4c5c9; -} - -scrollbar slider:hover:active { - background-color: #5294e2; -} - -scrollbar slider:disabled { - background-color: transparent; -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - border-width: 5px 4px; -} - -scrollbar.fine-tune.vertical slider { - border-width: 4px 5px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - margin: 0; - min-width: 4px; - min-height: 4px; - background-color: #7c7e86; - border: 1px solid rgba(255, 255, 255, 0.6); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - margin: 0 2px; - min-width: 38px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - margin: 2px 0; - min-height: 38px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - opacity: 0.99; -} - -scrollbar.horizontal slider { - min-width: 38px; -} - -scrollbar.vertical slider { - min-height: 38px; -} - -treeview ~ scrollbar.vertical { - border-top: 1px solid rgba(0, 0, 0, 0.15); - margin-top: -1px; -} - -switch { - font-size: 0; - min-width: 50px; - min-height: 20px; - background-size: 50px 20px; - background-repeat: no-repeat; - background-position: center center; - transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -switch slider { - min-width: 0; - min-height: 0; -} - -switch, switch slider { - outline-color: transparent; - color: transparent; - border: none; - box-shadow: none; -} - -switch { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); -} - -menuitem:hover switch, -row:selected switch, -infobar switch { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); -} - -switch:checked { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); -} - -menuitem:hover switch:checked, -row:selected switch:checked, -infobar switch:checked { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); -} - -switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); -} - -menuitem:hover switch:disabled, -row:selected switch:disabled, -infobar switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); -} - -switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); -} - -menuitem:hover switch:checked:disabled, -row:selected switch:checked:disabled, -infobar switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); -} - -.check, -check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); -} - -.osd check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); -} - -popover.menu modelbutton:hover check, -popover.menu modelbutton:selected check, -.view:selected check, -row:selected check, -infobar check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); -} - -.check:disabled, -check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); -} - -.osd check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover check:disabled, -popover.menu modelbutton:selected check:disabled, -.view:selected check:disabled, -row:selected check:disabled, -infobar check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); -} - -.check:indeterminate, -check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); -} - -.osd check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); -} - -popover.menu modelbutton:hover check:indeterminate, -popover.menu modelbutton:selected check:indeterminate, -.view:selected check:indeterminate, -row:selected check:indeterminate, -infobar check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); -} - -.check:indeterminate:disabled, -check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); -} - -.osd check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover check:indeterminate:disabled, -popover.menu modelbutton:selected check:indeterminate:disabled, -.view:selected check:indeterminate:disabled, -row:selected check:indeterminate:disabled, -infobar check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); -} - -.check:checked, -check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); -} - -.osd check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); -} - -popover.menu modelbutton:hover check:checked, -popover.menu modelbutton:selected check:checked, -.view:selected check:checked, -row:selected check:checked, -infobar check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); -} - -.check:checked:disabled, -check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); -} - -.osd check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover check:checked:disabled, -popover.menu modelbutton:selected check:checked:disabled, -.view:selected check:checked:disabled, -row:selected check:checked:disabled, -infobar check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); -} - -.radio, -radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); -} - -.osd radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); -} - -popover.menu modelbutton:hover radio, -popover.menu modelbutton:selected radio, -.view:selected radio, -row:selected radio, -infobar radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); -} - -.radio:disabled, -radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); -} - -.osd radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover radio:disabled, -popover.menu modelbutton:selected radio:disabled, -.view:selected radio:disabled, -row:selected radio:disabled, -infobar radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); -} - -.radio:indeterminate, -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); -} - -.osd radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); -} - -popover.menu modelbutton:hover radio:indeterminate, -popover.menu modelbutton:selected radio:indeterminate, -.view:selected radio:indeterminate, -row:selected radio:indeterminate, -infobar radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); -} - -.radio:indeterminate:disabled, -radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); -} - -.osd radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover radio:indeterminate:disabled, -popover.menu modelbutton:selected radio:indeterminate:disabled, -.view:selected radio:indeterminate:disabled, -row:selected radio:indeterminate:disabled, -infobar radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); -} - -.radio:checked, -radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); -} - -.osd radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); -} - -popover.menu modelbutton:hover radio:checked, -popover.menu modelbutton:selected radio:checked, -.view:selected radio:checked, -row:selected radio:checked, -infobar radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); -} - -.radio:checked:disabled, -radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); -} - -.osd radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); -} - -popover.menu modelbutton:hover radio:checked:disabled, -popover.menu modelbutton:selected radio:checked:disabled, -.view:selected radio:checked:disabled, -row:selected radio:checked:disabled, -infobar radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; -} - -.view.content-view.check:checked:not(list), -.content-view .tile check:checked:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; -} - -checkbutton.text-button, radiobutton.text-button { - padding: 2px 0; - outline-offset: 0; -} - -checkbutton.text-button:hover, radiobutton.text-button:hover { - color: #23242a; -} - -checkbutton.text-button:disabled, radiobutton.text-button:disabled { - color: rgba(70, 72, 83, 0.55); -} - -checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child { - margin-left: 4px; -} - -checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child { - margin-right: 4px; -} - -check, -radio { - min-width: 16px; - min-height: 16px; - margin: 0 2px; -} - -check:only-child, -radio:only-child { - margin: 0; -} - -scale { - min-height: 15px; - min-width: 15px; - padding: 3px; -} - -scale > trough > slider { - min-height: 15px; - min-width: 15px; - margin: -6px; -} - -scale.fine-tune > trough > slider { - margin: -4px; -} - -scale.fine-tune > trough > fill, -scale.fine-tune > trough > highlight, -scale.fine-tune > trough { - border-radius: 5px; -} - -scale > trough { - outline-offset: 2px; - border-radius: 2.5px; - background-color: rgba(0, 0, 0, 0.15); -} - -scale > trough:disabled { - background-color: rgba(0, 0, 0, 0.045); -} - -.osd scale > trough { - background-color: #383a47; -} - -.osd scale > trough > highlight { - background-color: #5294e2; -} - -row:selected scale > trough, infobar scale > trough { - background-color: rgba(0, 0, 0, 0.2); -} - -row:selected scale > trough highlight, infobar scale > trough highlight { - background-color: #ffffff; -} - -row:selected scale > trough highlight:disabled, infobar scale > trough highlight:disabled { - background-color: #b1cff2; -} - -row:selected scale > trough:disabled, infobar scale > trough:disabled { - background-color: rgba(0, 0, 0, 0.1); -} - -scale highlight { - border-radius: 2.5px; - background-color: #5294e2; -} - -scale highlight:disabled { - background-color: rgba(82, 148, 226, 0.55); -} - -scale > trough > fill { - border-radius: 2.5px; - background-color: rgba(82, 148, 226, 0.5); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > trough > slider { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 100%; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-property: background, border; -} - -scale > trough > slider:hover { - background-clip: border-box; - background-color: #5f9ce4; - border-color: #2679db; -} - -scale > trough > slider:active { - background-clip: border-box; - background-color: #458ce0; - border-color: #2679db; -} - -scale > trough > slider:disabled { - background-color: #e6e6e6; - border-color: rgba(0, 0, 0, 0.15); -} - -row:selected scale > trough > slider, infobar scale > trough > slider { - background-clip: border-box; - background-color: #ffffff; - border-color: #ffffff; -} - -row:selected scale > trough > slider:hover, infobar scale > trough > slider:hover { - background-color: #e5effb; - border-color: #e5effb; -} - -row:selected scale > trough > slider:active, infobar scale > trough > slider:active { - background-color: #a9caf1; - border-color: #a9caf1; -} - -row:selected scale > trough > slider:disabled, infobar scale > trough > slider:disabled { - background-color: #b1cff2; - border-color: #b1cff2; -} - -.osd scale > trough > slider { - background-clip: border-box; - background-color: #5294e2; - border-color: #5294e2; -} - -.osd scale > trough > slider:hover { - background-color: #7eafe9; - border-color: #7eafe9; -} - -.osd scale > trough > slider:active { - background-color: #68a2e6; - border-color: #68a2e6; -} - -scale > value { - color: alpha(currentColor,0.4); -} - -scale > marks { - color: alpha(currentColor,0.4); -} - -scale > marks.top { - margin-bottom: 1px; - margin-top: -4px; -} - -scale > marks.bottom { - margin-top: 1px; - margin-bottom: -4px; -} - -scale > marks.top { - margin-right: 1px; - margin-left: -4px; -} - -scale > marks.bottom { - margin-left: 1px; - margin-right: -4px; -} - -scale.fine-tune > marks.top { - margin-bottom: 0px; - margin-top: -2px; -} - -scale.fine-tune > marks.bottom { - margin-top: 0px; - margin-bottom: -2px; -} - -scale.fine-tune > marks.top { - margin-right: 0px; - margin-left: -2px; -} - -scale.fine-tune > marks.bottom { - margin-left: 0px; - margin-right: -2px; -} - -scale.horizontal indicator { - min-height: 3px; - min-width: 1px; -} - -scale.horizontal.fine-tune indicator { - min-height: 2px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 3px; -} - -scale.vertical.fine-tune indicator { - min-width: 2px; -} - -progressbar { - padding: 0; - font-size: smaller; - color: rgba(70, 72, 83, 0.4); - font-feature-settings: "tnum"; -} - -progressbar.horizontal > trough { - min-width: 150px; -} - -progressbar.horizontal > trough, progressbar.horizontal > trough > progress { - min-height: 6px; -} - -progressbar.vertical > trough { - min-height: 80px; -} - -progressbar.vertical > trough, progressbar.vertical > trough > progress { - min-width: 6px; -} - -progressbar.osd { - min-width: 3px; - min-height: 3px; - background-color: transparent; -} - -progressbar.osd > trough { - border-style: none; - background-color: transparent; - box-shadow: none; -} - -progressbar.osd > trough > progress { - border-style: none; - border-radius: 0; -} - -progressbar > trough > progress { - background-color: #5294e2; - border: none; - border-radius: 2px; - box-shadow: none; -} - -headerbar progressbar > trough > progress { - background-color: #3c86de; -} - -progressbar > trough > progress:disabled { - background-color: rgba(82, 148, 226, 0.35); -} - -row:selected progressbar > trough > progress, infobar progressbar > trough > progress { - background-color: #ffffff; -} - -progressbar > trough > progress.left { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -progressbar > trough > progress.right { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -progressbar > trough > progress.top { - border-top-right-radius: 5px; - border-top-left-radius: 5px; -} - -progressbar > trough > progress.bottom { - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; -} - -progressbar > trough { - border: none; - border-radius: 2px; - background-color: rgba(70, 72, 83, 0.2); -} - -progressbar > trough:disabled { - background-color: rgba(70, 72, 83, 0.08); -} - -row:selected progressbar > trough, infobar progressbar > trough { - background-color: rgba(0, 0, 0, 0.2); -} - -progressbar > trough.empty > progress { - all: unset; -} - -levelbar trough > block { - min-width: 32px; - min-height: 1px; -} - -levelbar.vertical block { - min-width: 1px; - min-height: 32px; -} - -levelbar trough { - border: none; - padding: 3px; - border-radius: 2px; - background-color: rgba(0, 0, 0, 0.15); -} - -levelbar.horizontal.discrete trough > block { - margin: 0 1px; -} - -levelbar.vertical.discrete trough > block { - margin: 1px 0; -} - -levelbar block:not(.empty) { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; -} - -levelbar block.low { - border-color: #F27835; - background-color: #F27835; -} - -levelbar block.high { - border-color: #5294e2; - background-color: #5294e2; -} - -levelbar block.full { - border-color: #6dcfa7; - background-color: #6dcfa7; -} - -levelbar block.empty { - background-color: rgba(70, 72, 83, 0.2); - border-color: rgba(70, 72, 83, 0.2); -} - -window.dialog.print drawing { - color: #464853; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - border: 1px solid rgba(0, 0, 0, 0.15); - background: #ffffff; - padding: 0; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -frame, -.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -frame { - border-radius: 2px; -} - -frame > label { - margin: 4px; -} - -scrolledwindow overshoot.top { - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow overshoot.left { - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: left; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow overshoot.right { - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: right; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; - border: none; -} - -scrolledwindow undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; - border: none; -} - -scrolledwindow undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: none; -} - -scrolledwindow undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: none; -} - -scrolledwindow junction { - border-color: transparent; - border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: rgba(0, 0, 0, 0.05); -} - -scrolledwindow junction:dir(rtl) { - border-image-slice: 0 1 0 0; -} - -separator { - background-color: rgba(0, 0, 0, 0.15); - min-width: 1px; - min-height: 1px; -} - -listview, -list { - background-color: #ffffff; - border-color: rgba(0, 0, 0, 0.15); -} - -listview > row, -list > row { - padding: 2px; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid #cad5df; -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid #cad5df; -} - -row.activatable.has-open-popup, row.activatable:hover { - transition: none; - animation: none; - background-color: rgba(0, 0, 0, 0.05); -} - -row.activatable:active, row.activatable:checked { - transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -row.activatable:disabled { - color: rgba(70, 72, 83, 0.55); -} - -row.activatable:disabled image { - color: inherit; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview.column-separators > listview > row > cell { - border-left-color: #cad5df; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -treeexpander { - border-spacing: 4px; -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 1px dashed rgba(0, 0, 0, 0.15); - outline-offset: -2px; -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 1px dashed #5294e2; - outline-offset: -2px; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: #ffffff; - background-color: #5294e2; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 10px; - min-height: 28px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 10px; -} - -.app-notification { - padding: 10px; - color: #D3DAE3; - background-color: alpha(#282A33,0.9); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #434655; -} - -.app-notification border { - border: none; -} - -.app-notification button { - color: #D3DAE3; - border-color: #434655; - background-color: #333641; -} - -.app-notification button.flat { - border-color: rgba(82, 148, 226, 0); -} - -.app-notification button:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -.app-notification button:active, .app-notification button:checked { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - -.app-notification button:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); -} - -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander arrow:hover { - color: #9093a2; -} - -expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander-widget > box > title { - border-radius: 2px; -} - -expander-widget > box > title:hover > expander { - color: rgba(70, 72, 83, 0.75); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -calendar { - color: #464853; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -calendar > header { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -calendar > header > button { - border: none; - box-shadow: none; - background: none; - border-radius: 0; -} - -calendar > header > button:backdrop { - background: none; -} - -calendar > grid > label.today { - border-radius: 2px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); -} - -calendar > grid > label.today:selected { - box-shadow: none; - background-color: #5294e2; - color: #ffffff; -} - -calendar > grid > label:focus { - outline-color: rgba(0, 0, 0, 0.15); - outline-offset: -2px; - outline-width: 1px; - outline-style: dashed; -} - -calendar > grid > label.day-number { - padding: 4px; -} - -calendar > grid > label.day-number:selected { - border-radius: 2px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor,0.3); -} - -window.dialog.message .linked:not(.vertical) > button, -window.dialog.message .linked:not(.vertical) > button:hover, -window.dialog.message .linked:not(.vertical) > button:active, -window.dialog.message .linked:not(.vertical) > button:checked, -window.dialog.message .linked:not(.vertical) > button:disabled { - border-radius: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-right: none; - border-bottom: none; -} - -window.dialog.message .linked:not(.vertical) > button:last-child { - border-bottom-right-radius: 2px; - border-top-right-radius: 0; - border-right: none; - border-bottom: none; -} - -window.dialog.message .linked:not(.vertical) > button:first-child { - border-bottom-left-radius: 2px; - border-top-left-radius: 0; - border-left: none; - border-bottom: none; -} - -window.dialog.message .linked:not(.vertical) > button:only-child { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - border-left: none; - border-right: none; - border-bottom: none; -} - -window.dialog.message.background { - background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); -} - -window.dialog.message.background.csd.background { - border-radius: 2px; - border: none; -} - -window.dialog.message .titlebar { - min-height: 20px; - background-color: #ffffff; - border-bottom: none; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); -} - -window.dialog.message .titlebar:backdrop { - background-color: #ffffff; -} - -window.dialog.message .dialog-action-area button { - padding: 6px 10px 8px 10px; - border-radius: 0; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #ffffff; - color: rgba(62, 67, 91, 0.8); -} - -window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { - background-color: rgba(62, 67, 91, 0.06); -} - -window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { - background-color: rgba(62, 67, 91, 0.1); - color: rgba(62, 67, 91, 0.8); -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - background-color: #fafbfc; -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { - border-radius: 0; -} - -.sidebar { - border-style: none; - background-color: #fafbfc; -} - -.sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 1px solid #cad5df; - border-left-style: none; -} - -.sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #cad5df; - 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 list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: none; -} - -stacksidebar row { - padding: 4px 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; -} - -stacksidebar row.needs-attention > label { - background-size: 6px 6px, 0 0; -} - -stacksidebar row:selected { - background-color: #5294e2; - border-radius: 2px; - color: #ffffff; -} - -stacksidebar row:selected:hover:dir(ltr), stacksidebar row:selected:hover:dir(rtl) { - background-color: #68a2e6; -} - -stacksidebar row:focus:focus-visible { - outline-width: 0; - background-color: #5294e2; - color: #ffffff; -} - -stacksidebar row.activatable:active, stacksidebar row.activatable:selected:active { - box-shadow: none; -} - -separator.sidebar { - background: none; - border-right: none; -} - -.navigation-sidebar { - padding: 6px 0; -} - -.navigation-sidebar > separator { - margin: 4px; -} - -.navigation-sidebar > row { - min-height: 28px; - padding: 0 8px; - border-radius: 2px; - margin: 0 2px 2px; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: rgba(70, 72, 83, 0.1); - color: #464853; -} - -.navigation-sidebar > row:selected { - background-color: #5294e2; - color: #ffffff; -} - -.navigation-sidebar > row:selected:hover { - background-color: #3c86de; -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline-width: 0; - color: #ffffff; - background-color: #5294e2; -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: #3c86de; -} - -.navigation-sidebar > row:disabled { - color: rgba(70, 72, 83, 0.55); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar > row { - min-height: 28px; - padding: 2px; - outline-offset: -3px; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 10px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -button.sidebar-button { - min-width: 22px; - min-height: 22px; - margin-top: 2px; - margin-bottom: 2px; - padding: 0; - border-radius: 100%; -} - -button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - padding: 0 8px; - min-height: 2px; - background-image: linear-gradient(to bottom, #F08437, #F08437); - background-clip: content-box; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #5294e2; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled), placessidebar .navigation-sidebar > row:drop(active):not(:disabled) label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled) image { - color: #F08437; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected image { - color: #ffffff; -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > 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: linear-gradient(to bottom, #cad5df, #cad5df); - background-size: 1px 1px; -} - -paned > separator:selected { - background-image: linear-gradient(to bottom, #5294e2, #5294e2); -} - -paned > separator.wide { - min-width: 5px; - min-height: 5px; - background-color: #fafbfc; - background-image: linear-gradient(to bottom, #cad5df, #cad5df), linear-gradient(to bottom, #cad5df, #cad5df); - background-size: 1px 1px, 1px 1px; -} - -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; -} - -video { - background: black; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 1000px; - border: none; -} - -infobar { - border-style: none; - margin: 0; - padding: 0; -} - -infobar.info > revealer > box { - background-color: #5294e2; -} - -infobar.question > revealer > box { - background-color: #6dcfa7; -} - -infobar.warning > revealer > box { - background-color: #F27835; -} - -infobar.error > revealer > box { - background-color: #FC4138; -} - -infobar.info > revealer > box, infobar.question > revealer > box, infobar.warning > revealer > box, infobar.error > revealer > box { - color: #ffffff; - caret-color: currentColor; -} - -infobar.info > revealer > box selection, infobar.question > revealer > box selection, infobar.warning > revealer > box selection, infobar.error > revealer > box selection { - color: #5294e2; - background-color: #ffffff; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button, .nautilus-window .floating-bar button, infobar.info > revealer > box button, infobar.question > revealer > box button, infobar.warning > revealer > box button, infobar.error > revealer > box button { - color: #ffffff; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button, .nautilus-window .floating-bar button.flat, infobar.info > revealer > box button.flat, infobar.question > revealer > box button.flat, infobar.warning > revealer > box button.flat, infobar.error > revealer > box button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled, .nautilus-window .floating-bar button.flat:disabled, infobar.info > revealer > box button.flat:disabled, infobar.question > revealer > box button.flat:disabled, infobar.warning > revealer > box button.flat:disabled, infobar.error > revealer > box button.flat:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled label, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, infobar.info > revealer > box button.flat:disabled label, infobar.question > revealer > box button.flat:disabled label, infobar.warning > revealer > box button.flat:disabled label, infobar.error > revealer > box button.flat:disabled label { - color: rgba(255, 255, 255, 0.4); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:hover, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:hover, .nautilus-window .floating-bar button:hover, infobar.info > revealer > box button:hover, infobar.question > revealer > box button:hover, infobar.warning > revealer > box button:hover, infobar.error > revealer > box button:hover { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.65); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:active, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:active, .nautilus-window .floating-bar button:active, infobar.info > revealer > box button:active, infobar.question > revealer > box button:active, infobar.warning > revealer > box button:active, infobar.error > revealer > box button:active, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:checked, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:checked, .nautilus-window .floating-bar button:checked, infobar.info > revealer > box button:checked, infobar.question > revealer > box button:checked, infobar.warning > revealer > box button:checked, infobar.error > revealer > box button:checked { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.35); - border-color: rgba(255, 255, 255, 0.65); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled label, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled label, .nautilus-window .floating-bar button:disabled label, infobar.info > revealer > box button:disabled label, infobar.question > revealer > box button:disabled label, infobar.warning > revealer > box button:disabled label, infobar.error > revealer > box button:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:active, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:active, .nautilus-window .floating-bar button:disabled:active, infobar.info > revealer > box button:disabled:active, infobar.question > revealer > box button:disabled:active, infobar.warning > revealer > box button:disabled:active, infobar.error > revealer > box button:disabled:active, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:checked, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, infobar.info > revealer > box button:disabled:checked, infobar.question > revealer > box button:disabled:checked, infobar.warning > revealer > box button:disabled:checked, infobar.error > revealer > box button:disabled:checked { - color: rgba(255, 255, 255, 0.75); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.4); -} - -tooltip { - border-radius: 2px; - box-shadow: none; - padding: 6px 10px; -} - -tooltip.background { - background-color: #3e4250; - background-clip: padding-box; - color: #D3DAE3; -} - -tooltip.background label { - padding: 4px; -} - -tooltip > box { - border-spacing: 6px; -} - -colorswatch, colorswatch:drop(active) { - border-style: none; -} - -colorswatch.top { - border-top-left-radius: 2.5px; - border-top-right-radius: 2.5px; -} - -colorswatch.top overlay { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -colorswatch.bottom { - border-bottom-left-radius: 2.5px; - border-bottom-right-radius: 2.5px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 2.5px; - border-bottom-left-radius: 2.5px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 2.5px; - border-bottom-right-radius: 2.5px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} - -colorswatch.dark overlay { - color: rgba(255, 255, 255, 0.7); -} - -colorswatch.dark overlay:hover { - border-color: rgba(0, 0, 0, 0.5); -} - -colorswatch.light overlay { - color: rgba(0, 0, 0, 0.7); -} - -colorswatch.light overlay:hover { - border-color: rgba(0, 0, 0, 0.3); -} - -colorswatch overlay { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -colorswatch overlay:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - border-color: rgba(0, 0, 0, 0.6); - box-shadow: none; -} - -colorswatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #464853; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -colorswatch#add-color-button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -colorswatch#add-color-button overlay { - border-color: transparent; - background-color: transparent; - background-image: none; -} - -button.color { - padding: 4px; -} - -button.color > colorswatch:only-child { - box-shadow: 0 1px rgba(0, 0, 0, 0.15); -} - -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:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child, button.color:disabled colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { - box-shadow: none; -} - -colorchooser .popover.osd { - border-radius: 2px; -} - -.content-view { - background-color: #ffffff; -} - -.content-view .tile { - margin: 2px; - background-color: transparent; - border-radius: 0; - padding: 0; -} - -.content-view .tile:active, .content-view .tile:selected { - background-color: transparent; -} - -.content-view .tile:disabled { - background-color: transparent; -} - -.scale-popup button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 16px; - min-height: 20px; - padding: 3px 6px 4px 6px; - color: #464853; - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2.5px; - box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); -} - -:not(decoration):not(window):drop(active):focus, -:not(decoration):not(window):drop(active) { - border-color: #F08437; - box-shadow: inset 0 0 0 1px #F08437; - caret-color: #F08437; -} - -stackswitcher button.text-button { - min-width: 80px; -} - -stackswitcher button.circular { - min-width: 0; -} - -stackswitcher.circular { - border-spacing: 12px; -} - -stackswitcher.circular > button.circular, -stackswitcher.circular > button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -window { - border: none; -} - -window.csd { - box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.12); - margin: 0px; - border-radius: 0; - transition: 200ms ease-out; -} - -window.csd:backdrop { - box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.12); -} - -window.csd.popup { - border-radius: 0; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -window.csd.dialog.message { - border-radius: 2px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.02); -} - -window.csd.solid-csd { - margin: 0; - padding: 0; - border: solid 2px #32343D; - border-radius: 0; - box-shadow: none; -} - -window.maximized, window.fullscreen, window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom { - border-radius: 0; - box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); -} - -window.popup { - box-shadow: none; -} - -window.ssd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12); -} - -.monospace { - font-family: monospace; -} - -headerbar windowcontrols > button, .csd headerbar windowcontrols > button, .solid-csd headerbar windowcontrols > button { - margin: 0; - padding: 0; - min-width: 28px; - min-height: 28px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(255, 255, 255, 0); -} - -headerbar windowcontrols > button:hover { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f2f2f2; -} - -headerbar windowcontrols > button:active, headerbar windowcontrols > button:checked { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -headerbar windowcontrols > button.close, headerbar windowcontrols > button.maximize, headerbar windowcontrols > button.minimize { - padding: 0; - margin: 0 2px; - min-width: 27px; - min-height: 27px; - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; - border-radius: 0; -} - -headerbar windowcontrols > button.close:backdrop, headerbar windowcontrols > button.maximize:backdrop, headerbar windowcontrols > button.minimize:backdrop { - opacity: 1; -} - -headerbar windowcontrols > button.close { - background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); -} - -headerbar windowcontrols > button.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); -} - -headerbar windowcontrols > button.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); -} - -headerbar windowcontrols > button.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); -} - -headerbar windowcontrols > button.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); -} - -headerbar windowcontrols > button.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); -} - -headerbar windowcontrols > button.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); -} - -headerbar windowcontrols > button.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); -} - -headerbar windowcontrols > button.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); -} - -headerbar windowcontrols > button.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); -} - -headerbar windowcontrols > button.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); -} - -headerbar windowcontrols > button.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); -} - -headerbar windowcontrols > button.restore { - background-image: -gtk-scaled(url("assets/titlebutton-restore.png"), url("assets/titlebutton-restore@2.png")); -} - -headerbar windowcontrols > button.restore:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop.png"), url("assets/titlebutton-restore-backdrop@2.png")); -} - -headerbar windowcontrols > button.restore:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover.png"), url("assets/titlebutton-restore-hover@2.png")); -} - -headerbar windowcontrols > button.restore:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize, .maximized headerbar windowcontrols > button.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-restore.png"), url("assets/titlebutton-restore@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize:backdrop, .maximized headerbar windowcontrols > button.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop.png"), url("assets/titlebutton-restore-backdrop@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize:hover, .maximized headerbar windowcontrols > button.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover.png"), url("assets/titlebutton-restore-hover@2.png")); -} - -.fullscreen headerbar windowcontrols > button.maximize:active, .maximized headerbar windowcontrols > button.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); -} - -.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, .view:selected, .view:selected:focus, -textview > text:selected, -textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, -iconview:selected, -iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { - background-color: #5294e2; -} - -row:selected label, label:selected, .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, .view:selected, .view:selected:focus, -textview > text:selected, -textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, -iconview:selected, -iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection:focus, entry > text > selection, modelbutton.flat:active, modelbutton.flat:selected, spinbutton:not(.vertical) > text > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, treeview.view:selected, treeview.view:selected:focus, row:selected, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar > grid > label.day-number:selected { - color: #ffffff; -} - -row:selected label:disabled, label:disabled:selected, .nemo-window .sidebar .view.cell:disabled:selected, .nemo-window .sidebar row.cell:disabled:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected, .polari-room-list .sidebar .activatable:disabled:selected, .polari-room-list .sidebar .inactive:disabled:selected, .polari-room-list .sidebar .room-list-header:disabled:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, list.tweak-categories > row.activatable.tweak-category:disabled:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled:selected, list.gedit-document-panel row.activatable:disabled:selected, .view:disabled:selected, -textview > text:disabled:selected, -textview > text:disabled:selected:focus, textview > text > selection:disabled, -iconview:disabled:selected, -iconview:disabled:selected:focus, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, modelbutton.flat:disabled:active, modelbutton.flat:disabled:selected, spinbutton:not(.vertical) > text > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, row:disabled:selected, calendar > grid > label.day-number:disabled:selected { - color: #a9caf1; -} - -.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 > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -.emoji-toolbar { - padding: 2px; - border-spacing: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -button.emoji-section { - padding: 4px 12px; - outline-offset: -4px; - border: none; -} - -button.emoji-section:hover { - color: #464853; - background-color: rgba(70, 72, 83, 0.1); -} - -button.emoji-section:active { - color: #464853; - background-color: rgba(70, 72, 83, 0.2); -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - border-radius: 6px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background-color: #5294e2; -} - -emoji-completion-row > box { - border-spacing: 10px; - padding: 2px 10px; -} - -emoji-completion-row:focus, -emoji-completion-row:hover { - background: none; - color: #464853; - box-shadow: none; -} - -emoji-completion-row emoji:focus, emoji-completion-row emoji:hover { - background-color: rgba(0, 0, 0, 0.15); -} - -popover.entry-completion > contents { - padding: 0; -} - -statusbar { - padding: 6px 10px; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized, terminal-window.background.csd.tiled, terminal-window.background.csd.fullscreen, -.mate-terminal.background.csd.maximized, -.mate-terminal.background.csd.tiled, -.mate-terminal.background.csd.fullscreen { - border-radius: 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 0 0 0 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0 0 0 1px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background: none; - border: none; - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 2px 6px; - border-radius: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - color: rgba(42, 44, 60, 0.8); - background: none; - box-shadow: inset 0 -1px rgba(82, 148, 226, 0.5), 0 1px rgba(82, 148, 226, 0.5); -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: rgba(62, 67, 91, 0.8); - background: none; - box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(62, 67, 91, 0.4); -} - -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(62, 67, 91, 0.4); - box-shadow: inset 0 -1px rgba(82, 148, 226, 0.4), 0 1px rgba(82, 148, 226, 0.4); -} - -.nautilus-window.background.csd { - border-radius: 0 0 0 0; -} - -.nautilus-window.background.csd.unified { - border-radius: 0; -} - -.nautilus-window.background.csd placessidebar.sidebar { - border-bottom-left-radius: 0; -} - -.nautilus-window.background.csd notebook, .nautilus-window.background.csd notebook > stack { - border-radius: 0 0 0 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box { - margin-top: 5px; - margin-bottom: 5px; - color: rgba(62, 67, 91, 0.8); - background-color: transparent; - border: none; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button { - padding: 3px 6px; - margin-top: 0; - margin-bottom: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button { - padding: 3px 12px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button label { - padding-left: 0; - padding-right: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button image { - padding-left: 0; - padding-right: 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button label { - padding-right: 6px; - padding-left: 6px; -} - -.nautilus-window headerbar.titlebar .path-bar-box.width-maximized { - border: none; - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12); - background-color: rgba(62, 67, 91, 0.06); - border-radius: 2px; - padding: 0 6px; -} - -.nautilus-window headerbar.titlebar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item { - border-radius: 2px; -} - - -.nautilus-desktop.nautilus-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - - -.nautilus-desktop.nautilus-canvas-item:active { - color: #464853; -} - - -.nautilus-desktop.nautilus-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, entry > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, headerbar .nautilus-canvas-item.subtitle, popover.background label.nautilus-canvas-item.separator, -.nautilus-list-dim-label { - color: #a0a2a8; -} - -.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, entry > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #dceaf9; -} - - -.nautilus-window notebook > stack { - background-image: none; -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window > menubar { - border: none; - box-shadow: none; - background: none; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.nautilus-list-view treeview.view:not(:selected):not(:hover):not(:focus) { - background: none; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(70, 72, 83, 0.5); - border-color: rgba(47, 48, 55, 0.5); -} - -.disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); -} - -.disk-space-display.free { - background-color: #f0f3f6; - border-color: #d1dae3; -} - -@keyframes needs_attention_keyframes { - 0% { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f2f2f2; - } - 100% { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #5294e2; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #5294e2; - color: #ffffff; - border-radius: 2px 2px 0 0; -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(70, 72, 83, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #a9caf1; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #5294e2; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #639fe5; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #4189df; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #cad5df; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: #282A33; -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(70, 72, 83, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(70, 72, 83, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; -} - -graph-switcher-button.toggle { - color: rgba(70, 72, 83, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #464853; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(82, 148, 226, 0.2); -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -window.org-gnome-Builder > menubar { - border: none; - box-shadow: none; - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 0 0 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294e2; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #5294e2; - border-radius: 2px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #fafbfc; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #fafbfc; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #464853; -} - -button.dzlmenubuttonitem.check label.dim-label { - color: #464853; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 2px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #464853; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -preferencesbin spinbutton { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -preferencesbin spinbutton:focus { - border-color: #5294e2; -} - -preferencesbin spinbutton entry, preferencesbin spinbutton button { - border: none; - box-shadow: none; -} - -.tweak-categories { - border-radius: 0 0 0 0; -} - -.maximized .tweak-categories, .fullscreen .tweak-categories, .tiled .tweak-categories, .tiled-top .tweak-categories, .tiled-right .tweak-categories, .tiled-bottom .tweak-categories, .tiled-left .tweak-categories { - border-radius: 0; -} - -window.background.csd > hdyleaflet > box.vertical > stack.main-container, -window.background.csd > leaflet > box.vertical > stack.main-container { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories { - border-radius: 0; -} - -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow.frame { - border: none; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - border-bottom-right-radius: 0; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - border-bottom-right-radius: 1px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator { - background: none; - min-height: 2px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list { - border-radius: 4px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list { - border-radius: 0; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list { - border-radius: 0 0 4px 4px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list { - border-radius: 4px 4px 0 0; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - border-bottom-left-radius: 0; -} - -window.background.csd.maximized > leaflet > stack.background, -window.background.csd.maximized > hdyleaflet > stack.background, -window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background, -window.background.csd.tiled > hdyleaflet > stack.background, -window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background, -window.background.csd.fullscreen > hdyleaflet > stack.background, -window.background.csd.fullscreen > box.horizontal > stack.background { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view { - border-bottom-left-radius: 0; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #fafbfc; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#fafbfc); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #fafbfc; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#fafbfc); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(70, 72, 83, 0.55); - background-image: image(#fafbfc); -} - -.category_page_header_filter_box button:hover { - color: rgba(70, 72, 83, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #464853; -} - -.category_page_header_filter_box button:disabled { - color: rgba(70, 72, 83, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 1 1 1 1/1px 1px 1px 1px stretch; -} - -button.osd.featured-button-left, -button.osd.featured-button-right { - background-image: image(rgba(255, 255, 255, 0.15)); -} - -button.osd.featured-button-left image, -button.osd.featured-button-right image { - color: white; -} - -label.title-1 { - color: white; -} - -label:backdrop.title-1 { - opacity: 0.5; -} - -label.caption { - color: rgba(255, 255, 255, 0.65); -} - -label:backdrop.caption { - opacity: 0.5; -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #5294e2; -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #e9ecf1; - background-color: #282A33; - border: 1px solid #16171c; - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #5294e2; - border-color: #5294e2; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: #1d1e25; -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #5294e2; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #5294e2; - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #fafbfc; - border: none; - color: #464853; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #464853; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #464853; - background-color: rgba(70, 72, 83, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #5294e2; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #464853; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #464853; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#5294e2); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#f0f3f6); - color: #17181c; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#f1f2f4); - color: #464853; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e8e9eb); - color: #464853; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#5294e2); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #5294e2; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#f6fafe); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#eef4fc); - color: #5294e2; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#5294e2); - color: #ffffff; - transition-duration: 0s; -} - -headerbar.titlebar.incognito-mode entry { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: rgba(104, 111, 151, 0.8); - border-color: #5294e2; - background-color: #fcfcfc; -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(62, 67, 91, 0.35); - border-color: rgba(0, 0, 0, 0.12); - background-color: rgba(247, 247, 247, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(70, 72, 83, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: rgba(62, 67, 91, 0.8); - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: rgba(104, 111, 151, 0.8); - border-color: #5294e2; - background-color: #fcfcfc; -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(62, 67, 91, 0.35); - border-color: rgba(0, 0, 0, 0.12); - background-color: rgba(247, 247, 247, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #fafbfc; - color: rgba(70, 72, 83, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(70, 72, 83, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #464853; - background-color: rgba(70, 72, 83, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 2px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button { - margin: 3px 6px; -} - -flowboxchild.bookmark-tag-widget { - color: #fafbfc; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #fafbfc; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - border: none; - color: rgba(70, 72, 83, 0.55); - background-color: rgba(250, 251, 252, 0); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(70, 72, 83, 0.75); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); -} - -tabbox > tab:checked { - color: #464853; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #5294e2; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 4px 0; - color: #85878e; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeef2; -} - -tabbox > tab button:active { - color: #5294e2; - background-color: #e1e7ed; -} - -tabbox > tab button:active image { - color: #5294e2; -} - -window#gnome-system-monitor > menubar { - border: none; - box-shadow: none; - background: none; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #f0f3f6; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin-top: -1px; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale { - min-height: 20px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; - padding: 0 6px; - border-width: 0; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame { - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame { - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > box.horizontal > box.horizontal > box.horizontal > combobox > .linked > button.combo { - margin: 24px 6px 24px 120px; - background-position: right bottom; -} - -dialog.background.csd headerbar.default-decoration { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -window.background.csd > paned.horizontal > scrolledwindow.frame.sidebar { - border-top: none; -} - -stack > overlay > frame > scrolledwindow.frame { - border-left-width: 0; - border-right-width: 0; -} - -window.background.csd.unified headerbar { - border-radius: 0 0 0 0; -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list, window > leaflet > scrolledwindow > viewport.frame > list, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar, hdyleaflet > stack > frame > grid.vertical > actionbar, -leaflet.unfolded > stack > frame > grid.vertical > actionbar, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list, hdyleaflet > stack > frame > grid.vertical, -leaflet.unfolded > stack > frame > grid.vertical, .polari-room-list .sidebar, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar, .sidebar.vertical > paned.geary-sidebar-pane-separator, .sidebar.vertical > paned.sidebar-pane-separator statusbar, .sidebar.vertical > paned.sidebar-pane-separator, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > leaflet > box.vertical > scrolledwindow.view, list.tweak-categories, textview.view.sourceview.gedit-view window#gtk-tooltip, .gedit-map-frame, .gedit-side-panel-paned, .gedit-document-panel-dragged-row, list.gedit-document-panel { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list:disabled, window > leaflet > scrolledwindow > viewport.frame > list:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled, hdyleaflet > stack > frame > grid.vertical:disabled, -leaflet.unfolded > stack > frame > grid.vertical:disabled, .polari-room-list .sidebar:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator:disabled, .sidebar.vertical > paned.sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.sidebar-pane-separator:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view:disabled, list.tweak-categories:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip:disabled, .gedit-map-frame:disabled, .gedit-side-panel-paned:disabled, .gedit-document-panel-dragged-row:disabled, list.gedit-document-panel:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list label:disabled, window > leaflet > scrolledwindow > viewport.frame > list label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled, hdyleaflet > stack > frame > grid.vertical label:disabled, -leaflet.unfolded > stack > frame > grid.vertical label:disabled, .polari-room-list .sidebar label:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator label:disabled, .sidebar.vertical > paned.sidebar-pane-separator label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view label:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view label:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view label:disabled, list.tweak-categories label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip label:disabled, .gedit-map-frame label:disabled, .gedit-side-panel-paned label:disabled, .gedit-document-panel-dragged-row label:disabled, list.gedit-document-panel label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button, .polari-entry-area button, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.15); - border: none; -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:hover, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:hover, .polari-entry-area button:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.25); -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:active, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:active, .polari-entry-area button:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:active, hdyleaflet > stack > frame > grid.vertical > actionbar button:checked, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:checked, .polari-entry-area button:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:checked { - color: #ffffff; - background-color: #5294e2; -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:disabled, .polari-entry-area button:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:disabled { - color: rgba(246, 246, 251, 0.35); - background-color: rgba(246, 246, 251, 0.08); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat, .polari-entry-area button.flat, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat { - border: none; - background: none; - box-shadow: none; - color: rgba(246, 246, 251, 0.8); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:hover, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:hover, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:hover, .polari-entry-area button.flat:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.15); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:checked, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:active, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:active, .polari-entry-area button.flat:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:active, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:checked, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:checked, .polari-entry-area button.flat:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:checked { - color: #ffffff; - background-color: #5294e2; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:disabled, .polari-entry-area button.flat:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row, .polari-room-list .sidebar .activatable, .polari-room-list .sidebar .inactive, .polari-room-list .sidebar .room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar, list.tweak-categories > row.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view, .gedit-side-panel-paned treeview.view, list.gedit-document-panel row.activatable { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, window > leaflet > scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.has-open-popup.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row, .polari-room-list .sidebar .has-open-popup.activatable, .polari-room-list .sidebar .has-open-popup.inactive, .polari-room-list .sidebar .has-open-popup.room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.has-open-popup.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, list.tweak-categories > row.has-open-popup.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.has-open-popup.view, .gedit-side-panel-paned treeview.has-open-popup.view, list.gedit-document-panel row.has-open-popup.activatable, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover, .polari-room-list .sidebar .activatable:hover, .polari-room-list .sidebar .inactive:hover, .polari-room-list .sidebar .room-list-header:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:hover, list.tweak-categories > row.activatable.tweak-category:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:hover, .gedit-side-panel-paned treeview.view:hover, list.gedit-document-panel row.activatable:hover { - color: #F6F6FB; - background-color: #464750; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled, .polari-room-list .sidebar .activatable:disabled, .polari-room-list .sidebar .inactive:disabled, .polari-room-list .sidebar .room-list-header:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled, list.tweak-categories > row.activatable.tweak-category:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled, .gedit-side-panel-paned treeview.view:disabled, list.gedit-document-panel row.activatable:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable label:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled, .polari-room-list .sidebar .activatable label:disabled, .polari-room-list .sidebar .inactive label:disabled, .polari-room-list .sidebar .room-list-header label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar label:disabled, list.tweak-categories > row.activatable.tweak-category label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view label:disabled, .gedit-side-panel-paned treeview.view label:disabled, list.gedit-document-panel row.activatable label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected.has-open-popup, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected.has-open-popup, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected.has-open-popup, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup, .polari-room-list .sidebar .activatable:selected.has-open-popup, .polari-room-list .sidebar .inactive:selected.has-open-popup, .polari-room-list .sidebar .room-list-header:selected.has-open-popup, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected.has-open-popup, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, list.tweak-categories > row.activatable.tweak-category:selected.has-open-popup, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected.has-open-popup, .gedit-side-panel-paned treeview.view:selected.has-open-popup, list.gedit-document-panel row.activatable:selected.has-open-popup, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover, .polari-room-list .sidebar .activatable:selected:hover, .polari-room-list .sidebar .inactive:selected:hover, .polari-room-list .sidebar .room-list-header:selected:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, list.tweak-categories > row.activatable.tweak-category:selected:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected:hover, .gedit-side-panel-paned treeview.view:selected:hover, list.gedit-document-panel row.activatable:selected:hover { - background-color: #4a85cb; -} - -hdyleaflet > box.vertical > searchbar, .polari-entry-area, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar, -window.background.csd > hdyleaflet > box.vertical > searchbar, -window.background.csd > leaflet > box.vertical > searchbar, window.background.csd > box.horizontal > box.vertical > searchbar { - background: none; - box-shadow: none; - border: none; -} - -hdyleaflet > box.vertical > searchbar > revealer > box, .polari-entry-area > revealer > box, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar > revealer > box, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar > revealer > box, -window.background.csd > hdyleaflet > box.vertical > searchbar > revealer > box, -window.background.csd > leaflet > box.vertical > searchbar > revealer > box, window.background.csd > box.horizontal > box.vertical > searchbar > revealer > box { - background-color: #32343D; - border: none; -} - -hdyleaflet > box.vertical > searchbar entry, .polari-entry-area entry, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry, -window.background.csd > hdyleaflet > box.vertical > searchbar entry, -window.background.csd > leaflet > box.vertical > searchbar entry, window.background.csd > box.horizontal > box.vertical > searchbar entry { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -hdyleaflet > box.vertical > searchbar entry image, .polari-entry-area entry image, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image, -window.background.csd > hdyleaflet > box.vertical > searchbar entry image, -window.background.csd > leaflet > box.vertical > searchbar entry image, window.background.csd > box.horizontal > box.vertical > searchbar entry image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > searchbar entry:focus, .polari-entry-area entry:focus, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:focus, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:focus, -window.background.csd > hdyleaflet > box.vertical > searchbar entry:focus, -window.background.csd > leaflet > box.vertical > searchbar entry:focus, window.background.csd > box.horizontal > box.vertical > searchbar entry:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -hdyleaflet > box.vertical > searchbar entry:disabled, .polari-entry-area entry:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry:disabled, hdyleaflet > box.vertical > searchbar entry label:disabled, .polari-entry-area entry label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry label:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry label:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry label:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry label:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry label:disabled, hdyleaflet > box.vertical > searchbar entry image:disabled, .polari-entry-area entry image:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry image:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry image:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry image:disabled { - color: rgba(246, 246, 251, 0.35); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, hdyleaflet > headerbar:first-child button.titlebutton.close, -leaflet.unfolded > headerbar:first-child button.titlebutton.close, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close, .geary-titlebar-left button.titlebutton.close, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:backdrop, .geary-titlebar-left button.titlebutton.close:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:hover, hdyleaflet > headerbar:first-child button.titlebutton.close:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:hover, .geary-titlebar-left button.titlebutton.close:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:active, hdyleaflet > headerbar:first-child button.titlebutton.close:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:active, .geary-titlebar-left button.titlebutton.close:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, hdyleaflet > headerbar:first-child button.titlebutton.maximize, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize, .geary-titlebar-left button.titlebutton.maximize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:backdrop, .geary-titlebar-left button.titlebutton.maximize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:hover, .geary-titlebar-left button.titlebutton.maximize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, hdyleaflet > headerbar:first-child button.titlebutton.maximize:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:active, .geary-titlebar-left button.titlebutton.maximize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize, hdyleaflet > headerbar:first-child button.titlebutton.minimize, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize, .geary-titlebar-left button.titlebutton.minimize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:backdrop, .geary-titlebar-left button.titlebutton.minimize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:hover, hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:hover, .geary-titlebar-left button.titlebutton.minimize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:active, hdyleaflet > headerbar:first-child button.titlebutton.minimize:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:active, .geary-titlebar-left button.titlebutton.minimize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore, hdyleaflet > headerbar:first-child button.titlebutton.restore, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore, .geary-titlebar-left button.titlebutton.restore, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:backdrop, .geary-titlebar-left button.titlebutton.restore:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:hover, hdyleaflet > headerbar:first-child button.titlebutton.restore:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:hover, .geary-titlebar-left button.titlebutton.restore:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:active, hdyleaflet > headerbar:first-child button.titlebutton.restore:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:active, .geary-titlebar-left button.titlebutton.restore:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -hdyleaflet > headerbar:first-child, -leaflet.unfolded > headerbar:first-child, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child), .geary-titlebar-left, .geary-titlebar-left.geary-titlebar, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child, window.background.csd > box.titlebar.horizontal > headerbar:first-child, .titlebar > headerbar.titlebar.tweak-titlebar-left, window.org-gnome-gedit .titlebar > headerbar:first-child { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; - background-image: image(#32343D); - border: none; - box-shadow: none; -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton), -leaflet.unfolded > headerbar:first-child button:not(.titlebutton), .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton), .geary-titlebar-left button:not(.titlebutton), window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton), -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton), window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton), .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton), window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton) { - color: rgba(246, 246, 251, 0.8); - border: none; -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton):hover, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):hover, .geary-titlebar-left button:not(.titlebutton):hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):hover, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.25); -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton):active, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):active, .geary-titlebar-left button:not(.titlebutton):active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):active, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):active, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):active, hdyleaflet > headerbar:first-child button:not(.titlebutton):checked, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):checked, .geary-titlebar-left button:not(.titlebutton):checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):checked, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):checked, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):checked, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):checked { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu, .geary-titlebar-left button.titlebutton.appmenu, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu { - border: none; - min-height: 30px; - min-width: 30px; - border-radius: 1000px; - color: transparent; - background-color: transparent; - background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg")); - background-repeat: no-repeat; - background-position: center; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu image, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu image, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu image, .geary-titlebar-left button.titlebutton.appmenu image, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu image, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu image, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu image, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu image, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu image, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu image { - opacity: 0; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:hover, .geary-titlebar-left button.titlebutton.appmenu:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:hover { - background-color: rgba(246, 246, 251, 0.15); -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:checked, .geary-titlebar-left button.titlebutton.appmenu:checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:checked, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:checked, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:checked, hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:active, .geary-titlebar-left button.titlebutton.appmenu:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:active { - background-color: rgba(246, 246, 251, 0.25); -} - -.nemo-window .sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #7c8088; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nemo-window .sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(124, 128, 136, 0.7); -} - -.nemo-window .sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #898d94; -} - -.nemo-window .sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #5294e2; -} - -.nemo-window .sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -.nemo-window .sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough { - background-color: #e4edf3; -} - -.nautilus-window headerbar { - background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg")), image(#32343D); - background-repeat: no-repeat; - background-size: 38px auto; - background-position: left center; -} - -filechooser paned > separator { - background-image: image(#cad5df); -} - -.nautilus-window { - background-color: #f6f9fb; - background-image: image(#32343D); - background-size: 38px auto; - background-repeat: no-repeat; - border-radius: 0 0 0; -} - -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, #d3e1eb, #d3e1eb); -} - -.nautilus-window headerbar { - padding-left: 48px; -} - -.nautilus-window headerbar, .nautilus-window headerbar:backdrop { - box-shadow: inset 0 -1px rgba(50, 52, 61, 0.15), inset 38px 0 0 0 transparent; -} - -.nautilus-window placessidebar.sidebar { - background: none; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row { - transition: none; - color: #575a60; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(246, 246, 251, 0.85); -} - -.nautilus-window placessidebar.sidebar row.sidebar-row image.sidebar-icon { - padding-right: 2px; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row label.sidebar-label { - padding-right: 2px; - padding-left: 20px; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(87, 90, 96, 0.05); - box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #32343D; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(87, 90, 96, 0.4); -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:active { - transition: box-shadow 0.2s; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - box-shadow: inset 38px 0 0 0 #5294e2; - background-color: rgba(82, 148, 226, 0); - background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png")); - background-repeat: no-repeat; - background-position: 42px center; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-label { - color: #3f4145; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: rgba(87, 90, 96, 0.05); - box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #5294e2; - background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png")); - background-repeat: no-repeat; - background-position: 42px center; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button { - color: #575a60; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:active { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #5294e2; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -.nemo-window .sidebar { - color: #575a60; - background-color: #f6f9fb; -} - -.nemo-window .sidebar .view, .nemo-window .sidebar row { - background-color: transparent; - color: #575a60; -} - -.nemo-window .sidebar .view.cell:selected.has-open-popup, .nemo-window .sidebar .view.cell:selected:hover, .nemo-window .sidebar row.cell:selected.has-open-popup, .nemo-window .sidebar row.cell:selected:hover { - color: #ffffff; - background-color: #4a85cb; -} - -.nemo-window .sidebar .view.has-open-popup, .nemo-window .sidebar .view:hover, .nemo-window .sidebar row.has-open-popup, .nemo-window .sidebar row:hover { - color: #575a60; - background-color: #e6e9ec; -} - -.nemo-window .sidebar .view.expander, .nemo-window .sidebar row.expander { - color: #a7aaae; -} - -.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #575a60; -} - -.nemo-window .sidebar separator { - background-color: transparent; -} - -.NemoSidebar, .NemoSidebar * { - -gtk-icon-style: symbolic; -} - -window.org-gnome-gedit > paned > separator, window.org-gnome-gedit > paned > separator:backdrop, -window.org-gnome-gedit > overlay > box.vertical > paned > separator, -window.org-gnome-gedit > overlay > box.vertical > paned > separator:backdrop { - background-image: image(#32343D); -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: rgba(0, 0, 0, 0.15); -} - -.open-document-selector-treeview.view:hover { - background-color: #f2f2f3; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #5294e2; -} - -.open-document-selector-name-label { - color: #464853; -} - -.open-document-selector-path-label { - color: #a3a4a9; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -list.gedit-document-panel row.activatable { - padding: 4px 0; -} - -list.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - margin: 0 6px; - border-radius: 100px; - border: none; - background: none; -} - -list.gedit-document-panel row button:hover { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.15); -} - -list.gedit-document-panel row button:active, list.gedit-document-panel row button:checked { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.25); -} - -list.gedit-document-panel row button image { - color: inherit; -} - -list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-document-panel row:hover:not(:selected) button:checked { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.25); -} - -.gedit-document-panel-dragged-row { - border: none; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid #cad5df; - background-color: #fafbfc; -} - -.gedit-search-slider { - background-color: white; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(70, 72, 83, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, #d3e1eb, #d3e1eb); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.tweak-group > .tweak > list { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.tweak-group > .tweak > list > row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - padding: 3px; - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -list.tweak-categories separator { - background: none; -} - -window.background.csd > box:not(.titlebar).horizontal > separator.vertical, window.background.csd > box:not(.titlebar).horizontal > separator.vertical:backdrop { - background-image: image(#fafbfc); - background-color: transparent; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right-style: none; - background: none; - min-width: 0; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected), -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected) { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.06); - transition: all 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image { - color: rgba(246, 246, 251, 0.8); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window.background.csd > box.horizontal > separator.sidebar, -window.background.csd > hdyleaflet > separator.sidebar, -window.background.csd > leaflet > separator.sidebar { - border-right-style: none; - background: none; - min-width: 0; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > border, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > border { - border-width: 0; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame > border { - border: none; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view { - color: rgba(246, 246, 251, 0.8); - background-color: #2b2d35; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected { - background-color: #354760; - color: #ffffff; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(ltr) { - box-shadow: inset 2px 0 #5294e2; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(rtl) { - box-shadow: inset -2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(ltr) { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(rtl) { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar.cell { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} - -window#GearyMainWindow .titlebar, -window.geary-main-window .titlebar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -window#GearyMainWindow .titlebar:backdrop, -window.geary-main-window .titlebar:backdrop { - background-color: white; -} - -window#GearyMainWindow .titlebar headerbar.geary-titlebar > separator, -window.geary-main-window .titlebar headerbar.geary-titlebar > separator { - margin: 0 -10px 0 0; -} - -window#GearyMainWindow > box.vertical > paned > separator, -window.geary-main-window > box.vertical > paned > separator { - background-image: none; -} - -.geary-titlebar-left separator { - margin: 0 -10px 0 0; - border-right: none; - background: none; -} - -.sidebar.vertical > paned.sidebar-pane-separator separator { - background: none; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator separator { - background: none; -} - -stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame { - border: none; -} - -stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame > list.background.conversation-listbox { - background-color: #ffffff; -} - -.geary-accounts-editor-pane > scrolledwindow.frame { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > separator.sidebar, .geary-main-window .geary-main-layout > separator.sidebar { - background-image: image(#ffffff); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame { - margin: -1px 0; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:hover { - background-color: #e3e4e5; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus { - background-color: #d4e4f8; - color: #464853; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(ltr), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(ltr) { - box-shadow: inset -2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(rtl), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(rtl) { - box-shadow: inset 2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box separator { - background: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar { - margin: -8px -12px; - padding: 6px; -} - -.geary-main-window list.content.conversation-listbox { - border: none; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > separator.horizontal { - background: none; - min-height: 0; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > label:disabled { - color: #F6F6FB; -} - -window.background.csd > box.horizontal > box.vertical > separator.horizontal { - background: none; - min-height: 0; -} - -window.background.csd > box.horizontal > box.vertical > box.linked.horizontal { - margin: -6px; - padding: 6px; -} - -.polari-room-list .sidebar { - margin-top: -1px; - border-color: #fafbfc; -} - -overlay > infobar.info.top { - margin-bottom: 0; -} - -hdyleaflet > stack > frame > grid.vertical > entry.search, -leaflet.unfolded > stack > frame > grid.vertical > entry.search { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search image, -leaflet.unfolded > stack > frame > grid.vertical > entry.search image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search:focus, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search:disabled label, hdyleaflet > stack > frame > grid.vertical > entry.search:disabled image, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled label, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled image { - color: rgba(246, 246, 251, 0.35); -} - -hdyleaflet > separator.sidebar, -leaflet.unfolded > separator.sidebar { - border-right-style: none; - background: none; - min-width: 0; -} - -.selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; -} - -.selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); -} - -.selection-mode hdyleaflet headerbar .selection-menu, .selection-mode leaflet.unfolded headerbar .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; -} - -.selection-mode hdyleaflet headerbar .selection-menu .arrow, .selection-mode leaflet.unfolded headerbar .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.maximized .selection-mode hdyleaflet headerbar, .maximized .selection-mode leaflet.unfolded headerbar { - background-color: #5294e2; -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton), .selection-mode hdyleaflet headerbar button:not(.titlebutton).flat, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton), .selection-mode leaflet.unfolded headerbar button:not(.titlebutton).flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):hover, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):hover { - background-color: alpha(#ffffff,0.3); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):checked { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.35); - border-color: rgba(255, 255, 255, 0.65); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled label, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled label { - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:checked { - color: rgba(255, 255, 255, 0.75); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.4); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):backdrop, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):backdrop { - opacity: 0.7; - background: none; -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize { - color: transparent; - background-color: transparent; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:active { - color: #F6F6FB; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable .seahorse-sidebar-item, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable .seahorse-sidebar-item { - -gtk-icon-style: symbolic; -} - -@define-color theme_fg_color #464853; -@define-color theme_text_color currentColor; -@define-color theme_bg_color #fafbfc; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #464853; -@define-color text_color currentColor; -@define-color bg_color #fafbfc; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color white; -@define-color insensitive_fg_color rgba(70, 72, 83, 0.55); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #464853; -@define-color theme_unfocused_text_color currentColor; -@define-color theme_unfocused_bg_color #fafbfc; -@define-color theme_unfocused_base_color #ffffff; -@define-color theme_unfocused_selected_bg_color #5294e2; -@define-color theme_unfocused_selected_fg_color #ffffff; -@define-color unfocused_insensitive_color rgba(70, 72, 83, 0.55); -@define-color borders rgba(0, 0, 0, 0.15); -@define-color unfocused_borders rgba(0, 0, 0, 0.15); -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #6dcfa7; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color content_view_bg #ffffff; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #ffffff; -@define-color wm_title alpha(#3e435b, 0.8); -@define-color wm_unfocused_title alpha(#3e435b, 0.5); -@define-color wm_bg white; -@define-color wm_bg_unfocused white; -@define-color wm_highlight white; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border #a6a6a6; -@define-color wm_button_close_bg #f46067; -@define-color wm_button_close_hover_bg #f68086; -@define-color wm_button_close_active_bg #f13039; -@define-color wm_icon_close_bg #F8F8F9; -@define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #D1D3DA; -@define-color wm_icon_bg #90949E; -@define-color wm_icon_unfocused_bg #B6B8C0; -@define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #ffffff; -@define-color budgie_tasklist_indicator_color #5294e2; -@define-color budgie_tasklist_indicator_color_active #5294e2; -@define-color budgie_tasklist_indicator_color_active_window #3b608e; -@define-color budgie_tasklist_indicator_color_attention #F27835; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/src/gtk/theme-4.0/gtk.css b/src/gtk/theme-4.0/gtk.css index 4f13428d..2fb5374b 100644 --- a/src/gtk/theme-4.0/gtk.css +++ b/src/gtk/theme-4.0/gtk.css @@ -97,7 +97,7 @@ flowbox > flowboxchild:selected { } flowbox.search-bar { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } gridview > child { @@ -148,14 +148,14 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, popover.background label.separator, headerbar .subtitle, entry > text > placeholder, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > text > placeholder, label.separator { +.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle, popover.background label.separator, headerbar .subtitle, entry > text > placeholder, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; } window.assistant .sidebar { background-color: #ffffff; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } window.assistant.csd .sidebar { @@ -179,16 +179,19 @@ textview { background-color: #ffffff; } -.osd .scale-popup, .osd popover.background > arrow, +toast, .osd popover.background > arrow, .osd popover.background > contents, popover.background.touch-selection > arrow, popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { +popover.background.magnifier > contents, toolbar.osd, .osd { color: #D3DAE3; - border: none; background-color: #282A33; background-clip: padding-box; - box-shadow: none; -gtk-icon-shadow: none; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); + border: 1px solid #434655; + margin: 6px; + border-radius: 2px; + padding: 6px; } @keyframes spin { @@ -212,6 +215,22 @@ spinner:checked:disabled { opacity: 0.5; } +.accent { + color: #5294e2; +} + +.success { + color: #6dcfa7; +} + +.warning { + color: #F27835; +} + +.error { + color: #FC4138; +} + .large-title { font-weight: 300; font-size: 24pt; @@ -257,6 +276,19 @@ spinner:checked:disabled { font-size: 9pt; } +.monospace { + font-family: monospace; +} + +.numeric { + font-feature-settings: "tnum"; +} + +editablelabel > stack > text { + color: #464853; + background-color: #ffffff; +} + entry, spinbutton.vertical > text, spinbutton:not(.vertical) > text { min-height: 22px; border: 1px solid; @@ -264,9 +296,12 @@ entry, spinbutton.vertical > text, spinbutton:not(.vertical) > text { caret-color: currentColor; border-radius: 2px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-spacing: 0; color: #4a4c59; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: #ffffff; + outline: none; + box-shadow: none; } entry.search, spinbutton.vertical > text.search, spinbutton:not(.vertical) > text.search { @@ -279,12 +314,12 @@ entry > image, spinbutton.vertical > text > image, spinbutton:not(.vertical) > t entry > image.left, spinbutton.vertical > text > image.left, spinbutton:not(.vertical) > text > image.left { padding-left: 0; - padding-right: 5px; + padding-right: 6px; } entry > image.right, spinbutton.vertical > text > image.right, spinbutton:not(.vertical) > text > image.right { padding-right: 0; - padding-left: 5px; + padding-left: 6px; } entry.flat:focus-within, entry.flat:backdrop, entry.flat:disabled, entry.flat:backdrop:disabled, entry.flat, spinbutton.vertical > text.flat, spinbutton:not(.vertical) > text.flat { @@ -300,6 +335,8 @@ entry:focus-within, spinbutton.vertical > text:focus-within, spinbutton:not(.ver color: #4a4c59; border-color: #5294e2; background-color: #ffffff; + outline: none; + box-shadow: none; } entry:focus-within > placeholder, spinbutton.vertical > text:focus-within > placeholder, spinbutton:not(.vertical) > text:focus-within > placeholder { @@ -395,6 +432,8 @@ entry:drop(active):focus-within, entry:drop(active), spinbutton.vertical > text: color: #ffffff; border-color: #434655; background-color: #5294e2; + outline: none; + box-shadow: none; } .osd entry:disabled, .osd spinbutton.vertical > text:disabled, .osd spinbutton:not(.vertical) > text:disabled { @@ -440,31 +479,59 @@ treeview entry.flat:focus-within, treeview entry:focus-within { } } -popover.background.touch-selection button, popover.background.magnifier button, .osd button { +toast button, menubutton.osd > button, popover.background.touch-selection button, popover.background.magnifier button, .osd button { color: #D3DAE3; border-color: #434655; background-color: #333641; } -popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { +toast button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { color: #5294e2; border-color: #434655; background-color: #3e4250; } -popover.background.touch-selection button:active, popover.background.magnifier button:active, .osd button:active, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:checked { - background-clip: padding-box; +toast button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .osd button:active, toast button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:checked, toast button.keyboard-activating, popover.background.touch-selection button.keyboard-activating, popover.background.magnifier button.keyboard-activating, .osd button.keyboard-activating { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } -popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled { +toast button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled { color: #5b5f68; border-color: #434655; background-color: rgba(51, 54, 65, 0.85); } +toast button.flat, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, .osd button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; +} + +toast button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, .osd button.flat:hover { + color: #5294e2; + border-color: #434655; + background-color: #3e4250; +} + +toast button.flat:active, popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .osd button.flat:active, toast button.flat:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, .osd button.flat:checked, toast button.flat.keyboard-activating, popover.background.touch-selection button.flat.keyboard-activating, popover.background.magnifier button.flat.keyboard-activating, .osd button.flat.keyboard-activating { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; + background-clip: border-box; +} + +toast button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, .osd button.flat:disabled { + color: #5b5f68; + border-color: transparent; + background-color: transparent; + background-image: none; + background-image: none; +} + button { min-height: 22px; @@ -474,8 +541,9 @@ button { border-radius: 2px; padding: 2px 6px; color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } @@ -483,7 +551,8 @@ button separator { margin: 4px 1px; } -button.sidebar-button, +splitbutton.flat > button, +splitbutton.flat > menubutton > button, menubutton.flat > button, button.sidebar-button, .toolbar button, button.flat { border-color: transparent; background-color: transparent; @@ -491,49 +560,60 @@ button.flat { transition: none; } -button.sidebar-button:hover, +splitbutton.flat > button:hover, +splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, button.sidebar-button:hover, .toolbar button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 250ms; } -button.sidebar-button:hover:active, +splitbutton.flat > button:hover:active, +splitbutton.flat > menubutton > button:hover:active, menubutton.flat > button:hover:active, button.sidebar-button:hover:active, .toolbar button:hover:active, button.flat:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +splitbutton.flat > button:disabled, +splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, button.sidebar-button:disabled, .toolbar button:disabled, +button.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; +} + button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; +} + + +button:focus { + box-shadow: none; } button:active, -button:checked { +button:checked, +button.keyboard-activating { color: #ffffff; border-color: #2679db; background-color: #5294e2; - background-clip: border-box; + box-shadow: none; transition-duration: 50ms; } button:active:not(:disabled) label:disabled, -button:checked:not(:disabled) label:disabled { +button:checked:not(:disabled) label:disabled, +button.keyboard-activating:not(:disabled) label:disabled { color: inherit; opacity: 0.6; } -button.flat:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; -} - - button:disabled { border-color: rgba(0, 0, 0, 0.05); background-color: rgba(255, 255, 255, 0.55); @@ -562,10 +642,36 @@ button:disabled:checked { } +button:disabled { + filter: opacity(0.45); +} + + +button:disabled label { + filter: none; +} + + +button.arrow-button { + padding-left: 6px; + padding-right: 6px; +} + + +button.arrow-button > box { + border-spacing: 4px; +} + + +button.arrow-button.text-button > box { + border-spacing: 4px; +} + + button.image-button { min-width: 24px; - padding-left: 5px; - padding-right: 5px; + padding-left: 6px; + padding-right: 6px; } @@ -575,31 +681,53 @@ button.text-button { } -button.text-button.image-button { - padding-left: 5px; - padding-right: 5px; +button.text-button.image-button, +button.image-text-button { + padding-left: 6px; + padding-right: 6px; +} + + +button.text-button.image-button > box, +button.text-button.image-button > box > box, +button.image-text-button > box, +button.image-text-button > box > box { + border-spacing: 4px; } -button.text-button.image-button label:first-child { +button.text-button.image-button > box > label, +button.text-button.image-button > box > box > label, +button.image-text-button > box > label, +button.image-text-button > box > box > label { + padding-left: 2px; + padding-right: 2px; +} + + +button.text-button.image-button label:first-child, +button.image-text-button label:first-child { padding-left: 8px; padding-right: 2px; } -button.text-button.image-button label:last-child { +button.text-button.image-button label:last-child, +button.image-text-button label:last-child { padding-right: 8px; padding-left: 2px; } -button.text-button.image-button label:only-child { +button.text-button.image-button label:only-child, +button.image-text-button label:only-child { padding-left: 8px; padding-right: 8px; } -button.text-button.image-button.popup { +button.text-button.image-button.popup, +button.image-text-button.popup { padding-right: 8px; padding-left: 8px; } @@ -615,7 +743,8 @@ button:drop(active) { button.osd { color: #D3DAE3; background-color: #282A33; - border-color: #16171c; + border-color: #434655; + box-shadow: none; } @@ -632,10 +761,12 @@ button.osd:hover { button.osd:active, -button.osd:checked { +button.osd:checked, +button.osd.keyboard-activating { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } @@ -645,32 +776,6 @@ button.osd:disabled { background-color: rgba(51, 54, 65, 0.85); } -.osd button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; -} - -.osd button.flat:hover { - color: #5294e2; - border-color: #434655; - background-color: #3e4250; -} - -.osd button.flat:disabled { - color: #5b5f68; - border-color: #434655; - background-color: rgba(51, 54, 65, 0.85); - background-image: none; -} - -.osd button.flat:active, .osd button.flat:checked { - color: #ffffff; - border-color: #5294e2; - background-color: #5294e2; -} - .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } @@ -701,7 +806,8 @@ button.suggested-action:hover { button.suggested-action:active, -button.suggested-action:checked { +button.suggested-action:checked, +button.suggested-action.keyboard-activating { background-clip: border-box; color: white; background-color: #7eafe9; @@ -754,7 +860,8 @@ button.destructive-action:hover { button.destructive-action:active, -button.destructive-action:checked { +button.destructive-action:checked, +button.destructive-action.keyboard-activating { background-clip: border-box; color: white; background-color: #f4797e; @@ -812,22 +919,16 @@ stackswitcher > button.needs-attention:active > label, stackswitcher > button.ne background-image: none; } - -button.font separator, -button.file separator { - background-color: transparent; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button, button.nautilus-circular-button.image-button, button.circular, +menubutton.circular > button, button.circular, button.circular-button, .app-notification button.flat, button.close { min-height: 24px; min-width: 24px; padding: 2px; - border-radius: 100px; + border-radius: 9999px; } -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button label, button.nautilus-circular-button.image-button label, button.circular label, +menubutton.circular > button label, button.circular label, button.circular-button label, .app-notification button.flat label, button.close label { padding: 0; @@ -919,11 +1020,12 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button { border-left-style: none; + margin-left: 0; } .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); } .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), @@ -1048,6 +1150,7 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- .osd .linked:not(.vertical) > button + button { border-left-style: none; + margin-left: 0; } .osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), @@ -1303,11 +1406,12 @@ headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) .linked.vertical > button + button { border-top-style: none; + margin-left: 0; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), @@ -1379,8 +1483,10 @@ spinbutton.vertical > button:only-child, spinbutton.vertical > text:only-child, border-style: solid; } -tabbox > tab button:active, tabbox > tab button:hover, tabbox > tab button, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:hover, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, -list > row button.image-button:not(.flat):not(.up):not(.down), .toolbar button, modelbutton.flat { +tabbar tab button.image-button:active, +dnd tab button.image-button:active, tabbar tab button.image-button:hover, +dnd tab button.image-button:hover, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:hover, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +list > row button.image-button:not(.flat):not(.up):not(.down), modelbutton.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -1441,27 +1547,6 @@ modelbutton.flat arrow.right { margin: 2px; } -.toolbar button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -.toolbar button:active { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -.toolbar button:disabled { - border-color: rgba(0, 0, 0, 0.05); - background-color: rgba(255, 255, 255, 0.55); -} - -.toolbar button:disabled label, .toolbar button:disabled { - color: rgba(70, 72, 83, 0.55); -} - popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat):not(.up):not(.down) { border: 1px solid rgba(0, 0, 0, 0); @@ -1470,8 +1555,9 @@ list > row button.image-button:not(.flat):not(.up):not(.down) { popover.menu box.circular-buttons button.circular.image-button.model:hover, list > row button.image-button:not(.flat):not(.up):not(.down):hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } popover.menu box.circular-buttons button.circular.image-button.model:active, popover.menu box.circular-buttons button.circular.image-button.model:checked, @@ -1480,20 +1566,23 @@ list > row button.image-button:not(.flat):not(.up):not(.down):checked { color: #ffffff; border-color: #2679db; background-color: #5294e2; + box-shadow: none; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, list > row button.image-button:not(.flat):not(.up):not(.down).suggested-action { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, list > row button.image-button:not(.flat):not(.up):not(.down).destructive-action { color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } button.link, @@ -1528,7 +1617,7 @@ link:active { color: #dceaf9; } -.selection-mode hdyleaflet headerbar .subtitle:link, .selection-mode leaflet.unfolded headerbar .subtitle:link, infobar.info > revealer > box link, infobar.question > revealer > box link, infobar.warning > revealer > box link, infobar.error > revealer > box link, headerbar.selection-mode .subtitle:link, button.link:selected, *:selected button.link, +infobar.info > revealer > box link, infobar.question > revealer > box link, infobar.warning > revealer > box link, infobar.error > revealer > box link, headerbar.selection-mode .subtitle:link, button.link:selected, *:selected button.link, link:selected, *:selected link { color: #dceaf9; } @@ -1542,6 +1631,8 @@ button.link > label { } spinbutton { + outline: none; + box-shadow: none; font-feature-settings: "tnum"; } @@ -1592,7 +1683,7 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), @@ -1673,6 +1764,7 @@ spinbutton.vertical > text:drop(active) + button { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } .osd spinbutton.vertical > button:first-child:disabled { @@ -1705,6 +1797,12 @@ combobox button.combo { min-width: 0; padding-left: 8px; padding-right: 8px; + margin: 0; +} + +dropdown entry.combo, +combobox entry.combo { + margin: 0; } dropdown arrow, @@ -1761,7 +1859,7 @@ combobox > popover.menu > contents modelbutton { dropdown popover, combobox popover { - margin-top: 4px; + margin-top: 6px; padding: 0; } @@ -1777,15 +1875,15 @@ combobox popover listview > row { dropdown popover listview > row:selected, combobox popover listview > row:selected { - outline-color: rgba(0, 0, 0, 0.15); + outline-color: rgba(0, 0, 0, 0.12); color: #ffffff; background-color: #5294e2; } dropdown popover .dropdown-searchbar, combobox popover .dropdown-searchbar { - padding: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + padding: 6px; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } toolbar { @@ -1810,33 +1908,6 @@ toolbar.vertical separator { background-color: transparent; } -toolbar.osd { - padding: 8px; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #282A33; -} - -toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -toolbar.osd.top { - border-width: 0 0 1px 0; -} - -toolbar.osd.bottom { - border-width: 1px 0 0 0; -} - -toolbar.osd.left { - border-width: 0 1px 0 0; -} - -toolbar.osd.right { - border-width: 0 0 0 1px; -} - toolbar switch, toolbar scale, toolbar entry, @@ -1855,29 +1926,31 @@ searchbar > revealer > box { padding: 6px; border-spacing: 6px; border-style: solid; - border-color: #cad5df; + border-color: #e0e0e0; background-color: #fafbfc; border-width: 0 0 1px; + box-shadow: none; } actionbar > revealer > box { padding: 6px; border-spacing: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: #f0f3f6; + box-shadow: none; } headerbar { - padding: 0 10px; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + padding: 0; + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); background-color: #282A33; - min-height: 38px; + min-height: 40px; } headerbar:backdrop { transition: 200ms ease-out; - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); background-color: #2b2e37; } @@ -1965,8 +2038,8 @@ headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.defau box-shadow: none; } -.titlebar { - border-radius: 0 0 0 0; +headerbar > windowhandle > box { + padding: 0 6px; } headerbar > windowhandle > box, @@ -1980,8 +2053,8 @@ headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button, headerbar menubutton { - margin-top: 5px; - margin-bottom: 5px; + margin-top: 6px; + margin-bottom: 6px; } headerbar menubutton > button { @@ -2002,29 +2075,29 @@ headerbar.windowhandle viewswitcher button { } headerbar.windowhandle viewswitcher button:hover { - color: rgba(255, 255, 255, 0.8); - background-color: rgba(228, 235, 241, 0.06); + color: #b2b6bd; + background-color: rgba(224, 229, 235, 0.06); } headerbar.windowhandle viewswitcher button:active { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.15); + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.15); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; } headerbar.windowhandle viewswitcher button:checked { - color: rgba(228, 235, 241, 0.8); - background-color: rgba(228, 235, 241, 0.1); + color: #e0e5eb; + background-color: rgba(224, 229, 235, 0.1); border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 3/0 0 3px; } headerbar.windowhandle viewswitcher button:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.35); background-color: transparent; } headerbar.windowhandle viewswitcher button:checked:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.35); background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 3/0 0 3px; } @@ -2038,7 +2111,7 @@ window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, w .titlebar:not(headerbar) > separator { background-image: image(#282A33); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } .titlebar:not(headerbar) > separator:backdrop { @@ -2054,7 +2127,7 @@ headerbar separator.titlebutton, headerbar separator { } headerbar entry { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #21232a; } @@ -2068,7 +2141,9 @@ headerbar entry:backdrop { } headerbar entry:focus { - color: rgba(255, 255, 255, 0.8); + outline: none; + box-shadow: none; + color: white; border-color: #5294e2; background-color: #262830; background-clip: border-box; @@ -2079,7 +2154,7 @@ headerbar entry:focus image { } headerbar entry:disabled { - color: rgba(228, 235, 241, 0.35); + color: rgba(224, 229, 235, 0.55); border-color: rgba(255, 255, 255, 0.12); background-color: rgba(33, 35, 42, 0.85); } @@ -2128,7 +2203,7 @@ headerbar entry.error selection { } headerbar button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); @@ -2141,7 +2216,7 @@ headerbar button:backdrop { } headerbar button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -2161,7 +2236,7 @@ headerbar button:disabled { } headerbar button:disabled label, headerbar button:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } headerbar button:disabled:active, headerbar button:disabled:checked { @@ -2170,39 +2245,8 @@ headerbar button:disabled:active, headerbar button:disabled:checked { background-color: rgba(82, 148, 226, 0.65); } -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button { - background: none; - border: none; - border-radius: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:hover { - color: rgba(255, 255, 255, 0.8); - background-color: transparent; - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:active { - color: rgba(228, 235, 241, 0.8); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled { - color: rgba(228, 235, 241, 0.4); - background-color: transparent; -} - -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled { - color: rgba(228, 235, 241, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - headerbar button.flat.popup.toggle.sources-button:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } headerbar.selection-mode button { @@ -2273,11 +2317,17 @@ headerbar .linked:not(.vertical) > entry:focus { border-color: #5294e2; } +headerbar stackswitcher.linked:not(.vertical) { + margin-top: 6px; + margin-bottom: 6px; +} + headerbar stackswitcher.linked:not(.vertical) > button { + margin: 0; border-right-width: 0; border-left-width: 0; background-color: #3e4250; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: #55596c; } @@ -2300,11 +2350,11 @@ headerbar stackswitcher.linked:not(.vertical) > button:active, headerbar stacksw } headerbar stackswitcher.linked:not(.vertical) > button:disabled { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } headerbar stackswitcher.linked:not(.vertical) > button:disabled label { - color: rgba(228, 235, 241, 0.4); + color: rgba(224, 229, 235, 0.4); } headerbar button.suggested-action { @@ -2341,7 +2391,7 @@ headerbar button.suggested-action:disabled { } headerbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } headerbar button.suggested-action:backdrop { @@ -2382,7 +2432,7 @@ headerbar button.destructive-action:disabled { } headerbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } headerbar button.destructive-action:backdrop { @@ -2395,7 +2445,7 @@ headerbar spinbutton:not(.vertical):focus { } headerbar spinbutton:not(.vertical) button { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -2411,22 +2461,22 @@ headerbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.ver } headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(228, 235, 241, 0.2); + color: rgba(224, 229, 235, 0.4); } headerbar combobox:disabled { - color: rgba(228, 235, 241, 0.2); + color: rgba(224, 229, 235, 0.4); } headerbar combobox > .linked > button.combo { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; outline-offset: -3px; background-color: rgba(40, 42, 51, 0); border-color: rgba(40, 42, 51, 0); } headerbar combobox > .linked > button.combo:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; box-shadow: none; @@ -2438,7 +2488,7 @@ headerbar combobox > .linked > button.combo:disabled { } headerbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled { - color: rgba(228, 235, 241, 0.3); + color: rgba(224, 229, 235, 0.5); } headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -2457,6 +2507,10 @@ headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: -1px 0 #5294e2; } +headerbar switch { + margin: 0; +} + headerbar switch:backdrop { opacity: 0.75; } @@ -2553,8 +2607,8 @@ path-bar > button image { } treeview.view { - border-left-color: #cad5df; - border-top-color: #cad5df; + border-left-color: #e0e0e0; + border-top-color: #e0e0e0; } treeview.view acceleditor > label { @@ -2635,7 +2689,7 @@ treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, tr treeview.view.trough { color: #464853; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); border-radius: 2px; border-width: 0; } @@ -2698,12 +2752,12 @@ treeview.view header.button.dnd:active { menubar { padding: 0; background-color: #282a33; - color: rgba(228, 235, 241, 0.8); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: #e0e5eb; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); } menubar:backdrop { - color: rgba(228, 235, 241, 0.5); + color: rgba(224, 229, 235, 0.7); } menubar > item { @@ -2721,7 +2775,7 @@ menubar > item:hover { } menubar > item:disabled { - color: rgba(228, 235, 241, 0.45); + color: rgba(224, 229, 235, 0.45); } menubar > item popover.menu.background > contents { @@ -2743,18 +2797,19 @@ popover.menu { popover.menu > arrow, popover.menu.background > contents { background-color: #ffffff; - border-radius: 0; - border: 1px solid rgba(0, 0, 0, 0.15); - padding: 6px 0; + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.12); + padding: 3px; + color: #4a4c59; } popover.menu.background separator { - margin: 4px 0; + margin: 3px 0; background-color: #ffffff; } popover.menu box.inline-buttons { - padding: 0 6px; + padding: 0; } popover.menu box.inline-buttons button.image-button.model { @@ -2778,7 +2833,7 @@ popover.menu box.inline-buttons button.image-button.model:selected { popover.menu box.inline-buttons button.image-button.model:active { color: #464853; background-color: rgba(70, 72, 83, 0.2); - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } popover.menu box.circular-buttons { @@ -2791,13 +2846,13 @@ popover.menu box.circular-buttons button.circular.image-button.model { popover.menu box.circular-buttons button.circular.image-button.model:focus { background-color: rgba(70, 72, 83, 0.1); - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } popover.menu box.circular-buttons button.circular.image-button.model:active { color: #464853; background-color: rgba(70, 72, 83, 0.2); - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } popover.menu check, popover.menu check:hover, popover.menu check:active, popover.menu check:selected, popover.menu check:checked, @@ -2823,22 +2878,21 @@ popover.menu check.right { margin-right: -6px; } -popover.menu .linked > button:first-child { - margin-left: 6px; -} - -popover.menu .linked > button:last-child { - margin-right: 6px; -} - popover.menu modelbutton { min-height: 24px; min-width: 38px; - padding: 2px 18px; + padding: 2px 12px; border: none; outline: none; box-shadow: none; - border-radius: 0; + color: #464853; + border-radius: 2px; +} + +popover.menu modelbutton:focus:not(:hover):not(:active) { + color: #464853; + background-color: transparent; + transition: background-color 0, color 0; } popover.menu modelbutton:hover { @@ -2858,21 +2912,18 @@ popover.menu label.title { popover.background { font: initial; -} - -popover.background, popover.background:backdrop { background-color: transparent; - border-radius: 3px; } popover.background > arrow, popover.background > contents { - padding: 12px; + padding: 6px; background-clip: border-box; background-color: #ffffff; - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); + color: #4a4c59; } popover.background separator { @@ -2891,7 +2942,6 @@ popover.background > contents > toolbar { } popover.background > contents separator { - background-color: rgba(210, 211, 212, 0.405); margin: 3px; } @@ -2899,6 +2949,16 @@ popover.background > contents list separator { margin: 0; } +popover.background > contents listview { + background-color: transparent; + padding: 0; +} + +popover.background > contents listview > row { + margin: 0; + border-radius: 2px; +} + .osd popover.background, popover.background.touch-selection, popover.background.magnifier { background-color: transparent; } @@ -2907,8 +2967,8 @@ popover.background > contents list separator { .osd popover.background > contents, popover.background.touch-selection > arrow, popover.background.touch-selection > contents, popover.background.magnifier > arrow, popover.background.magnifier > contents { - border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: none; + padding: 0; + margin: 0; } magnifier { @@ -2935,7 +2995,7 @@ notebook { } notebook.frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } notebook > stack:not(:only-child) { @@ -2949,7 +3009,7 @@ notebook > header { notebook > header.top { padding-bottom: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.top > tabs > tab { @@ -2980,7 +3040,7 @@ notebook > header.top > tabs > tab:checked { notebook > header.bottom { padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.bottom > tabs > tab { @@ -3011,7 +3071,7 @@ notebook > header.bottom > tabs > tab:checked { notebook > header.right { padding-left: 0; - border-left: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.right > tabs > tab { @@ -3042,7 +3102,7 @@ notebook > header.right > tabs > tab:checked { notebook > header.left { padding-right: 0; - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); } notebook > header.left > tabs > tab { @@ -3159,19 +3219,19 @@ scrollbar { } scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.12); } scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.12); } scrollbar button { @@ -3245,12 +3305,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; - min-width: 38px; + min-width: 40px; } scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; - min-height: 38px; + min-height: 40px; } scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { @@ -3258,15 +3318,15 @@ scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { } scrollbar.horizontal slider { - min-width: 38px; + min-width: 40px; } scrollbar.vertical slider { - min-height: 38px; + min-height: 40px; } treeview ~ scrollbar.vertical { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin-top: -1px; } @@ -3278,18 +3338,20 @@ switch { background-repeat: no-repeat; background-position: center center; transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + padding: 0; } -switch slider { +switch > slider { min-width: 0; min-height: 0; } -switch, switch slider { +switch, switch > slider { outline-color: transparent; color: transparent; border: none; box-shadow: none; + background-color: transparent; } switch { @@ -3601,6 +3663,12 @@ radio { min-width: 16px; min-height: 16px; margin: 0 2px; + -gtk-icon-size: 16px; + padding: 0; + background-color: transparent; + border: none; + box-shadow: none; + color: transparent; } check:only-child, @@ -3633,7 +3701,7 @@ scale.fine-tune > trough { scale > trough { outline-offset: 2px; border-radius: 2.5px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } scale > trough:disabled { @@ -3921,7 +3989,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 2px; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } levelbar.horizontal.discrete trough > block { @@ -3966,7 +4034,7 @@ window.dialog.print drawing { } window.dialog.print drawing paper { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); background: #ffffff; padding: 0; } @@ -3977,7 +4045,7 @@ window.dialog.print .dialog-action-box { frame, .frame { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } frame { @@ -3989,7 +4057,7 @@ frame > label { } scrolledwindow overshoot.top { - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 100% 3%, 100% 50%; background-repeat: no-repeat; background-position: top; @@ -3999,7 +4067,7 @@ scrolledwindow overshoot.top { } scrolledwindow overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 100% 3%, 100% 50%; background-repeat: no-repeat; background-position: bottom; @@ -4009,7 +4077,7 @@ scrolledwindow overshoot.bottom { } scrolledwindow overshoot.left { - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 3% 100%, 50% 100%; background-repeat: no-repeat; background-position: left; @@ -4019,7 +4087,7 @@ scrolledwindow overshoot.left { } scrolledwindow overshoot.right { - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); + background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(70, 72, 83, 0.07), rgba(70, 72, 83, 0)); background-size: 3% 100%, 50% 100%; background-repeat: no-repeat; background-position: right; @@ -4074,7 +4142,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; - border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 1px, transparent 1px) 0 0 0 1/0 1px stretch; background-color: rgba(0, 0, 0, 0.05); } @@ -4083,15 +4151,28 @@ scrolledwindow junction:dir(rtl) { } separator { - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); min-width: 1px; min-height: 1px; } +separator.spacer { + background: none; +} + +separator.spacer.horizontal { + min-width: 12px; +} + +separator.spacer.vertical { + min-height: 12px; +} + listview, list { + color: #4a4c59; background-color: #ffffff; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); } listview > row, @@ -4112,13 +4193,33 @@ list > row.expander .row-header { listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), list.horizontal row.separator, list.separators.horizontal > row:not(.separator) { - border-left: 1px solid #cad5df; + border-left: 1px solid #e0e0e0; } listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), list:not(.horizontal) row.separator, list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid #cad5df; + border-bottom: 1px solid #e0e0e0; +} + +row label.subtitle { + font-size: smaller; +} + +row > box.header { + margin-left: 12px; + margin-right: 12px; + min-height: 50px; +} + +row > box.header > .icon:disabled { + filter: opacity(0.45); +} + +row > box.header > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; } row.activatable.has-open-popup, row.activatable:hover { @@ -4139,6 +4240,124 @@ row.activatable:disabled image { color: inherit; } +row.combo listview.inline { + background: none; + border: none; + box-shadow: none; + color: inherit; +} + +row.combo listview.inline, row.combo listview.inline:disabled { + background: none; + color: inherit; +} + +row.combo popover > contents { + min-width: 120px; +} + +list.content > row, list.content > row.expander row.header, +list.boxed-list > row, +list.boxed-list > row.expander row.header, row.expander list.nested > row { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +list.content > row:not(:selected).activatable:hover, list.content > row.expander row.header:not(:selected).activatable:hover, +list.boxed-list > row:not(:selected).activatable:hover, +list.boxed-list > row.expander row.header:not(:selected).activatable:hover, row.expander list.nested > row:not(:selected).activatable:hover { + background-color: alpha(currentColor,0.03); +} + +list.content > row:not(:selected).activatable:active, list.content > row.expander row.header:not(:selected).activatable:active, +list.boxed-list > row:not(:selected).activatable:active, +list.boxed-list > row.expander row.header:not(:selected).activatable:active, row.expander list.nested > row:not(:selected).activatable:active { + background-color: alpha(currentColor,0.08); +} + +list.content > row:not(:selected).activatable.has-open-popup, list.content > row.expander row.header:not(:selected).activatable.has-open-popup, +list.boxed-list > row:not(:selected).activatable.has-open-popup, +list.boxed-list > row.expander row.header:not(:selected).activatable.has-open-popup, row.expander list.nested > row:not(:selected).activatable.has-open-popup { + background-color: alpha(currentColor,0.03); +} + +row.expander { + background: none; + padding: 0px; +} + +row.expander > box > list { + background: none; + color: inherit; +} + +row.expander list.nested { + background-color: alpha(#ffffff,0.5); + color: inherit; +} + +row.expander image.expander-row-arrow { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +} + +row.expander image.expander-row-arrow:dir(ltr) { + margin-left: 6px; +} + +row.expander image.expander-row-arrow:dir(rtl) { + margin-right: 6px; +} + +row.expander:checked image.expander-row-arrow { + -gtk-icon-transform: rotate(0turn); +} + +row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { + -gtk-icon-transform: rotate(-0.25turn); +} + +row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { + -gtk-icon-transform: rotate(0.25turn); +} + +row.expander:checked image.expander-row-arrow:not(:disabled) { + color: #5294e2; +} + +.osd row.expander:checked image.expander-row-arrow:not(:disabled) { + color: inherit; +} + +row.expander image.expander-row-arrow:disabled { + filter: opacity(0.45); +} + +/***************** + * Boxed Lists * + *****************/ +list.content > row.expander, +list.boxed-list > row.expander { + border: none; +} + +list.content > row:first-child, list.content > row:first-child.expander row.header, +list.boxed-list > row:first-child, +list.boxed-list > row:first-child.expander row.header { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, +list.boxed-list > row:last-child, +list.boxed-list > row:last-child.expander:not(:checked), +list.boxed-list > row:last-child.expander:not(:checked) row.header, +list.boxed-list > row:last-child.expander:checked list.nested, +list.boxed-list > row:last-child.expander:checked list.nested > row:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-width: 0; +} + columnview > listview > row { padding: 0; } @@ -4151,8 +4370,24 @@ columnview > listview > row > cell:not(:first-child) { border-left: 1px solid transparent; } -columnview.column-separators > listview > row > cell { - border-left-color: #cad5df; +columnview > header > button { + padding-left: 6px; + padding-right: 6px; + border-left: 1px solid transparent; +} + +columnview > header > button:first-child { + border-left-width: 0; +} + +columnview.column-separators > listview > row > cell, +columnview.column-separators > header > button { + border-left-color: rgba(0, 0, 0, 0.12); +} + +columnview > listview:not(.horizontal).separators > row:not(.separator) { + border-top: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: none; } columnview.data-table > listview > row > cell { @@ -4160,12 +4395,16 @@ columnview.data-table > listview > row > cell { padding-bottom: 2px; } +columnview ~ undershoot.top { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); +} + treeexpander { border-spacing: 4px; } columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 1px dashed rgba(0, 0, 0, 0.15); + outline: 1px dashed rgba(0, 0, 0, 0.12); outline-offset: -2px; } @@ -4228,6 +4467,7 @@ columnview row:not(:selected) cell editablelabel.editing text selection { color: #ffffff; border-color: #5294e2; background-color: #5294e2; + background-clip: border-box; } .app-notification button:disabled { @@ -4236,30 +4476,39 @@ columnview row:not(:selected) cell editablelabel.editing text selection { background-color: rgba(51, 54, 65, 0.85); } -expander arrow { +expander { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } -expander arrow:dir(rtl) { +expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } -expander arrow:hover { +expander:hover { color: #9093a2; } -expander arrow:checked { +expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +expander:disabled { + filter: opacity(0.45); +} + expander-widget > box > title { border-radius: 2px; } -expander-widget > box > title:hover > expander { +expander-widget > box > title > expander { color: rgba(70, 72, 83, 0.75); + opacity: 1; +} + +expander-widget > box > title:hover > expander { + color: #464853; } .navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), @@ -4274,11 +4523,11 @@ expander-widget:not(decoration):not(window):drop(active) { calendar { color: #464853; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); } calendar > header { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } calendar > header > button { @@ -4295,7 +4544,7 @@ calendar > header > button:backdrop { calendar > grid > label.today { border-radius: 2px; box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } calendar > grid > label.today:selected { @@ -4305,7 +4554,7 @@ calendar > grid > label.today:selected { } calendar > grid > label:focus { - outline-color: rgba(0, 0, 0, 0.15); + outline-color: rgba(0, 0, 0, 0.12); outline-offset: -2px; outline-width: 1px; outline-style: dashed; @@ -4329,7 +4578,7 @@ window.dialog.message .linked:not(.vertical) > button:active, window.dialog.message .linked:not(.vertical) > button:checked, window.dialog.message .linked:not(.vertical) > button:disabled { border-radius: 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); border-right: none; border-bottom: none; } @@ -4358,10 +4607,7 @@ window.dialog.message .linked:not(.vertical) > button:only-child { window.dialog.message.background { background-color: #282A33; - color: rgba(228, 235, 241, 0.8); -} - -window.dialog.message.background.csd.background { + color: #e0e5eb; border-radius: 2px; border: none; } @@ -4372,7 +4618,7 @@ window.dialog.message .titlebar { border-bottom: none; border-top-left-radius: 2px; border-top-right-radius: 2px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); + box-shadow: none; } window.dialog.message .titlebar:backdrop { @@ -4383,26 +4629,26 @@ window.dialog.message .dialog-action-area button { padding: 6px 10px 8px 10px; border-radius: 0; border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); background-color: #282A33; - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; } window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover { - background-color: rgba(228, 235, 241, 0.06); + background-color: rgba(224, 229, 235, 0.06); } window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, window.dialog.message .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked { - background-color: rgba(228, 235, 241, 0.1); - color: rgba(228, 235, 241, 0.8); + background-color: rgba(224, 229, 235, 0.1); + color: #e0e5eb; } filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); background-color: #fafbfc; } @@ -4425,12 +4671,12 @@ messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button { } .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 1px solid #cad5df; + border-right: 1px solid #e0e0e0; border-left-style: none; } .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #cad5df; + border-left: 1px solid #e0e0e0; border-right-style: none; } @@ -4482,21 +4728,23 @@ stacksidebar row.activatable:active, stacksidebar row.activatable:selected:activ separator.sidebar { background: none; border-right: none; + min-width: 0; + min-height: 0; } .navigation-sidebar { - padding: 6px 0; + padding: 3px 0; } .navigation-sidebar > separator { - margin: 4px; + margin: 3px 0; } .navigation-sidebar > row { min-height: 28px; - padding: 0 8px; + padding: 2px 8px; border-radius: 2px; - margin: 0 2px 2px; + margin: 0 3px 2px; } .navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { @@ -4617,19 +4865,19 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to bottom, #cad5df, #cad5df); + background-image: image(#e0e0e0); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to bottom, #5294e2, #5294e2); + background-image: image(#5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #fafbfc; - background-image: linear-gradient(to bottom, #cad5df, #cad5df), linear-gradient(to bottom, #cad5df, #cad5df); + background-image: image(#e0e0e0), image(#e0e0e0); background-size: 1px 1px, 1px 1px; } @@ -4713,13 +4961,13 @@ infobar.info > revealer > box selection, infobar.question > revealer > box selec background-color: #ffffff; } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button, .nautilus-window .floating-bar button, infobar.info > revealer > box button, infobar.question > revealer > box button, infobar.warning > revealer > box button, infobar.error > revealer > box button { +infobar.info > revealer > box button, infobar.question > revealer > box button, infobar.warning > revealer > box button, infobar.error > revealer > box button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button, .nautilus-window .floating-bar button.flat, infobar.info > revealer > box button.flat, infobar.question > revealer > box button.flat, infobar.warning > revealer > box button.flat, infobar.error > revealer > box button.flat { +infobar.info > revealer > box button.flat, infobar.question > revealer > box button.flat, infobar.warning > revealer > box button.flat, infobar.error > revealer > box button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -4727,32 +4975,32 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable b background-color: rgba(255, 255, 255, 0); } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled, .nautilus-window .floating-bar button.flat:disabled, infobar.info > revealer > box button.flat:disabled, infobar.question > revealer > box button.flat:disabled, infobar.warning > revealer > box button.flat:disabled, infobar.error > revealer > box button.flat:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled label, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, infobar.info > revealer > box button.flat:disabled label, infobar.question > revealer > box button.flat:disabled label, infobar.warning > revealer > box button.flat:disabled label, infobar.error > revealer > box button.flat:disabled label { +infobar.info > revealer > box button.flat:disabled, infobar.question > revealer > box button.flat:disabled, infobar.warning > revealer > box button.flat:disabled, infobar.error > revealer > box button.flat:disabled, infobar.info > revealer > box button.flat:disabled label, infobar.question > revealer > box button.flat:disabled label, infobar.warning > revealer > box button.flat:disabled label, infobar.error > revealer > box button.flat:disabled label { color: rgba(255, 255, 255, 0.4); } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:hover, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:hover, .nautilus-window .floating-bar button:hover, infobar.info > revealer > box button:hover, infobar.question > revealer > box button:hover, infobar.warning > revealer > box button:hover, infobar.error > revealer > box button:hover { +infobar.info > revealer > box button:hover, infobar.question > revealer > box button:hover, infobar.warning > revealer > box button:hover, infobar.error > revealer > box button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.65); } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:active, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:active, .nautilus-window .floating-bar button:active, infobar.info > revealer > box button:active, infobar.question > revealer > box button:active, infobar.warning > revealer > box button:active, infobar.error > revealer > box button:active, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:checked, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:checked, .nautilus-window .floating-bar button:checked, infobar.info > revealer > box button:checked, infobar.question > revealer > box button:checked, infobar.warning > revealer > box button:checked, infobar.error > revealer > box button:checked { +infobar.info > revealer > box button:active, infobar.question > revealer > box button:active, infobar.warning > revealer > box button:active, infobar.error > revealer > box button:active, infobar.info > revealer > box button:checked, infobar.question > revealer > box button:checked, infobar.warning > revealer > box button:checked, infobar.error > revealer > box button:checked { color: #ffffff; background-color: rgba(255, 255, 255, 0.35); border-color: rgba(255, 255, 255, 0.65); } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled { +infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled { background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled label, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled label, .nautilus-window .floating-bar button:disabled label, infobar.info > revealer > box button:disabled label, infobar.question > revealer > box button:disabled label, infobar.warning > revealer > box button:disabled label, infobar.error > revealer > box button:disabled label { +infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled, infobar.info > revealer > box button:disabled label, infobar.question > revealer > box button:disabled label, infobar.warning > revealer > box button:disabled label, infobar.error > revealer > box button:disabled label { color: rgba(255, 255, 255, 0.5); } -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:active, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:active, .nautilus-window .floating-bar button:disabled:active, infobar.info > revealer > box button:disabled:active, infobar.question > revealer > box button:disabled:active, infobar.warning > revealer > box button:disabled:active, infobar.error > revealer > box button:disabled:active, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:checked, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, infobar.info > revealer > box button:disabled:checked, infobar.question > revealer > box button:disabled:checked, infobar.warning > revealer > box button:disabled:checked, infobar.error > revealer > box button:disabled:checked { +infobar.info > revealer > box button:disabled:active, infobar.question > revealer > box button:disabled:active, infobar.warning > revealer > box button:disabled:active, infobar.error > revealer > box button:disabled:active, infobar.info > revealer > box button:disabled:checked, infobar.question > revealer > box button:disabled:checked, infobar.warning > revealer > box button:disabled:checked, infobar.error > revealer > box button:disabled:checked { color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.4); @@ -4859,14 +5107,16 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #464853; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + outline: none; } colorswatch#add-color-button:hover { color: #23242a; - border-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.12); background-color: white; + box-shadow: none; } colorswatch#add-color-button overlay { @@ -4880,7 +5130,7 @@ button.color { } button.color > colorswatch:only-child { - box-shadow: 0 1px rgba(0, 0, 0, 0.15); + box-shadow: 0 1px rgba(0, 0, 0, 0.12); } button.color > colorswatch:only-child, button.color > colorswatch:only-child > overlay { @@ -4918,12 +5168,6 @@ colorchooser .popover.osd { background-color: transparent; } -.scale-popup button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - shortcuts-section { margin: 20px; } @@ -4943,7 +5187,7 @@ shortcut > .keycap { padding: 3px 6px 4px 6px; color: #464853; background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } @@ -4955,11 +5199,19 @@ shortcut > .keycap { caret-color: #F08437; } -stackswitcher button.text-button { +stackswitcher { + background-color: transparent; +} + +stackswitcher > button { + margin: 0; +} + +stackswitcher > button.text-button { min-width: 80px; } -stackswitcher button.circular { +stackswitcher > button.circular { min-width: 0; } @@ -4976,30 +5228,27 @@ stackswitcher.circular > button.text-button.circular { window { border: none; -} - -window.csd { + outline: none; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.12); - margin: 0px; + margin: 0; border-radius: 0; transition: 200ms ease-out; } -window.csd:backdrop { +window:backdrop { box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.12); } -window.csd.popup { +window.popup { border-radius: 0; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.15); + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12); } -window.csd.dialog.message { - border-radius: 2px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.02); +window.dialog.message { + border-radius: 3px; } -window.csd.solid-csd { +window.solid-csd { margin: 0; padding: 0; border: solid 2px #32343D; @@ -5012,18 +5261,10 @@ window.maximized, window.fullscreen, window.tiled, window.tiled-top, window.tile box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); } -window.popup { - box-shadow: none; -} - window.ssd { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12); } -.monospace { - font-family: monospace; -} - headerbar windowcontrols > button, .csd headerbar windowcontrols > button, .solid-csd headerbar windowcontrols > button { margin: 0; padding: 0; @@ -5036,7 +5277,7 @@ headerbar windowcontrols > button, .csd headerbar windowcontrols > button, .soli } headerbar windowcontrols > button:hover { - color: rgba(228, 235, 241, 0.8); + color: #e0e5eb; border-color: rgba(255, 255, 255, 0.12); background-color: #333641; } @@ -5144,8 +5385,7 @@ headerbar windowcontrols > button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, .view:selected, .view:selected:focus, +.view:selected, .view:selected:focus, textview > text:selected, textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, iconview:selected, @@ -5153,8 +5393,7 @@ iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selec background-color: #5294e2; } -row:selected label, label:selected, .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, .view:selected, .view:selected:focus, +row:selected label, label:selected, .view:selected, .view:selected:focus, textview > text:selected, textview > text:selected:focus, textview > text > selection:focus, textview > text > selection, iconview:selected, @@ -5162,8 +5401,7 @@ iconview:selected:focus, flowbox > flowboxchild:selected, gridview > child:selec color: #ffffff; } -row:selected label:disabled, label:disabled:selected, .nemo-window .sidebar .view.cell:disabled:selected, .nemo-window .sidebar row.cell:disabled:selected, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected, .polari-room-list .sidebar .activatable:disabled:selected, .polari-room-list .sidebar .inactive:disabled:selected, .polari-room-list .sidebar .room-list-header:disabled:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, list.tweak-categories > row.activatable.tweak-category:disabled:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled:selected, list.gedit-document-panel row.activatable:disabled:selected, .view:disabled:selected, +row:selected label:disabled, label:disabled:selected, .view:disabled:selected, textview > text:disabled:selected, textview > text:disabled:selected:focus, textview > text > selection:disabled, iconview:disabled:selected, @@ -5186,13 +5424,13 @@ popover.emoji-picker > contents { .emoji-searchbar { padding: 4px; border-spacing: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .emoji-toolbar { padding: 2px; border-spacing: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); + border-top: 1px solid rgba(0, 0, 0, 0.12); } button.emoji-section { @@ -5234,7 +5472,7 @@ emoji-completion-row:hover { } emoji-completion-row emoji:focus, emoji-completion-row emoji:hover { - background-color: rgba(0, 0, 0, 0.15); + background-color: rgba(0, 0, 0, 0.12); } popover.entry-completion > contents { @@ -5245,2427 +5483,695 @@ statusbar { padding: 6px 10px; } -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; +avatar { + border-radius: 9999px; + font-weight: bold; } -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; +avatar.color1 { + background-image: linear-gradient(#83b6ec, #337fdc); + color: #cfe1f5; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0; +avatar.color2 { + background-image: linear-gradient(#7ad9f1, #0f9ac8); + color: #caeaf2; } -terminal-window.background.csd.maximized, terminal-window.background.csd.tiled, terminal-window.background.csd.fullscreen, -.mate-terminal.background.csd.maximized, -.mate-terminal.background.csd.tiled, -.mate-terminal.background.csd.fullscreen { - border-radius: 0; +avatar.color3 { + background-image: linear-gradient(#8de6b1, #29ae74); + color: #cef8d8; } -terminal-window decoration, -.mate-terminal decoration { - border-radius: 0 0 0 0; +avatar.color4 { + background-image: linear-gradient(#b5e98a, #6ab85b); + color: #e6f9d7; } -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; +avatar.color5 { + background-image: linear-gradient(#f8e359, #d29d09); + color: #f9f4e1; } -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0 0 0 1px; +avatar.color6 { + background-image: linear-gradient(#ffcb62, #d68400); + color: #ffead1; } -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background: none; - border: none; - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 2px 6px; - border-radius: 0; +avatar.color7 { + background-image: linear-gradient(#ffa95a, #ed5b00); + color: #ffe5c5; } -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - color: rgba(255, 255, 255, 0.8); - background: none; - box-shadow: inset 0 -1px rgba(82, 148, 226, 0.5), 0 1px rgba(82, 148, 226, 0.5); +avatar.color8 { + background-image: linear-gradient(#f78773, #e62d42); + color: #f8d2ce; } -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: rgba(228, 235, 241, 0.8); - background: none; - box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2; +avatar.color9 { + background-image: linear-gradient(#e973ab, #e33b6a); + color: #fac7de; } -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(228, 235, 241, 0.4); +avatar.color10 { + background-image: linear-gradient(#cb78d4, #9945b5); + color: #e7c2e8; } -.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(228, 235, 241, 0.4); - box-shadow: inset 0 -1px rgba(82, 148, 226, 0.4), 0 1px rgba(82, 148, 226, 0.4); +avatar.color11 { + background-image: linear-gradient(#9e91e8, #7a59ca); + color: #d5d2f5; } -.nautilus-window.background.csd { - border-radius: 0 0 0 0; +avatar.color12 { + background-image: linear-gradient(#e3cf9c, #b08952); + color: #f2eade; } -.nautilus-window.background.csd.unified { - border-radius: 0; +avatar.color13 { + background-image: linear-gradient(#be916d, #785336); + color: #e5d6ca; } -.nautilus-window.background.csd placessidebar.sidebar { - border-bottom-left-radius: 0; +avatar.color14 { + background-image: linear-gradient(#c0bfbc, #6e6d71); + color: #d8d7d3; } -.nautilus-window.background.csd notebook, .nautilus-window.background.csd notebook > stack { - border-radius: 0 0 0 0; +avatar.contrasted { + color: white; } -.nautilus-window headerbar.titlebar .path-bar-box { - margin-top: 5px; - margin-bottom: 5px; - color: rgba(228, 235, 241, 0.8); - background-color: transparent; - border: none; +avatar.image { + background: none; } -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button { - padding: 3px 6px; - margin-top: 0; - margin-bottom: 0; +splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { + box-shadow: none; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px; +.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { + outline: none; } -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button { - padding: 3px 12px; +splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { + background-image: image(alpha(currentColor,0.1)); } -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button label { - padding-left: 0; - padding-right: 0; +splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { + background-image: image(rgba(0, 0, 0, 0.2)); } -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button image { - padding-left: 0; - padding-right: 0; +splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { + background-image: image(rgba(0, 0, 0, 0.15)); } -.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button label { - padding-right: 6px; - padding-left: 6px; +splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { + background-image: image(rgba(0, 0, 0, 0.05)); } -.nautilus-window headerbar.titlebar .path-bar-box.width-maximized { - border: none; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); - background-color: rgba(228, 235, 241, 0.06); - border-radius: 2px; - padding: 0 6px; +splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { + background-image: image(rgba(0, 0, 0, 0.3)); } -.nautilus-window headerbar.titlebar .path-bar-box.background.frame { - border: none; - background-color: transparent; +button.opaque { + background-color: gtkmix(#ffffff, #464853, 85%); + color: #464853; } -.nautilus-canvas-item { - border-radius: 2px; +button.destructive-action { + color: white; } +button.destructive-action, button.destructive-action:checked { + background-color: #F04A50; +} -.nautilus-desktop.nautilus-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); +button.suggested-action { + color: white; } +button.suggested-action, button.suggested-action:checked { + background-color: #5294e2; +} -.nautilus-desktop.nautilus-canvas-item:active { - color: #464853; +button.font separator { + background-color: transparent; } +button.font > box { + border-spacing: 6px; +} -.nautilus-desktop.nautilus-canvas-item:selected { - color: #ffffff; - text-shadow: none; +button.font > box > box > label { + font-weight: bold; } -.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, entry > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, headerbar .nautilus-canvas-item.subtitle, popover.background label.nautilus-canvas-item.separator, -.nautilus-list-dim-label { - color: #a0a2a8; +menubutton.pill > button, button.pill { + padding: 10px 32px; + border-radius: 9999px; } -.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, entry > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #dceaf9; +button.card { + background-clip: padding-box; + font-weight: inherit; + padding: 0; + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; + box-shadow: none; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -.nautilus-window notebook > stack { - background-image: none; +button.card:hover { + color: #23242a; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + box-shadow: none; } -.nautilus-window .searchbar-container { - margin-top: -1px; +button.card.keyboard-activating, button.card:active { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; + box-shadow: none; } -.nautilus-window > menubar { - border: none; +button.card:checked { + color: #ffffff; + border-color: #2679db; + background-color: #5294e2; box-shadow: none; - background: none; } -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; +button.card:drop(active) { + color: #F08437; + box-shadow: inset 0 0 0 1px #F08437; } -.nautilus-list-view treeview.view:not(:selected):not(:hover):not(:focus) { +menubutton.osd { background: none; + color: inherit; } -.disk-space-display { - border-style: solid; - border-width: 1px; +menubutton.suggested-action { + background-color: #5294e2; + color: white; } -.disk-space-display.unknown { - background-color: rgba(70, 72, 83, 0.5); - border-color: rgba(47, 48, 55, 0.5); +menubutton.destructive-action { + background-color: #F04A50; + color: white; } -.disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); +menubutton.opaque { + background-color: gtkmix(#ffffff, #464853, 85%); + color: #464853; } -.disk-space-display.free { - background-color: #f0f3f6; - border-color: #d1dae3; +menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { + border-radius: 2px; } -@keyframes needs_attention_keyframes { - 0% { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #333641; - } - 100% { - color: #ffffff; - border-color: #68a2e6; - background-color: #5294e2; - } +menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { + border-radius: 9999px; } -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; +menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { + background-color: transparent; + color: inherit; } -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; +menubutton.image-button > button { + min-width: 24px; + padding-left: 5px; + padding-right: 5px; } -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; +menubutton arrow { + min-height: 16px; + min-width: 16px; } -.conflict-row.activatable:hover { - background-color: #fd716a; +menubutton arrow.none { + -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); } -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #5294e2; +menubutton arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -.nautilus-window .floating-bar { - padding: 1px; - background-color: #5294e2; - color: #ffffff; - border-radius: 2px 2px 0 0; +menubutton arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; +menubutton arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; +menubutton arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; +splitbutton { + border-radius: 2px; } -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; +splitbutton, splitbutton > separator { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background; } -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; +splitbutton > separator { + margin-top: 6px; + margin-bottom: 6px; + background: none; } -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; +splitbutton > menubutton > button { + padding-left: 4px; + padding-right: 4px; } -.documents-scrolledwin.frame { - border-width: 0; +splitbutton.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; } -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; +splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { + padding-left: 9px; + padding-right: 9px; } -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; +splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { + border-spacing: 6px; } -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(70, 72, 83, 0.3); - border-radius: 2px; +splitbutton > button:dir(ltr), +splitbutton > menubutton > button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + margin-right: -1px; } -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #a9caf1; +splitbutton > button:dir(rtl), +splitbutton > menubutton > button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + margin-left: -1px; } -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #5294e2; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; +splitbutton.flat > separator { + background: rgba(0, 0, 0, 0.12); } -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #639fe5; +splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { + background: alpha(currentColor,0.1); + color: #464853; } -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #4189df; +splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { + background: none; } -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; +splitbutton.flat:focus-within:focus-visible > separator { + background: none; } -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; +splitbutton.flat > button, +splitbutton.flat > menubutton > button { + border-radius: 2px; } -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; +splitbutton.suggested-action { + background-color: #5294e2; + color: white; } -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; +splitbutton.destructive-action { + background-color: #F04A50; + color: white; } -window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; +splitbutton.opaque { + background-color: gtkmix(#ffffff, #464853, 85%); + color: #464853; } -frame.sidebar.chat-sidebar > border { - border-right: none; +splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { + color: inherit; + background-color: transparent; } -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; +splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { + box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); } -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #cad5df; +splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); } -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: #282A33; +splitbutton > menubutton > button > arrow.none { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; +buttoncontent { + border-spacing: 6px; } -widget#STORAGE list { - margin: -1px; +buttoncontent > label { + font-weight: bold; } -widget#STORAGE list row.activatable { - color: rgba(70, 72, 83, 0.75); +buttoncontent > label:dir(ltr) { + padding-right: 2px; } -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(70, 72, 83, 0.75); +buttoncontent > label:dir(rtl) { + padding-left: 2px; } -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #cad5df; +.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { + padding-right: 0; } -graph-switcher-button.toggle { - color: rgba(70, 72, 83, 0.75); - font-weight: 500; +.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { + padding-left: 0; } -graph-switcher-button.toggle:hover { - color: #464853; - background-image: image(rgba(0, 0, 0, 0.05)); +toast { + margin: 12px; + margin-bottom: 24px; + border-radius: 9999px; + border-spacing: 6px; + padding: 6px; } -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; +toast:dir(ltr) { + padding-left: 12px; } -box.speedometer-outter { - opacity: 0.8; +toast:dir(rtl) { + padding-right: 12px; } -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(82, 148, 226, 0.2); +toast > widget { + margin: 0 6px; } -.gb-search-entry-occurrences-tag { - background: none; +statuspage > scrolledwindow > viewport > box { + margin: 36px 12px; + border-spacing: 36px; } -window.org-gnome-Builder > menubar { - border: none; - box-shadow: none; - background: none; +statuspage > scrolledwindow > viewport > box > clamp > box { + border-spacing: 12px; } -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; +statuspage > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 128px; + color: alpha(currentColor,0.45); } -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 0 0 0 0; +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { + opacity: 0.45; } -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294e2; +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 24px; } -layouttab { - background-color: #ffffff; +statuspage.compact > scrolledwindow > viewport > box { + margin: 24px 12px; + border-spacing: 24px; } -layout { - border: 1px solid rgba(0, 0, 0, 0.15); +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 96px; } -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 12px; } -pillbox { - color: #ffffff; - background-color: #5294e2; +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { + font-size: 18pt; +} + +list.content, +list.boxed-list, .card { + color: #464853; + border-color: rgba(0, 0, 0, 0.12); + background-color: white; + outline: none; border-radius: 2px; + box-shadow: none; + border: 1px solid rgba(0, 0, 0, 0.12); + background-clip: padding-box; } -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); +.osd list.content, +.osd list.boxed-list, list.osd.content, +list.osd.boxed-list, .osd .card, .card.osd { + color: #D3DAE3; + border-color: #434655; + background-color: #333641; } -docktabstrip { - padding: 0 6px; - background-color: #fafbfc; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); +.card.activatable { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; +.card.activatable:hover { + background-image: image(alpha(currentColor,0.03)); } -docktabstrip docktab label { - opacity: 0.5; +.card.activatable:active { + background-image: image(alpha(currentColor,0.08)); } -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; +preferencespage > scrolledwindow > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; } -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; +preferencesgroup > box, preferencesgroup > box .labels { + border-spacing: 6px; } -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); +preferencesgroup > box > box.header:not(.single-line) { + margin-bottom: 6px; } -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); +preferencesgroup > box > box.single-line { + min-height: 34px; } -dockoverlayedge { - background-color: #fafbfc; +viewswitcher { + margin: 0; } -dockoverlayedge docktabstrip { - padding: 0; - border: none; +viewswitcher.wide { + border-spacing: 3px; } -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; +viewswitcher.narrow button.toggle { + border-radius: 0; + margin: 0; + border: none; } -popover.messagepopover.background { +viewswitcher button.toggle { + font-weight: bold; padding: 0; + min-height: 0; } -popover.messagepopover .popover-content-area { - margin: 16px; +viewswitcher button.toggle > stack > box.narrow { + font-size: 0.75rem; + padding-top: 7px; + padding-bottom: 5px; + border-spacing: 4px; } -popover.messagepopover .popover-action-area { - margin: 8px; +viewswitcher button.toggle > stack > box.narrow > stack > label { + padding-left: 8px; + padding-right: 8px; } -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; +viewswitcher button.toggle > stack > box.wide { + padding: 0 12px; + border-spacing: 6px; } -popover.popover-selector { +viewswitcherbar actionbar > revealer > box { padding: 0; } -popover.popover-selector list row { - padding: 5px 0; +viewswitchertitle viewswitcher { + margin-left: 12px; + margin-right: 12px; } -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; +indicatorbin > indicator, indicatorbin > mask { + min-width: 6px; + min-height: 6px; + border-radius: 9999px; } -button.dzlmenubuttonitem.check label { - color: #464853; +indicatorbin > indicator { + margin: 1px; + background: alpha(currentColor,0.4); } -button.dzlmenubuttonitem.check label.dim-label { - color: #464853; +indicatorbin > indicator > label { + font-size: 0.6rem; + font-weight: bold; + padding: 1px 4px; + color: white; } -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; +indicatorbin > mask { + padding: 1px; + background: black; } -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; +indicatorbin.needs-attention > indicator { + background: #5294e2; } -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); +indicatorbin.needs-attention > indicator > label { + color: #ffffff; } -preferences stacksidebar.sidebar list separator { - background-color: transparent; +tabbar .box { + min-height: 28px; } -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); +tabbar tabbox > tabboxchild { + border-radius: 0; + margin-bottom: 6px; + margin-top: 6px; } -button.run-arrow-button { - min-width: 12px; +tabbar tabbox > separator { + margin-top: 9px; + margin-bottom: 9px; + transition: opacity 150ms ease-in-out; } -omnibar.linked > entry:not(:only-child) { - border-style: solid; +tabbar tabbox > separator.hidden { + opacity: 0; +} + +tabbar tabbox > revealer > indicator { + min-width: 2px; border-radius: 2px; - margin-left: 1px; - margin-right: 1px; + margin: 9px 6px; + background: alpha(#5294e2,0.5); } -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #464853; +tabbar tab { + transition: background 150ms ease-in-out; } -configurationview entry.flat { - background: none; +tabbar tab:selected, tabbar tab:checked, tabbar tab:active, tabbar tab:active:hover, tabbar tab:checked:hover { + background-color: transparent; + box-shadow: inset 0 -2px #5294e2; + color: #464853; } -configurationview list { - border-width: 0; +tabbar tab:hover { + box-shadow: inset 0 -2px #3d5f8b; } -preferencesbin spinbutton { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); +tabbar .start-action, +tabbar .end-action { + padding: 5px; } -preferencesbin spinbutton:focus { - border-color: #5294e2; +tabbar .start-action:dir(ltr), +tabbar .end-action:dir(rtl) { + padding-right: 0; } -preferencesbin spinbutton entry, preferencesbin spinbutton button { - border: none; - box-shadow: none; +tabbar .start-action:dir(rtl), +tabbar .end-action:dir(ltr) { + padding-left: 0; } -.tweak-categories { - border-radius: 0 0 0 0; +tabbar:not(.inline) .box { + background-color: #fafbfc; + color: rgba(70, 72, 83, 0.75); + padding-bottom: 0; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); + border: none; } -.maximized .tweak-categories, .fullscreen .tweak-categories, .tiled .tweak-categories, .tiled-top .tweak-categories, .tiled-right .tweak-categories, .tiled-bottom .tweak-categories, .tiled-left .tweak-categories { - border-radius: 0; +tabbar:not(.inline):backdrop .box { + transition: 200ms ease-out; } -window.background.csd > hdyleaflet > box.vertical > stack.main-container, -window.background.csd > leaflet > box.vertical > stack.main-container { - border-bottom-right-radius: 0; +tabbar:not(.inline):backdrop .box > scrolledwindow, +tabbar:not(.inline):backdrop .box > .start-action, +tabbar:not(.inline):backdrop .box > .end-action { + filter: opacity(0.5); + transition: 200ms ease-out; } -window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container { - border-bottom-right-radius: 0; +dnd tab { + background-color: #fafbfc; + color: rgba(70, 72, 83, 0.75); + box-shadow: none; + margin: 24px; } -window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories { +tabbar tab, +dnd tab { + min-height: 28px; + padding: 2px 6px 3px 6px; border-radius: 0; } -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow.frame { +tabbar tab button.image-button, +dnd tab button.image-button { + padding: 0; + margin: 0; + min-width: 20px; + min-height: 20px; + border-radius: 9999px; border: none; } -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - border-bottom-right-radius: 0; +tabbar tab button.image-button:hover, +dnd tab button.image-button:hover { + color: #ff4d4d; + background-color: #eaeef2; } -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - border-bottom-right-radius: 1px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view { - background: none; +tabbar tab button.image-button:active, +dnd tab button.image-button:active { + color: #5294e2; + background-color: #e1e7ed; } -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator { - background: none; +tabbar tab indicator, +dnd tab indicator { min-height: 2px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list { - border-radius: 4px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list { - border-radius: 0; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list { - border-radius: 0 0 4px 4px; -} - -window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list, -window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list, -window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list { - border-radius: 4px 4px 0 0; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - border-bottom-left-radius: 0; -} - -window.background.csd.maximized > leaflet > stack.background, -window.background.csd.maximized > hdyleaflet > stack.background, -window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background, -window.background.csd.tiled > hdyleaflet > stack.background, -window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background, -window.background.csd.fullscreen > hdyleaflet > stack.background, -window.background.csd.fullscreen > box.horizontal > stack.background { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - border-bottom-right-radius: 0; -} - -window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view, -window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view { - border-bottom-left-radius: 0; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #fafbfc; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#fafbfc); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #fafbfc; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#fafbfc); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(70, 72, 83, 0.55); - background-image: image(#fafbfc); -} - -.category_page_header_filter_box button:hover { - color: rgba(70, 72, 83, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #464853; -} - -.category_page_header_filter_box button:disabled { - color: rgba(70, 72, 83, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #cad5df, #cad5df) 1 1 1 1/1px 1px 1px 1px stretch; -} - -button.osd.featured-button-left, -button.osd.featured-button-right { - background-image: image(rgba(255, 255, 255, 0.15)); -} - -button.osd.featured-button-left image, -button.osd.featured-button-right image { - color: white; -} - -label.title-1 { - color: white; -} - -label:backdrop.title-1 { - opacity: 0.5; -} - -label.caption { - color: rgba(255, 255, 255, 0.65); -} - -label:backdrop.caption { - opacity: 0.5; -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #5294e2; -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #e9ecf1; - background-color: #282A33; - border: 1px solid #16171c; - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #5294e2; - border-color: #5294e2; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: #1d1e25; -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #5294e2; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #5294e2; border-radius: 2px; + background: alpha(#5294e2,0.5); } -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; +tabview:drop(active), +tabbox:drop(active) { + box-shadow: none; } -window.background > box.vertical box.horizontal list.categories { - background-color: #fafbfc; +.unfolded stacksidebar.sidebar { border: none; - color: #464853; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #464853; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #464853; - background-color: rgba(70, 72, 83, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #5294e2; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #464853; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #464853; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#5294e2); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#f0f3f6); - color: #17181c; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#f1f2f4); - color: #464853; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e8e9eb); - color: #464853; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#5294e2); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #5294e2; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#f6fafe); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#eef4fc); - color: #5294e2; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#5294e2); - color: #ffffff; - transition-duration: 0s; -} - -headerbar.titlebar.incognito-mode entry { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #21232a; -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: rgba(255, 255, 255, 0.8); - border-color: #5294e2; - background-color: #262830; -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(228, 235, 241, 0.35); - border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(33, 35, 42, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(70, 72, 83, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: rgba(228, 235, 241, 0.8); - border-color: rgba(255, 255, 255, 0.12); - background-color: #21232a; -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: rgba(255, 255, 255, 0.8); - border-color: #5294e2; - background-color: #262830; -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(228, 235, 241, 0.35); - border-color: rgba(255, 255, 255, 0.12); - background-color: rgba(33, 35, 42, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #fafbfc; - color: rgba(70, 72, 83, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(70, 72, 83, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #464853; - background-color: rgba(70, 72, 83, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 2px; -} - -popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button { - margin: 3px 6px; -} - -flowboxchild.bookmark-tag-widget { - color: #fafbfc; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #fafbfc; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 2px 16px 4px 16px; - min-width: 24px; - min-height: 24px; - border-radius: 0; - border: none; - color: rgba(70, 72, 83, 0.55); - background-color: rgba(250, 251, 252, 0); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(70, 72, 83, 0.75); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5); -} - -tabbox > tab:checked { - color: #464853; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #5294e2; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 4px 0; - color: #85878e; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeef2; -} - -tabbox > tab button:active { - color: #5294e2; - background-color: #e1e7ed; -} - -tabbox > tab button:active image { - color: #5294e2; -} - -window#gnome-system-monitor > menubar { - border: none; - box-shadow: none; - background: none; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #f0f3f6; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin-top: -1px; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale { - min-height: 20px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; - padding: 0 6px; - border-width: 0; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:hover { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame { - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame { - border: none; -} - -dialog.background.csd > box.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > box.horizontal > box.horizontal > box.horizontal > combobox > .linked > button.combo { - margin: 24px 6px 24px 120px; - background-position: right bottom; -} - -dialog.background.csd headerbar.default-decoration { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -window.background.csd > paned.horizontal > scrolledwindow.frame.sidebar { - border-top: none; -} - -stack > overlay > frame > scrolledwindow.frame { - border-left-width: 0; - border-right-width: 0; -} - -window.background.csd.unified headerbar { - border-radius: 0 0 0 0; -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list, window > leaflet > scrolledwindow > viewport.frame > list, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar, hdyleaflet > stack > frame > grid.vertical > actionbar, -leaflet.unfolded > stack > frame > grid.vertical > actionbar, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list, hdyleaflet > stack > frame > grid.vertical, -leaflet.unfolded > stack > frame > grid.vertical, .polari-room-list .sidebar, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar, .sidebar.vertical > paned.geary-sidebar-pane-separator, .sidebar.vertical > paned.sidebar-pane-separator statusbar, .sidebar.vertical > paned.sidebar-pane-separator, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > leaflet > box.vertical > scrolledwindow.view, list.tweak-categories, textview.view.sourceview.gedit-view window#gtk-tooltip, .gedit-map-frame, .gedit-side-panel-paned, .gedit-document-panel-dragged-row, list.gedit-document-panel { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list:disabled, window > leaflet > scrolledwindow > viewport.frame > list:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled, hdyleaflet > stack > frame > grid.vertical:disabled, -leaflet.unfolded > stack > frame > grid.vertical:disabled, .polari-room-list .sidebar:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator:disabled, .sidebar.vertical > paned.sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.sidebar-pane-separator:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view:disabled, list.tweak-categories:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip:disabled, .gedit-map-frame:disabled, .gedit-side-panel-paned:disabled, .gedit-document-panel-dragged-row:disabled, list.gedit-document-panel:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list label:disabled, window > leaflet > scrolledwindow > viewport.frame > list label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled, hdyleaflet > stack > frame > grid.vertical label:disabled, -leaflet.unfolded > stack > frame > grid.vertical label:disabled, .polari-room-list .sidebar label:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator label:disabled, .sidebar.vertical > paned.sidebar-pane-separator label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view label:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view label:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view label:disabled, list.tweak-categories label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip label:disabled, .gedit-map-frame label:disabled, .gedit-side-panel-paned label:disabled, .gedit-document-panel-dragged-row label:disabled, list.gedit-document-panel label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button, .polari-entry-area button, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.15); - border: none; -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:hover, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:hover, .polari-entry-area button:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.25); -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:active, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:active, .polari-entry-area button:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:active, hdyleaflet > stack > frame > grid.vertical > actionbar button:checked, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:checked, .polari-entry-area button:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:checked { - color: #ffffff; - background-color: #5294e2; -} - -hdyleaflet > stack > frame > grid.vertical > actionbar button:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button:disabled, .polari-entry-area button:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:disabled { - color: rgba(246, 246, 251, 0.35); - background-color: rgba(246, 246, 251, 0.08); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat, .polari-entry-area button.flat, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat { - border: none; - background: none; - box-shadow: none; - color: rgba(246, 246, 251, 0.8); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:hover, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:hover, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:hover, .polari-entry-area button.flat:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.15); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:checked, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:active, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:active, .polari-entry-area button.flat:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:active, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:checked, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:checked, .polari-entry-area button.flat:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:checked { - color: #ffffff; - background-color: #5294e2; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:disabled, -leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:disabled, .polari-entry-area button.flat:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row, .polari-room-list .sidebar .activatable, .polari-room-list .sidebar .inactive, .polari-room-list .sidebar .room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar, list.tweak-categories > row.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view, .gedit-side-panel-paned treeview.view, list.gedit-document-panel row.activatable { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, window > leaflet > scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.has-open-popup.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row, .polari-room-list .sidebar .has-open-popup.activatable, .polari-room-list .sidebar .has-open-popup.inactive, .polari-room-list .sidebar .has-open-popup.room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.has-open-popup.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, list.tweak-categories > row.has-open-popup.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.has-open-popup.view, .gedit-side-panel-paned treeview.has-open-popup.view, list.gedit-document-panel row.has-open-popup.activatable, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover, .polari-room-list .sidebar .activatable:hover, .polari-room-list .sidebar .inactive:hover, .polari-room-list .sidebar .room-list-header:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:hover, list.tweak-categories > row.activatable.tweak-category:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:hover, .gedit-side-panel-paned treeview.view:hover, list.gedit-document-panel row.activatable:hover { - color: #F6F6FB; - background-color: #464750; -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled, .polari-room-list .sidebar .activatable:disabled, .polari-room-list .sidebar .inactive:disabled, .polari-room-list .sidebar .room-list-header:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled, list.tweak-categories > row.activatable.tweak-category:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled, .gedit-side-panel-paned treeview.view:disabled, list.gedit-document-panel row.activatable:disabled, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable label:disabled, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled, .polari-room-list .sidebar .activatable label:disabled, .polari-room-list .sidebar .inactive label:disabled, .polari-room-list .sidebar .room-list-header label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar label:disabled, list.tweak-categories > row.activatable.tweak-category label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view label:disabled, .gedit-side-panel-paned treeview.view label:disabled, list.gedit-document-panel row.activatable label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected.has-open-popup, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected.has-open-popup, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected.has-open-popup, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup, .polari-room-list .sidebar .activatable:selected.has-open-popup, .polari-room-list .sidebar .inactive:selected.has-open-popup, .polari-room-list .sidebar .room-list-header:selected.has-open-popup, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected.has-open-popup, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, list.tweak-categories > row.activatable.tweak-category:selected.has-open-popup, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected.has-open-popup, .gedit-side-panel-paned treeview.view:selected.has-open-popup, list.gedit-document-panel row.activatable:selected.has-open-popup, window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable:selected:hover, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover, -leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover, .polari-room-list .sidebar .activatable:selected:hover, .polari-room-list .sidebar .inactive:selected:hover, .polari-room-list .sidebar .room-list-header:selected:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, list.tweak-categories > row.activatable.tweak-category:selected:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected:hover, .gedit-side-panel-paned treeview.view:selected:hover, list.gedit-document-panel row.activatable:selected:hover { - background-color: #4a85cb; -} - -hdyleaflet > box.vertical > searchbar, .polari-entry-area, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar, -window.background.csd > hdyleaflet > box.vertical > searchbar, -window.background.csd > leaflet > box.vertical > searchbar, window.background.csd > box.horizontal > box.vertical > searchbar { - background: none; - box-shadow: none; - border: none; -} - -hdyleaflet > box.vertical > searchbar > revealer > box, .polari-entry-area > revealer > box, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar > revealer > box, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar > revealer > box, -window.background.csd > hdyleaflet > box.vertical > searchbar > revealer > box, -window.background.csd > leaflet > box.vertical > searchbar > revealer > box, window.background.csd > box.horizontal > box.vertical > searchbar > revealer > box { - background-color: #32343D; - border: none; -} - -hdyleaflet > box.vertical > searchbar entry, .polari-entry-area entry, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry, -window.background.csd > hdyleaflet > box.vertical > searchbar entry, -window.background.csd > leaflet > box.vertical > searchbar entry, window.background.csd > box.horizontal > box.vertical > searchbar entry { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -hdyleaflet > box.vertical > searchbar entry image, .polari-entry-area entry image, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image, -window.background.csd > hdyleaflet > box.vertical > searchbar entry image, -window.background.csd > leaflet > box.vertical > searchbar entry image, window.background.csd > box.horizontal > box.vertical > searchbar entry image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > searchbar entry:focus, .polari-entry-area entry:focus, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:focus, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:focus, -window.background.csd > hdyleaflet > box.vertical > searchbar entry:focus, -window.background.csd > leaflet > box.vertical > searchbar entry:focus, window.background.csd > box.horizontal > box.vertical > searchbar entry:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -hdyleaflet > box.vertical > searchbar entry:disabled, .polari-entry-area entry:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry:disabled, hdyleaflet > box.vertical > searchbar entry label:disabled, .polari-entry-area entry label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry label:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry label:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry label:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry label:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry label:disabled, hdyleaflet > box.vertical > searchbar entry image:disabled, .polari-entry-area entry image:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled, -window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image:disabled, -window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image:disabled, -window.background.csd > hdyleaflet > box.vertical > searchbar entry image:disabled, -window.background.csd > leaflet > box.vertical > searchbar entry image:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry image:disabled { - color: rgba(246, 246, 251, 0.35); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, hdyleaflet > headerbar:first-child button.titlebutton.close, -leaflet.unfolded > headerbar:first-child button.titlebutton.close, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close, .geary-titlebar-left button.titlebutton.close, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:backdrop, .geary-titlebar-left button.titlebutton.close:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:hover, hdyleaflet > headerbar:first-child button.titlebutton.close:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:hover, .geary-titlebar-left button.titlebutton.close:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:active, hdyleaflet > headerbar:first-child button.titlebutton.close:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.close:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:active, .geary-titlebar-left button.titlebutton.close:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, hdyleaflet > headerbar:first-child button.titlebutton.maximize, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize, .geary-titlebar-left button.titlebutton.maximize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:backdrop, .geary-titlebar-left button.titlebutton.maximize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:hover, .geary-titlebar-left button.titlebutton.maximize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, hdyleaflet > headerbar:first-child button.titlebutton.maximize:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:active, .geary-titlebar-left button.titlebutton.maximize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize, hdyleaflet > headerbar:first-child button.titlebutton.minimize, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize, .geary-titlebar-left button.titlebutton.minimize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:backdrop, .geary-titlebar-left button.titlebutton.minimize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:hover, hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:hover, .geary-titlebar-left button.titlebutton.minimize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:active, hdyleaflet > headerbar:first-child button.titlebutton.minimize:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:active, .geary-titlebar-left button.titlebutton.minimize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore, hdyleaflet > headerbar:first-child button.titlebutton.restore, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore, .geary-titlebar-left button.titlebutton.restore, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:backdrop, .geary-titlebar-left button.titlebutton.restore:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:backdrop, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:hover, hdyleaflet > headerbar:first-child button.titlebutton.restore:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:hover, .geary-titlebar-left button.titlebutton.restore:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -.selection-mode hdyleaflet headerbar button.titlebutton.restore:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:active, hdyleaflet > headerbar:first-child button.titlebutton.restore:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.restore:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:active, .geary-titlebar-left button.titlebutton.restore:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png")); -} - -.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, -window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, -.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); -} - -hdyleaflet > headerbar:first-child, -leaflet.unfolded > headerbar:first-child, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child), .geary-titlebar-left, .geary-titlebar-left.geary-titlebar, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child, window.background.csd > box.titlebar.horizontal > headerbar:first-child, .titlebar > headerbar.titlebar.tweak-titlebar-left, window.org-gnome-gedit .titlebar > headerbar:first-child { - color: rgba(246, 246, 251, 0.8); - background-color: #32343D; - background-image: image(#32343D); - border: none; - box-shadow: none; -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton), -leaflet.unfolded > headerbar:first-child button:not(.titlebutton), .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton), .geary-titlebar-left button:not(.titlebutton), window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton), -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton), window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton), .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton), window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton) { - color: rgba(246, 246, 251, 0.8); - border: none; -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton):hover, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):hover, .geary-titlebar-left button:not(.titlebutton):hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):hover, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.25); -} - -hdyleaflet > headerbar:first-child button:not(.titlebutton):active, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):active, .geary-titlebar-left button:not(.titlebutton):active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):active, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):active, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):active, hdyleaflet > headerbar:first-child button:not(.titlebutton):checked, -leaflet.unfolded > headerbar:first-child button:not(.titlebutton):checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):checked, .geary-titlebar-left button:not(.titlebutton):checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):checked, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):checked, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):checked, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):checked { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu, .geary-titlebar-left button.titlebutton.appmenu, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu { - border: none; - min-height: 30px; - min-width: 30px; - border-radius: 1000px; - color: transparent; - background-color: transparent; - background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg")); - background-repeat: no-repeat; - background-position: center; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu image, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu image, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu image, .geary-titlebar-left button.titlebutton.appmenu image, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu image, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu image, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu image, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu image, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu image, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu image { - opacity: 0; -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:hover, .geary-titlebar-left button.titlebutton.appmenu:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:hover, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:hover { - background-color: rgba(246, 246, 251, 0.15); -} - -hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:checked, .geary-titlebar-left button.titlebutton.appmenu:checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:checked, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:checked, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:checked, hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active, -leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:active, .geary-titlebar-left button.titlebutton.appmenu:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:active, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active, -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:active { - background-color: rgba(246, 246, 251, 0.25); -} - -.nemo-window .sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nemo-window .sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: white; -} - -.nemo-window .sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #5294e2; -} - -.nemo-window .sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -.nemo-window .sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough { - background-color: #1c1d23; -} - -.nautilus-window headerbar { - background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg")), image(#32343D); - background-repeat: no-repeat; - background-size: 38px auto; - background-position: left center; -} - -filechooser paned > separator { - background-image: image(#cad5df); -} - -.nautilus-window { - background-color: #272931; - background-image: image(#32343D); - background-size: 38px auto; - background-repeat: no-repeat; - border-radius: 0 0 0; -} - -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.nautilus-window headerbar { - padding-left: 48px; -} - -.nautilus-window headerbar, .nautilus-window headerbar:backdrop { - box-shadow: inset 0 -1px rgba(50, 52, 61, 0.15), inset 38px 0 0 0 transparent; -} - -.nautilus-window placessidebar.sidebar { - background: none; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row { - transition: none; - color: #d8dedf; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(246, 246, 251, 0.85); -} - -.nautilus-window placessidebar.sidebar row.sidebar-row image.sidebar-icon { - padding-right: 2px; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row label.sidebar-label { - padding-right: 2px; - padding-left: 20px; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(216, 222, 223, 0.05); - box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #32343D; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(216, 222, 223, 0.4); -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:active { - transition: box-shadow 0.2s; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - box-shadow: inset 38px 0 0 0 #5294e2; - background-color: rgba(82, 148, 226, 0); - background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png")); - background-repeat: no-repeat; - background-position: 42px center; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-label { - color: #bcc6c8; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: rgba(216, 222, 223, 0.05); - box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #5294e2; - background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png")); - background-repeat: no-repeat; - background-position: 42px center; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button { - color: #d8dedf; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:hover { - color: #23242a; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:active { - color: #ffffff; - border-color: #2679db; - background-color: #5294e2; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #5294e2; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -.nemo-window .sidebar { - color: #d8dedf; - background-color: #272931; -} - -.nemo-window .sidebar .view, .nemo-window .sidebar row { - background-color: transparent; - color: #d8dedf; -} - -.nemo-window .sidebar .view.cell:selected.has-open-popup, .nemo-window .sidebar .view.cell:selected:hover, .nemo-window .sidebar row.cell:selected.has-open-popup, .nemo-window .sidebar row.cell:selected:hover { - color: #ffffff; - background-color: #4a85cb; -} - -.nemo-window .sidebar .view.has-open-popup, .nemo-window .sidebar .view:hover, .nemo-window .sidebar row.has-open-popup, .nemo-window .sidebar row:hover { - color: #d8dedf; - background-color: #393b42; -} - -.nemo-window .sidebar .view.expander, .nemo-window .sidebar row.expander { - color: #808488; -} - -.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #d8dedf; -} - -.nemo-window .sidebar separator { - background-color: transparent; -} - -.NemoSidebar, .NemoSidebar * { - -gtk-icon-style: symbolic; -} - -window.org-gnome-gedit > paned > separator, window.org-gnome-gedit > paned > separator:backdrop, -window.org-gnome-gedit > overlay > box.vertical > paned > separator, -window.org-gnome-gedit > overlay > box.vertical > paned > separator:backdrop { - background-image: image(#32343D); -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: rgba(0, 0, 0, 0.15); -} - -.open-document-selector-treeview.view:hover { - background-color: #f2f2f3; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #5294e2; -} - -.open-document-selector-name-label { - color: #464853; -} - -.open-document-selector-path-label { - color: #a3a4a9; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -list.gedit-document-panel row.activatable { - padding: 4px 0; -} - -list.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - margin: 0 6px; - border-radius: 100px; - border: none; - background: none; -} - -list.gedit-document-panel row button:hover { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.15); -} - -list.gedit-document-panel row button:active, list.gedit-document-panel row button:checked { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.25); -} - -list.gedit-document-panel row button image { - color: inherit; -} - -list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-document-panel row:hover:not(:selected) button:checked { - color: #ffffff; - background-color: rgba(246, 246, 251, 0.25); -} - -.gedit-document-panel-dragged-row { - border: none; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid #cad5df; - background-color: #fafbfc; -} - -.gedit-search-slider { - background-color: white; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(70, 72, 83, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, #101115, #101115); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.tweak-group > .tweak > list { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.tweak-group > .tweak > list > row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - padding: 3px; - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -list.tweak-categories separator { - background: none; -} - -window.background.csd > box:not(.titlebar).horizontal > separator.vertical, window.background.csd > box:not(.titlebar).horizontal > separator.vertical:backdrop { - background-image: image(#fafbfc); - background-color: transparent; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right-style: none; - background: none; - min-width: 0; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected), -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected) { - background: none; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover { - color: #F6F6FB; - background-color: rgba(246, 246, 251, 0.06); - transition: all 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image { - color: rgba(246, 246, 251, 0.8); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window.background.csd > box.horizontal > separator.sidebar, -window.background.csd > hdyleaflet > separator.sidebar, -window.background.csd > leaflet > separator.sidebar { - border-right-style: none; - background: none; - min-width: 0; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > border, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > border { - border-width: 0; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame > border { - border: none; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view { - color: rgba(246, 246, 251, 0.8); - background-color: #2b2d35; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected { - background-color: #354760; - color: #ffffff; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(ltr) { - box-shadow: inset 2px 0 #5294e2; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(rtl) { - box-shadow: inset -2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(ltr) { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(rtl) { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar.cell { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} - -window#GearyMainWindow .titlebar, -window.geary-main-window .titlebar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); - background-color: #282A33; -} - -window#GearyMainWindow .titlebar:backdrop, -window.geary-main-window .titlebar:backdrop { - background-color: #2b2e37; -} - -window#GearyMainWindow .titlebar headerbar.geary-titlebar > separator, -window.geary-main-window .titlebar headerbar.geary-titlebar > separator { - margin: 0 -10px 0 0; -} - -window#GearyMainWindow > box.vertical > paned > separator, -window.geary-main-window > box.vertical > paned > separator { - background-image: none; -} - -.geary-titlebar-left separator { - margin: 0 -10px 0 0; - border-right: none; - background: none; -} - -.sidebar.vertical > paned.sidebar-pane-separator separator { - background: none; -} - -.sidebar.vertical > paned.geary-sidebar-pane-separator separator { - background: none; -} - -stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame { - border: none; -} - -stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame > list.background.conversation-listbox { - background-color: #ffffff; -} - -.geary-accounts-editor-pane > scrolledwindow.frame { - border: none; -} - -.geary-main-window .geary-main-layout > leaflet > separator.sidebar, .geary-main-window .geary-main-layout > separator.sidebar { - background-image: image(#282A33); -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame { - margin: -1px 0; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:hover { - background-color: #e3e4e5; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus { - background-color: #d4e4f8; - color: #464853; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(ltr), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(ltr) { - box-shadow: inset -2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(rtl), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(rtl) { - box-shadow: inset 2px 0 #5294e2; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box separator { - background: none; -} - -.geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar { - margin: -8px -12px; - padding: 6px; -} - -.geary-main-window list.content.conversation-listbox { - border: none; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > separator.horizontal { - background: none; - min-height: 0; -} - -window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > label:disabled { - color: #F6F6FB; -} - -window.background.csd > box.horizontal > box.vertical > separator.horizontal { - background: none; - min-height: 0; -} - -window.background.csd > box.horizontal > box.vertical > box.linked.horizontal { - margin: -6px; - padding: 6px; -} - -.polari-room-list .sidebar { - margin-top: -1px; - border-color: #fafbfc; -} - -overlay > infobar.info.top { - margin-bottom: 0; -} - -hdyleaflet > stack > frame > grid.vertical > entry.search, -leaflet.unfolded > stack > frame > grid.vertical > entry.search { - color: rgba(246, 246, 251, 0.8); - background-color: rgba(246, 246, 251, 0.1); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search image, -leaflet.unfolded > stack > frame > grid.vertical > entry.search image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search:focus, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:focus { - background-color: rgba(246, 246, 251, 0.12); -} - -hdyleaflet > stack > frame > grid.vertical > entry.search:disabled label, hdyleaflet > stack > frame > grid.vertical > entry.search:disabled image, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled label, -leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled image { - color: rgba(246, 246, 251, 0.35); -} - -hdyleaflet > separator.sidebar, -leaflet.unfolded > separator.sidebar { - border-right-style: none; - background: none; - min-width: 0; -} - -.selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; -} - -.selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); -} - -.selection-mode hdyleaflet headerbar .selection-menu, .selection-mode leaflet.unfolded headerbar .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; -} - -.selection-mode hdyleaflet headerbar .selection-menu .arrow, .selection-mode leaflet.unfolded headerbar .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.maximized .selection-mode hdyleaflet headerbar, .maximized .selection-mode leaflet.unfolded headerbar { - background-color: #5294e2; -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton), .selection-mode hdyleaflet headerbar button:not(.titlebutton).flat, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton), .selection-mode leaflet.unfolded headerbar button:not(.titlebutton).flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):hover, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):hover { - background-color: alpha(#ffffff,0.3); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):checked { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.35); - border-color: rgba(255, 255, 255, 0.65); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled label, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled label { - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:checked { - color: rgba(255, 255, 255, 0.75); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.4); -} - -.selection-mode hdyleaflet headerbar button:not(.titlebutton):backdrop, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):backdrop { - opacity: 0.7; - background: none; -} - -.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize { - color: transparent; - background-color: transparent; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title image { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:active { - color: #F6F6FB; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label { - color: rgba(246, 246, 251, 0.8); -} - -hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled { - color: rgba(246, 246, 251, 0.35); -} - -window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable .seahorse-sidebar-item, window > leaflet > scrolledwindow > viewport.frame > list > row.activatable .seahorse-sidebar-item { - -gtk-icon-style: symbolic; } @define-color theme_fg_color #464853; @@ -7690,8 +6196,8 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable . @define-color theme_unfocused_selected_bg_color #5294e2; @define-color theme_unfocused_selected_fg_color #ffffff; @define-color unfocused_insensitive_color rgba(70, 72, 83, 0.55); -@define-color borders rgba(0, 0, 0, 0.15); -@define-color unfocused_borders rgba(0, 0, 0, 0.15); +@define-color borders rgba(0, 0, 0, 0.12); +@define-color unfocused_borders rgba(0, 0, 0, 0.12); @define-color warning_color #F27835; @define-color error_color #FC4138; @define-color success_color #6dcfa7; @@ -7700,8 +6206,8 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable . @define-color content_view_bg #ffffff; /* Very contrasty background for text views (@theme_text_color foreground) */ @define-color text_view_bg #ffffff; -@define-color wm_title alpha(#e4ebf1, 0.8); -@define-color wm_unfocused_title alpha(#e4ebf1, 0.5); +@define-color wm_title alpha(#e0e5eb, 0.8); +@define-color wm_unfocused_title alpha(#e0e5eb, 0.5); @define-color wm_bg #282a33; @define-color wm_bg_unfocused #2b2e37; @define-color wm_highlight #333641; diff --git a/src/gtk/theme-4.0/gtk.scss b/src/gtk/theme-4.0/gtk.scss index 13b45e60..64f4fc2d 100644 --- a/src/gtk/theme-4.0/gtk.scss +++ b/src/gtk/theme-4.0/gtk.scss @@ -6,6 +6,7 @@ $titlebar: 'dark'; @import '../../_sass/gtk/drawing'; @import '../../_sass/gtk/common-4.0'; @import '../../_sass/gtk/apps-4.0'; +@import '../../_sass/gtk/libadwaita'; // @import '../../_sass/gtk/granite'; -@import '../../_sass/gtk/darksidebar_widgets'; +// @import '../../_sass/gtk/darksidebar_widgets'; @import '../../_sass/gtk/colors-public'; diff --git a/src/metacity-1/assets-light-win.svg b/src/metacity-1/assets-Light-Win.svg similarity index 100% rename from src/metacity-1/assets-light-win.svg rename to src/metacity-1/assets-Light-Win.svg diff --git a/src/metacity-1/assets-light-win/close.png b/src/metacity-1/assets-Light-Win/close.png similarity index 100% rename from src/metacity-1/assets-light-win/close.png rename to src/metacity-1/assets-Light-Win/close.png diff --git a/src/metacity-1/assets-light-win/close_focused.png b/src/metacity-1/assets-Light-Win/close_focused.png similarity index 100% rename from src/metacity-1/assets-light-win/close_focused.png rename to src/metacity-1/assets-Light-Win/close_focused.png diff --git a/src/metacity-1/assets-light-win/close_focused_normal.png b/src/metacity-1/assets-Light-Win/close_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light-win/close_focused_normal.png rename to src/metacity-1/assets-Light-Win/close_focused_normal.png diff --git a/src/metacity-1/assets-light-win/close_focused_prelight.png b/src/metacity-1/assets-Light-Win/close_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/close_focused_prelight.png rename to src/metacity-1/assets-Light-Win/close_focused_prelight.png diff --git a/src/metacity-1/assets-light-win/close_focused_pressed.png b/src/metacity-1/assets-Light-Win/close_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/close_focused_pressed.png rename to src/metacity-1/assets-Light-Win/close_focused_pressed.png diff --git a/src/metacity-1/assets-light-win/close_unfocused.png b/src/metacity-1/assets-Light-Win/close_unfocused.png similarity index 100% rename from src/metacity-1/assets-light-win/close_unfocused.png rename to src/metacity-1/assets-Light-Win/close_unfocused.png diff --git a/src/metacity-1/assets-light-win/close_unfocused_prelight.png b/src/metacity-1/assets-Light-Win/close_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/close_unfocused_prelight.png rename to src/metacity-1/assets-Light-Win/close_unfocused_prelight.png diff --git a/src/metacity-1/assets-light-win/close_unfocused_pressed.png b/src/metacity-1/assets-Light-Win/close_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/close_unfocused_pressed.png rename to src/metacity-1/assets-Light-Win/close_unfocused_pressed.png diff --git a/src/metacity-1/assets-light-win/maximize.png b/src/metacity-1/assets-Light-Win/maximize.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize.png rename to src/metacity-1/assets-Light-Win/maximize.png diff --git a/src/metacity-1/assets-light-win/maximize_focused.png b/src/metacity-1/assets-Light-Win/maximize_focused.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize_focused.png rename to src/metacity-1/assets-Light-Win/maximize_focused.png diff --git a/src/metacity-1/assets-light-win/maximize_focused_normal.png b/src/metacity-1/assets-Light-Win/maximize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize_focused_normal.png rename to src/metacity-1/assets-Light-Win/maximize_focused_normal.png diff --git a/src/metacity-1/assets-light-win/maximize_focused_prelight.png b/src/metacity-1/assets-Light-Win/maximize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize_focused_prelight.png rename to src/metacity-1/assets-Light-Win/maximize_focused_prelight.png diff --git a/src/metacity-1/assets-light-win/maximize_focused_pressed.png b/src/metacity-1/assets-Light-Win/maximize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize_focused_pressed.png rename to src/metacity-1/assets-Light-Win/maximize_focused_pressed.png diff --git a/src/metacity-1/assets-light-win/maximize_unfocused.png b/src/metacity-1/assets-Light-Win/maximize_unfocused.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize_unfocused.png rename to src/metacity-1/assets-Light-Win/maximize_unfocused.png diff --git a/src/metacity-1/assets-light-win/maximize_unfocused_prelight.png b/src/metacity-1/assets-Light-Win/maximize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize_unfocused_prelight.png rename to src/metacity-1/assets-Light-Win/maximize_unfocused_prelight.png diff --git a/src/metacity-1/assets-light-win/maximize_unfocused_pressed.png b/src/metacity-1/assets-Light-Win/maximize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/maximize_unfocused_pressed.png rename to src/metacity-1/assets-Light-Win/maximize_unfocused_pressed.png diff --git a/src/metacity-1/assets-light-win/menu.png b/src/metacity-1/assets-Light-Win/menu.png similarity index 100% rename from src/metacity-1/assets-light-win/menu.png rename to src/metacity-1/assets-Light-Win/menu.png diff --git a/src/metacity-1/assets-light-win/menu_focused.png b/src/metacity-1/assets-Light-Win/menu_focused.png similarity index 100% rename from src/metacity-1/assets-light-win/menu_focused.png rename to src/metacity-1/assets-Light-Win/menu_focused.png diff --git a/src/metacity-1/assets-light-win/menu_focused_normal.png b/src/metacity-1/assets-Light-Win/menu_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light-win/menu_focused_normal.png rename to src/metacity-1/assets-Light-Win/menu_focused_normal.png diff --git a/src/metacity-1/assets-light-win/menu_focused_prelight.png b/src/metacity-1/assets-Light-Win/menu_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/menu_focused_prelight.png rename to src/metacity-1/assets-Light-Win/menu_focused_prelight.png diff --git a/src/metacity-1/assets-light-win/menu_focused_pressed.png b/src/metacity-1/assets-Light-Win/menu_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/menu_focused_pressed.png rename to src/metacity-1/assets-Light-Win/menu_focused_pressed.png diff --git a/src/metacity-1/assets-light-win/menu_unfocused.png b/src/metacity-1/assets-Light-Win/menu_unfocused.png similarity index 100% rename from src/metacity-1/assets-light-win/menu_unfocused.png rename to src/metacity-1/assets-Light-Win/menu_unfocused.png diff --git a/src/metacity-1/assets-light-win/menu_unfocused_prelight.png b/src/metacity-1/assets-Light-Win/menu_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/menu_unfocused_prelight.png rename to src/metacity-1/assets-Light-Win/menu_unfocused_prelight.png diff --git a/src/metacity-1/assets-light-win/menu_unfocused_pressed.png b/src/metacity-1/assets-Light-Win/menu_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/menu_unfocused_pressed.png rename to src/metacity-1/assets-Light-Win/menu_unfocused_pressed.png diff --git a/src/metacity-1/assets-light-win/minimize.png b/src/metacity-1/assets-Light-Win/minimize.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize.png rename to src/metacity-1/assets-Light-Win/minimize.png diff --git a/src/metacity-1/assets-light-win/minimize_focused.png b/src/metacity-1/assets-Light-Win/minimize_focused.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize_focused.png rename to src/metacity-1/assets-Light-Win/minimize_focused.png diff --git a/src/metacity-1/assets-light-win/minimize_focused_normal.png b/src/metacity-1/assets-Light-Win/minimize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize_focused_normal.png rename to src/metacity-1/assets-Light-Win/minimize_focused_normal.png diff --git a/src/metacity-1/assets-light-win/minimize_focused_prelight.png b/src/metacity-1/assets-Light-Win/minimize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize_focused_prelight.png rename to src/metacity-1/assets-Light-Win/minimize_focused_prelight.png diff --git a/src/metacity-1/assets-light-win/minimize_focused_pressed.png b/src/metacity-1/assets-Light-Win/minimize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize_focused_pressed.png rename to src/metacity-1/assets-Light-Win/minimize_focused_pressed.png diff --git a/src/metacity-1/assets-light-win/minimize_unfocused.png b/src/metacity-1/assets-Light-Win/minimize_unfocused.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize_unfocused.png rename to src/metacity-1/assets-Light-Win/minimize_unfocused.png diff --git a/src/metacity-1/assets-light-win/minimize_unfocused_prelight.png b/src/metacity-1/assets-Light-Win/minimize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize_unfocused_prelight.png rename to src/metacity-1/assets-Light-Win/minimize_unfocused_prelight.png diff --git a/src/metacity-1/assets-light-win/minimize_unfocused_pressed.png b/src/metacity-1/assets-Light-Win/minimize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/minimize_unfocused_pressed.png rename to src/metacity-1/assets-Light-Win/minimize_unfocused_pressed.png diff --git a/src/metacity-1/assets-light-win/shade.png b/src/metacity-1/assets-Light-Win/shade.png similarity index 100% rename from src/metacity-1/assets-light-win/shade.png rename to src/metacity-1/assets-Light-Win/shade.png diff --git a/src/metacity-1/assets-light-win/shade_focused.png b/src/metacity-1/assets-Light-Win/shade_focused.png similarity index 100% rename from src/metacity-1/assets-light-win/shade_focused.png rename to src/metacity-1/assets-Light-Win/shade_focused.png diff --git a/src/metacity-1/assets-light-win/shade_focused_normal.png b/src/metacity-1/assets-Light-Win/shade_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light-win/shade_focused_normal.png rename to src/metacity-1/assets-Light-Win/shade_focused_normal.png diff --git a/src/metacity-1/assets-light-win/shade_focused_prelight.png b/src/metacity-1/assets-Light-Win/shade_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/shade_focused_prelight.png rename to src/metacity-1/assets-Light-Win/shade_focused_prelight.png diff --git a/src/metacity-1/assets-light-win/shade_focused_pressed.png b/src/metacity-1/assets-Light-Win/shade_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/shade_focused_pressed.png rename to src/metacity-1/assets-Light-Win/shade_focused_pressed.png diff --git a/src/metacity-1/assets-light-win/shade_unfocused.png b/src/metacity-1/assets-Light-Win/shade_unfocused.png similarity index 100% rename from src/metacity-1/assets-light-win/shade_unfocused.png rename to src/metacity-1/assets-Light-Win/shade_unfocused.png diff --git a/src/metacity-1/assets-light-win/shade_unfocused_prelight.png b/src/metacity-1/assets-Light-Win/shade_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/shade_unfocused_prelight.png rename to src/metacity-1/assets-Light-Win/shade_unfocused_prelight.png diff --git a/src/metacity-1/assets-light-win/shade_unfocused_pressed.png b/src/metacity-1/assets-Light-Win/shade_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/shade_unfocused_pressed.png rename to src/metacity-1/assets-Light-Win/shade_unfocused_pressed.png diff --git a/src/metacity-1/assets-light-win/unmaximize.png b/src/metacity-1/assets-Light-Win/unmaximize.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize.png rename to src/metacity-1/assets-Light-Win/unmaximize.png diff --git a/src/metacity-1/assets-light-win/unmaximize_focused.png b/src/metacity-1/assets-Light-Win/unmaximize_focused.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize_focused.png rename to src/metacity-1/assets-Light-Win/unmaximize_focused.png diff --git a/src/metacity-1/assets-light-win/unmaximize_focused_normal.png b/src/metacity-1/assets-Light-Win/unmaximize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize_focused_normal.png rename to src/metacity-1/assets-Light-Win/unmaximize_focused_normal.png diff --git a/src/metacity-1/assets-light-win/unmaximize_focused_prelight.png b/src/metacity-1/assets-Light-Win/unmaximize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize_focused_prelight.png rename to src/metacity-1/assets-Light-Win/unmaximize_focused_prelight.png diff --git a/src/metacity-1/assets-light-win/unmaximize_focused_pressed.png b/src/metacity-1/assets-Light-Win/unmaximize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize_focused_pressed.png rename to src/metacity-1/assets-Light-Win/unmaximize_focused_pressed.png diff --git a/src/metacity-1/assets-light-win/unmaximize_unfocused.png b/src/metacity-1/assets-Light-Win/unmaximize_unfocused.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize_unfocused.png rename to src/metacity-1/assets-Light-Win/unmaximize_unfocused.png diff --git a/src/metacity-1/assets-light-win/unmaximize_unfocused_prelight.png b/src/metacity-1/assets-Light-Win/unmaximize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize_unfocused_prelight.png rename to src/metacity-1/assets-Light-Win/unmaximize_unfocused_prelight.png diff --git a/src/metacity-1/assets-light-win/unmaximize_unfocused_pressed.png b/src/metacity-1/assets-Light-Win/unmaximize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/unmaximize_unfocused_pressed.png rename to src/metacity-1/assets-Light-Win/unmaximize_unfocused_pressed.png diff --git a/src/metacity-1/assets-light-win/unshade.png b/src/metacity-1/assets-Light-Win/unshade.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade.png rename to src/metacity-1/assets-Light-Win/unshade.png diff --git a/src/metacity-1/assets-light-win/unshade_focused.png b/src/metacity-1/assets-Light-Win/unshade_focused.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade_focused.png rename to src/metacity-1/assets-Light-Win/unshade_focused.png diff --git a/src/metacity-1/assets-light-win/unshade_focused_normal.png b/src/metacity-1/assets-Light-Win/unshade_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade_focused_normal.png rename to src/metacity-1/assets-Light-Win/unshade_focused_normal.png diff --git a/src/metacity-1/assets-light-win/unshade_focused_prelight.png b/src/metacity-1/assets-Light-Win/unshade_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade_focused_prelight.png rename to src/metacity-1/assets-Light-Win/unshade_focused_prelight.png diff --git a/src/metacity-1/assets-light-win/unshade_focused_pressed.png b/src/metacity-1/assets-Light-Win/unshade_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade_focused_pressed.png rename to src/metacity-1/assets-Light-Win/unshade_focused_pressed.png diff --git a/src/metacity-1/assets-light-win/unshade_unfocused.png b/src/metacity-1/assets-Light-Win/unshade_unfocused.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade_unfocused.png rename to src/metacity-1/assets-Light-Win/unshade_unfocused.png diff --git a/src/metacity-1/assets-light-win/unshade_unfocused_prelight.png b/src/metacity-1/assets-Light-Win/unshade_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade_unfocused_prelight.png rename to src/metacity-1/assets-Light-Win/unshade_unfocused_prelight.png diff --git a/src/metacity-1/assets-light-win/unshade_unfocused_pressed.png b/src/metacity-1/assets-Light-Win/unshade_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light-win/unshade_unfocused_pressed.png rename to src/metacity-1/assets-Light-Win/unshade_unfocused_pressed.png diff --git a/src/metacity-1/assets-light.svg b/src/metacity-1/assets-Light.svg similarity index 100% rename from src/metacity-1/assets-light.svg rename to src/metacity-1/assets-Light.svg diff --git a/src/metacity-1/assets-light/close.png b/src/metacity-1/assets-Light/close.png similarity index 100% rename from src/metacity-1/assets-light/close.png rename to src/metacity-1/assets-Light/close.png diff --git a/src/metacity-1/assets-light/close_focused.png b/src/metacity-1/assets-Light/close_focused.png similarity index 100% rename from src/metacity-1/assets-light/close_focused.png rename to src/metacity-1/assets-Light/close_focused.png diff --git a/src/metacity-1/assets-light/close_focused_normal.png b/src/metacity-1/assets-Light/close_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light/close_focused_normal.png rename to src/metacity-1/assets-Light/close_focused_normal.png diff --git a/src/metacity-1/assets-light/close_focused_prelight.png b/src/metacity-1/assets-Light/close_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/close_focused_prelight.png rename to src/metacity-1/assets-Light/close_focused_prelight.png diff --git a/src/metacity-1/assets-light/close_focused_pressed.png b/src/metacity-1/assets-Light/close_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/close_focused_pressed.png rename to src/metacity-1/assets-Light/close_focused_pressed.png diff --git a/src/metacity-1/assets-light/close_unfocused.png b/src/metacity-1/assets-Light/close_unfocused.png similarity index 100% rename from src/metacity-1/assets-light/close_unfocused.png rename to src/metacity-1/assets-Light/close_unfocused.png diff --git a/src/metacity-1/assets-light/close_unfocused_prelight.png b/src/metacity-1/assets-Light/close_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/close_unfocused_prelight.png rename to src/metacity-1/assets-Light/close_unfocused_prelight.png diff --git a/src/metacity-1/assets-light/close_unfocused_pressed.png b/src/metacity-1/assets-Light/close_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/close_unfocused_pressed.png rename to src/metacity-1/assets-Light/close_unfocused_pressed.png diff --git a/src/metacity-1/assets-light/maximize.png b/src/metacity-1/assets-Light/maximize.png similarity index 100% rename from src/metacity-1/assets-light/maximize.png rename to src/metacity-1/assets-Light/maximize.png diff --git a/src/metacity-1/assets-light/maximize_focused.png b/src/metacity-1/assets-Light/maximize_focused.png similarity index 100% rename from src/metacity-1/assets-light/maximize_focused.png rename to src/metacity-1/assets-Light/maximize_focused.png diff --git a/src/metacity-1/assets-light/maximize_focused_normal.png b/src/metacity-1/assets-Light/maximize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light/maximize_focused_normal.png rename to src/metacity-1/assets-Light/maximize_focused_normal.png diff --git a/src/metacity-1/assets-light/maximize_focused_prelight.png b/src/metacity-1/assets-Light/maximize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/maximize_focused_prelight.png rename to src/metacity-1/assets-Light/maximize_focused_prelight.png diff --git a/src/metacity-1/assets-light/maximize_focused_pressed.png b/src/metacity-1/assets-Light/maximize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/maximize_focused_pressed.png rename to src/metacity-1/assets-Light/maximize_focused_pressed.png diff --git a/src/metacity-1/assets-light/maximize_unfocused.png b/src/metacity-1/assets-Light/maximize_unfocused.png similarity index 100% rename from src/metacity-1/assets-light/maximize_unfocused.png rename to src/metacity-1/assets-Light/maximize_unfocused.png diff --git a/src/metacity-1/assets-light/maximize_unfocused_prelight.png b/src/metacity-1/assets-Light/maximize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/maximize_unfocused_prelight.png rename to src/metacity-1/assets-Light/maximize_unfocused_prelight.png diff --git a/src/metacity-1/assets-light/maximize_unfocused_pressed.png b/src/metacity-1/assets-Light/maximize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/maximize_unfocused_pressed.png rename to src/metacity-1/assets-Light/maximize_unfocused_pressed.png diff --git a/src/metacity-1/assets-light/menu.png b/src/metacity-1/assets-Light/menu.png similarity index 100% rename from src/metacity-1/assets-light/menu.png rename to src/metacity-1/assets-Light/menu.png diff --git a/src/metacity-1/assets-light/menu_focused.png b/src/metacity-1/assets-Light/menu_focused.png similarity index 100% rename from src/metacity-1/assets-light/menu_focused.png rename to src/metacity-1/assets-Light/menu_focused.png diff --git a/src/metacity-1/assets-light/menu_focused_normal.png b/src/metacity-1/assets-Light/menu_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light/menu_focused_normal.png rename to src/metacity-1/assets-Light/menu_focused_normal.png diff --git a/src/metacity-1/assets-light/menu_focused_prelight.png b/src/metacity-1/assets-Light/menu_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/menu_focused_prelight.png rename to src/metacity-1/assets-Light/menu_focused_prelight.png diff --git a/src/metacity-1/assets-light/menu_focused_pressed.png b/src/metacity-1/assets-Light/menu_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/menu_focused_pressed.png rename to src/metacity-1/assets-Light/menu_focused_pressed.png diff --git a/src/metacity-1/assets-light/menu_unfocused.png b/src/metacity-1/assets-Light/menu_unfocused.png similarity index 100% rename from src/metacity-1/assets-light/menu_unfocused.png rename to src/metacity-1/assets-Light/menu_unfocused.png diff --git a/src/metacity-1/assets-light/menu_unfocused_prelight.png b/src/metacity-1/assets-Light/menu_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/menu_unfocused_prelight.png rename to src/metacity-1/assets-Light/menu_unfocused_prelight.png diff --git a/src/metacity-1/assets-light/menu_unfocused_pressed.png b/src/metacity-1/assets-Light/menu_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/menu_unfocused_pressed.png rename to src/metacity-1/assets-Light/menu_unfocused_pressed.png diff --git a/src/metacity-1/assets-light/minimize.png b/src/metacity-1/assets-Light/minimize.png similarity index 100% rename from src/metacity-1/assets-light/minimize.png rename to src/metacity-1/assets-Light/minimize.png diff --git a/src/metacity-1/assets-light/minimize_focused.png b/src/metacity-1/assets-Light/minimize_focused.png similarity index 100% rename from src/metacity-1/assets-light/minimize_focused.png rename to src/metacity-1/assets-Light/minimize_focused.png diff --git a/src/metacity-1/assets-light/minimize_focused_normal.png b/src/metacity-1/assets-Light/minimize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light/minimize_focused_normal.png rename to src/metacity-1/assets-Light/minimize_focused_normal.png diff --git a/src/metacity-1/assets-light/minimize_focused_prelight.png b/src/metacity-1/assets-Light/minimize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/minimize_focused_prelight.png rename to src/metacity-1/assets-Light/minimize_focused_prelight.png diff --git a/src/metacity-1/assets-light/minimize_focused_pressed.png b/src/metacity-1/assets-Light/minimize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/minimize_focused_pressed.png rename to src/metacity-1/assets-Light/minimize_focused_pressed.png diff --git a/src/metacity-1/assets-light/minimize_unfocused.png b/src/metacity-1/assets-Light/minimize_unfocused.png similarity index 100% rename from src/metacity-1/assets-light/minimize_unfocused.png rename to src/metacity-1/assets-Light/minimize_unfocused.png diff --git a/src/metacity-1/assets-light/minimize_unfocused_prelight.png b/src/metacity-1/assets-Light/minimize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/minimize_unfocused_prelight.png rename to src/metacity-1/assets-Light/minimize_unfocused_prelight.png diff --git a/src/metacity-1/assets-light/minimize_unfocused_pressed.png b/src/metacity-1/assets-Light/minimize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/minimize_unfocused_pressed.png rename to src/metacity-1/assets-Light/minimize_unfocused_pressed.png diff --git a/src/metacity-1/assets-light/shade.png b/src/metacity-1/assets-Light/shade.png similarity index 100% rename from src/metacity-1/assets-light/shade.png rename to src/metacity-1/assets-Light/shade.png diff --git a/src/metacity-1/assets-light/shade_focused.png b/src/metacity-1/assets-Light/shade_focused.png similarity index 100% rename from src/metacity-1/assets-light/shade_focused.png rename to src/metacity-1/assets-Light/shade_focused.png diff --git a/src/metacity-1/assets-light/shade_focused_normal.png b/src/metacity-1/assets-Light/shade_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light/shade_focused_normal.png rename to src/metacity-1/assets-Light/shade_focused_normal.png diff --git a/src/metacity-1/assets-light/shade_focused_prelight.png b/src/metacity-1/assets-Light/shade_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/shade_focused_prelight.png rename to src/metacity-1/assets-Light/shade_focused_prelight.png diff --git a/src/metacity-1/assets-light/shade_focused_pressed.png b/src/metacity-1/assets-Light/shade_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/shade_focused_pressed.png rename to src/metacity-1/assets-Light/shade_focused_pressed.png diff --git a/src/metacity-1/assets-light/shade_unfocused.png b/src/metacity-1/assets-Light/shade_unfocused.png similarity index 100% rename from src/metacity-1/assets-light/shade_unfocused.png rename to src/metacity-1/assets-Light/shade_unfocused.png diff --git a/src/metacity-1/assets-light/shade_unfocused_prelight.png b/src/metacity-1/assets-Light/shade_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/shade_unfocused_prelight.png rename to src/metacity-1/assets-Light/shade_unfocused_prelight.png diff --git a/src/metacity-1/assets-light/shade_unfocused_pressed.png b/src/metacity-1/assets-Light/shade_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/shade_unfocused_pressed.png rename to src/metacity-1/assets-Light/shade_unfocused_pressed.png diff --git a/src/metacity-1/assets-light/unmaximize.png b/src/metacity-1/assets-Light/unmaximize.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize.png rename to src/metacity-1/assets-Light/unmaximize.png diff --git a/src/metacity-1/assets-light/unmaximize_focused.png b/src/metacity-1/assets-Light/unmaximize_focused.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize_focused.png rename to src/metacity-1/assets-Light/unmaximize_focused.png diff --git a/src/metacity-1/assets-light/unmaximize_focused_normal.png b/src/metacity-1/assets-Light/unmaximize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize_focused_normal.png rename to src/metacity-1/assets-Light/unmaximize_focused_normal.png diff --git a/src/metacity-1/assets-light/unmaximize_focused_prelight.png b/src/metacity-1/assets-Light/unmaximize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize_focused_prelight.png rename to src/metacity-1/assets-Light/unmaximize_focused_prelight.png diff --git a/src/metacity-1/assets-light/unmaximize_focused_pressed.png b/src/metacity-1/assets-Light/unmaximize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize_focused_pressed.png rename to src/metacity-1/assets-Light/unmaximize_focused_pressed.png diff --git a/src/metacity-1/assets-light/unmaximize_unfocused.png b/src/metacity-1/assets-Light/unmaximize_unfocused.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize_unfocused.png rename to src/metacity-1/assets-Light/unmaximize_unfocused.png diff --git a/src/metacity-1/assets-light/unmaximize_unfocused_prelight.png b/src/metacity-1/assets-Light/unmaximize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize_unfocused_prelight.png rename to src/metacity-1/assets-Light/unmaximize_unfocused_prelight.png diff --git a/src/metacity-1/assets-light/unmaximize_unfocused_pressed.png b/src/metacity-1/assets-Light/unmaximize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/unmaximize_unfocused_pressed.png rename to src/metacity-1/assets-Light/unmaximize_unfocused_pressed.png diff --git a/src/metacity-1/assets-light/unshade.png b/src/metacity-1/assets-Light/unshade.png similarity index 100% rename from src/metacity-1/assets-light/unshade.png rename to src/metacity-1/assets-Light/unshade.png diff --git a/src/metacity-1/assets-light/unshade_focused.png b/src/metacity-1/assets-Light/unshade_focused.png similarity index 100% rename from src/metacity-1/assets-light/unshade_focused.png rename to src/metacity-1/assets-Light/unshade_focused.png diff --git a/src/metacity-1/assets-light/unshade_focused_normal.png b/src/metacity-1/assets-Light/unshade_focused_normal.png similarity index 100% rename from src/metacity-1/assets-light/unshade_focused_normal.png rename to src/metacity-1/assets-Light/unshade_focused_normal.png diff --git a/src/metacity-1/assets-light/unshade_focused_prelight.png b/src/metacity-1/assets-Light/unshade_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/unshade_focused_prelight.png rename to src/metacity-1/assets-Light/unshade_focused_prelight.png diff --git a/src/metacity-1/assets-light/unshade_focused_pressed.png b/src/metacity-1/assets-Light/unshade_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/unshade_focused_pressed.png rename to src/metacity-1/assets-Light/unshade_focused_pressed.png diff --git a/src/metacity-1/assets-light/unshade_unfocused.png b/src/metacity-1/assets-Light/unshade_unfocused.png similarity index 100% rename from src/metacity-1/assets-light/unshade_unfocused.png rename to src/metacity-1/assets-Light/unshade_unfocused.png diff --git a/src/metacity-1/assets-light/unshade_unfocused_prelight.png b/src/metacity-1/assets-Light/unshade_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-light/unshade_unfocused_prelight.png rename to src/metacity-1/assets-Light/unshade_unfocused_prelight.png diff --git a/src/metacity-1/assets-light/unshade_unfocused_pressed.png b/src/metacity-1/assets-Light/unshade_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-light/unshade_unfocused_pressed.png rename to src/metacity-1/assets-Light/unshade_unfocused_pressed.png diff --git a/src/metacity-1/assets-round/button.svg b/src/metacity-1/assets-Round/button.svg similarity index 100% rename from src/metacity-1/assets-round/button.svg rename to src/metacity-1/assets-Round/button.svg diff --git a/src/metacity-1/assets-round/close.svg b/src/metacity-1/assets-Round/close.svg similarity index 100% rename from src/metacity-1/assets-round/close.svg rename to src/metacity-1/assets-Round/close.svg diff --git a/src/metacity-1/assets-round/maximize.svg b/src/metacity-1/assets-Round/maximize.svg similarity index 100% rename from src/metacity-1/assets-round/maximize.svg rename to src/metacity-1/assets-Round/maximize.svg diff --git a/src/metacity-1/assets-round/menu.svg b/src/metacity-1/assets-Round/menu.svg similarity index 100% rename from src/metacity-1/assets-round/menu.svg rename to src/metacity-1/assets-Round/menu.svg diff --git a/src/metacity-1/assets-round/minimize.svg b/src/metacity-1/assets-Round/minimize.svg similarity index 100% rename from src/metacity-1/assets-round/minimize.svg rename to src/metacity-1/assets-Round/minimize.svg diff --git a/src/metacity-1/assets-round/shade.svg b/src/metacity-1/assets-Round/shade.svg similarity index 100% rename from src/metacity-1/assets-round/shade.svg rename to src/metacity-1/assets-Round/shade.svg diff --git a/src/metacity-1/assets-round/unmaximize.svg b/src/metacity-1/assets-Round/unmaximize.svg similarity index 100% rename from src/metacity-1/assets-round/unmaximize.svg rename to src/metacity-1/assets-Round/unmaximize.svg diff --git a/src/metacity-1/assets-round/unshade.svg b/src/metacity-1/assets-Round/unshade.svg similarity index 100% rename from src/metacity-1/assets-round/unshade.svg rename to src/metacity-1/assets-Round/unshade.svg diff --git a/src/metacity-1/assets-win.svg b/src/metacity-1/assets-Win.svg similarity index 100% rename from src/metacity-1/assets-win.svg rename to src/metacity-1/assets-Win.svg diff --git a/src/metacity-1/assets-win/close.png b/src/metacity-1/assets-Win/close.png similarity index 100% rename from src/metacity-1/assets-win/close.png rename to src/metacity-1/assets-Win/close.png diff --git a/src/metacity-1/assets-win/close_focused.png b/src/metacity-1/assets-Win/close_focused.png similarity index 100% rename from src/metacity-1/assets-win/close_focused.png rename to src/metacity-1/assets-Win/close_focused.png diff --git a/src/metacity-1/assets-win/close_focused_normal.png b/src/metacity-1/assets-Win/close_focused_normal.png similarity index 100% rename from src/metacity-1/assets-win/close_focused_normal.png rename to src/metacity-1/assets-Win/close_focused_normal.png diff --git a/src/metacity-1/assets-win/close_focused_prelight.png b/src/metacity-1/assets-Win/close_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/close_focused_prelight.png rename to src/metacity-1/assets-Win/close_focused_prelight.png diff --git a/src/metacity-1/assets-win/close_focused_pressed.png b/src/metacity-1/assets-Win/close_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/close_focused_pressed.png rename to src/metacity-1/assets-Win/close_focused_pressed.png diff --git a/src/metacity-1/assets-win/close_unfocused.png b/src/metacity-1/assets-Win/close_unfocused.png similarity index 100% rename from src/metacity-1/assets-win/close_unfocused.png rename to src/metacity-1/assets-Win/close_unfocused.png diff --git a/src/metacity-1/assets-win/close_unfocused_prelight.png b/src/metacity-1/assets-Win/close_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/close_unfocused_prelight.png rename to src/metacity-1/assets-Win/close_unfocused_prelight.png diff --git a/src/metacity-1/assets-win/close_unfocused_pressed.png b/src/metacity-1/assets-Win/close_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/close_unfocused_pressed.png rename to src/metacity-1/assets-Win/close_unfocused_pressed.png diff --git a/src/metacity-1/assets-win/maximize.png b/src/metacity-1/assets-Win/maximize.png similarity index 100% rename from src/metacity-1/assets-win/maximize.png rename to src/metacity-1/assets-Win/maximize.png diff --git a/src/metacity-1/assets-win/maximize_focused.png b/src/metacity-1/assets-Win/maximize_focused.png similarity index 100% rename from src/metacity-1/assets-win/maximize_focused.png rename to src/metacity-1/assets-Win/maximize_focused.png diff --git a/src/metacity-1/assets-win/maximize_focused_normal.png b/src/metacity-1/assets-Win/maximize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-win/maximize_focused_normal.png rename to src/metacity-1/assets-Win/maximize_focused_normal.png diff --git a/src/metacity-1/assets-win/maximize_focused_prelight.png b/src/metacity-1/assets-Win/maximize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/maximize_focused_prelight.png rename to src/metacity-1/assets-Win/maximize_focused_prelight.png diff --git a/src/metacity-1/assets-win/maximize_focused_pressed.png b/src/metacity-1/assets-Win/maximize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/maximize_focused_pressed.png rename to src/metacity-1/assets-Win/maximize_focused_pressed.png diff --git a/src/metacity-1/assets-win/maximize_unfocused.png b/src/metacity-1/assets-Win/maximize_unfocused.png similarity index 100% rename from src/metacity-1/assets-win/maximize_unfocused.png rename to src/metacity-1/assets-Win/maximize_unfocused.png diff --git a/src/metacity-1/assets-win/maximize_unfocused_prelight.png b/src/metacity-1/assets-Win/maximize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/maximize_unfocused_prelight.png rename to src/metacity-1/assets-Win/maximize_unfocused_prelight.png diff --git a/src/metacity-1/assets-win/maximize_unfocused_pressed.png b/src/metacity-1/assets-Win/maximize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/maximize_unfocused_pressed.png rename to src/metacity-1/assets-Win/maximize_unfocused_pressed.png diff --git a/src/metacity-1/assets-win/menu.png b/src/metacity-1/assets-Win/menu.png similarity index 100% rename from src/metacity-1/assets-win/menu.png rename to src/metacity-1/assets-Win/menu.png diff --git a/src/metacity-1/assets-win/menu_focused.png b/src/metacity-1/assets-Win/menu_focused.png similarity index 100% rename from src/metacity-1/assets-win/menu_focused.png rename to src/metacity-1/assets-Win/menu_focused.png diff --git a/src/metacity-1/assets-win/menu_focused_normal.png b/src/metacity-1/assets-Win/menu_focused_normal.png similarity index 100% rename from src/metacity-1/assets-win/menu_focused_normal.png rename to src/metacity-1/assets-Win/menu_focused_normal.png diff --git a/src/metacity-1/assets-win/menu_focused_prelight.png b/src/metacity-1/assets-Win/menu_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/menu_focused_prelight.png rename to src/metacity-1/assets-Win/menu_focused_prelight.png diff --git a/src/metacity-1/assets-win/menu_focused_pressed.png b/src/metacity-1/assets-Win/menu_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/menu_focused_pressed.png rename to src/metacity-1/assets-Win/menu_focused_pressed.png diff --git a/src/metacity-1/assets-win/menu_unfocused.png b/src/metacity-1/assets-Win/menu_unfocused.png similarity index 100% rename from src/metacity-1/assets-win/menu_unfocused.png rename to src/metacity-1/assets-Win/menu_unfocused.png diff --git a/src/metacity-1/assets-win/menu_unfocused_prelight.png b/src/metacity-1/assets-Win/menu_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/menu_unfocused_prelight.png rename to src/metacity-1/assets-Win/menu_unfocused_prelight.png diff --git a/src/metacity-1/assets-win/menu_unfocused_pressed.png b/src/metacity-1/assets-Win/menu_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/menu_unfocused_pressed.png rename to src/metacity-1/assets-Win/menu_unfocused_pressed.png diff --git a/src/metacity-1/assets-win/minimize.png b/src/metacity-1/assets-Win/minimize.png similarity index 100% rename from src/metacity-1/assets-win/minimize.png rename to src/metacity-1/assets-Win/minimize.png diff --git a/src/metacity-1/assets-win/minimize_focused.png b/src/metacity-1/assets-Win/minimize_focused.png similarity index 100% rename from src/metacity-1/assets-win/minimize_focused.png rename to src/metacity-1/assets-Win/minimize_focused.png diff --git a/src/metacity-1/assets-win/minimize_focused_normal.png b/src/metacity-1/assets-Win/minimize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-win/minimize_focused_normal.png rename to src/metacity-1/assets-Win/minimize_focused_normal.png diff --git a/src/metacity-1/assets-win/minimize_focused_prelight.png b/src/metacity-1/assets-Win/minimize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/minimize_focused_prelight.png rename to src/metacity-1/assets-Win/minimize_focused_prelight.png diff --git a/src/metacity-1/assets-win/minimize_focused_pressed.png b/src/metacity-1/assets-Win/minimize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/minimize_focused_pressed.png rename to src/metacity-1/assets-Win/minimize_focused_pressed.png diff --git a/src/metacity-1/assets-win/minimize_unfocused.png b/src/metacity-1/assets-Win/minimize_unfocused.png similarity index 100% rename from src/metacity-1/assets-win/minimize_unfocused.png rename to src/metacity-1/assets-Win/minimize_unfocused.png diff --git a/src/metacity-1/assets-win/minimize_unfocused_prelight.png b/src/metacity-1/assets-Win/minimize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/minimize_unfocused_prelight.png rename to src/metacity-1/assets-Win/minimize_unfocused_prelight.png diff --git a/src/metacity-1/assets-win/minimize_unfocused_pressed.png b/src/metacity-1/assets-Win/minimize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/minimize_unfocused_pressed.png rename to src/metacity-1/assets-Win/minimize_unfocused_pressed.png diff --git a/src/metacity-1/assets-win/shade.png b/src/metacity-1/assets-Win/shade.png similarity index 100% rename from src/metacity-1/assets-win/shade.png rename to src/metacity-1/assets-Win/shade.png diff --git a/src/metacity-1/assets-win/shade_focused.png b/src/metacity-1/assets-Win/shade_focused.png similarity index 100% rename from src/metacity-1/assets-win/shade_focused.png rename to src/metacity-1/assets-Win/shade_focused.png diff --git a/src/metacity-1/assets-win/shade_focused_normal.png b/src/metacity-1/assets-Win/shade_focused_normal.png similarity index 100% rename from src/metacity-1/assets-win/shade_focused_normal.png rename to src/metacity-1/assets-Win/shade_focused_normal.png diff --git a/src/metacity-1/assets-win/shade_focused_prelight.png b/src/metacity-1/assets-Win/shade_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/shade_focused_prelight.png rename to src/metacity-1/assets-Win/shade_focused_prelight.png diff --git a/src/metacity-1/assets-win/shade_focused_pressed.png b/src/metacity-1/assets-Win/shade_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/shade_focused_pressed.png rename to src/metacity-1/assets-Win/shade_focused_pressed.png diff --git a/src/metacity-1/assets-win/shade_unfocused.png b/src/metacity-1/assets-Win/shade_unfocused.png similarity index 100% rename from src/metacity-1/assets-win/shade_unfocused.png rename to src/metacity-1/assets-Win/shade_unfocused.png diff --git a/src/metacity-1/assets-win/shade_unfocused_prelight.png b/src/metacity-1/assets-Win/shade_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/shade_unfocused_prelight.png rename to src/metacity-1/assets-Win/shade_unfocused_prelight.png diff --git a/src/metacity-1/assets-win/shade_unfocused_pressed.png b/src/metacity-1/assets-Win/shade_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/shade_unfocused_pressed.png rename to src/metacity-1/assets-Win/shade_unfocused_pressed.png diff --git a/src/metacity-1/assets-win/unmaximize.png b/src/metacity-1/assets-Win/unmaximize.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize.png rename to src/metacity-1/assets-Win/unmaximize.png diff --git a/src/metacity-1/assets-win/unmaximize_focused.png b/src/metacity-1/assets-Win/unmaximize_focused.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize_focused.png rename to src/metacity-1/assets-Win/unmaximize_focused.png diff --git a/src/metacity-1/assets-win/unmaximize_focused_normal.png b/src/metacity-1/assets-Win/unmaximize_focused_normal.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize_focused_normal.png rename to src/metacity-1/assets-Win/unmaximize_focused_normal.png diff --git a/src/metacity-1/assets-win/unmaximize_focused_prelight.png b/src/metacity-1/assets-Win/unmaximize_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize_focused_prelight.png rename to src/metacity-1/assets-Win/unmaximize_focused_prelight.png diff --git a/src/metacity-1/assets-win/unmaximize_focused_pressed.png b/src/metacity-1/assets-Win/unmaximize_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize_focused_pressed.png rename to src/metacity-1/assets-Win/unmaximize_focused_pressed.png diff --git a/src/metacity-1/assets-win/unmaximize_unfocused.png b/src/metacity-1/assets-Win/unmaximize_unfocused.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize_unfocused.png rename to src/metacity-1/assets-Win/unmaximize_unfocused.png diff --git a/src/metacity-1/assets-win/unmaximize_unfocused_prelight.png b/src/metacity-1/assets-Win/unmaximize_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize_unfocused_prelight.png rename to src/metacity-1/assets-Win/unmaximize_unfocused_prelight.png diff --git a/src/metacity-1/assets-win/unmaximize_unfocused_pressed.png b/src/metacity-1/assets-Win/unmaximize_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/unmaximize_unfocused_pressed.png rename to src/metacity-1/assets-Win/unmaximize_unfocused_pressed.png diff --git a/src/metacity-1/assets-win/unshade.png b/src/metacity-1/assets-Win/unshade.png similarity index 100% rename from src/metacity-1/assets-win/unshade.png rename to src/metacity-1/assets-Win/unshade.png diff --git a/src/metacity-1/assets-win/unshade_focused.png b/src/metacity-1/assets-Win/unshade_focused.png similarity index 100% rename from src/metacity-1/assets-win/unshade_focused.png rename to src/metacity-1/assets-Win/unshade_focused.png diff --git a/src/metacity-1/assets-win/unshade_focused_normal.png b/src/metacity-1/assets-Win/unshade_focused_normal.png similarity index 100% rename from src/metacity-1/assets-win/unshade_focused_normal.png rename to src/metacity-1/assets-Win/unshade_focused_normal.png diff --git a/src/metacity-1/assets-win/unshade_focused_prelight.png b/src/metacity-1/assets-Win/unshade_focused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/unshade_focused_prelight.png rename to src/metacity-1/assets-Win/unshade_focused_prelight.png diff --git a/src/metacity-1/assets-win/unshade_focused_pressed.png b/src/metacity-1/assets-Win/unshade_focused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/unshade_focused_pressed.png rename to src/metacity-1/assets-Win/unshade_focused_pressed.png diff --git a/src/metacity-1/assets-win/unshade_unfocused.png b/src/metacity-1/assets-Win/unshade_unfocused.png similarity index 100% rename from src/metacity-1/assets-win/unshade_unfocused.png rename to src/metacity-1/assets-Win/unshade_unfocused.png diff --git a/src/metacity-1/assets-win/unshade_unfocused_prelight.png b/src/metacity-1/assets-Win/unshade_unfocused_prelight.png similarity index 100% rename from src/metacity-1/assets-win/unshade_unfocused_prelight.png rename to src/metacity-1/assets-Win/unshade_unfocused_prelight.png diff --git a/src/metacity-1/assets-win/unshade_unfocused_pressed.png b/src/metacity-1/assets-Win/unshade_unfocused_pressed.png similarity index 100% rename from src/metacity-1/assets-win/unshade_unfocused_pressed.png rename to src/metacity-1/assets-Win/unshade_unfocused_pressed.png diff --git a/src/metacity-1/metacity-theme-1-light-round.xml b/src/metacity-1/metacity-theme-1-Light-Round.xml similarity index 100% rename from src/metacity-1/metacity-theme-1-light-round.xml rename to src/metacity-1/metacity-theme-1-Light-Round.xml diff --git a/src/metacity-1/metacity-theme-1-light-win.xml b/src/metacity-1/metacity-theme-1-Light-Win.xml similarity index 100% rename from src/metacity-1/metacity-theme-1-light-win.xml rename to src/metacity-1/metacity-theme-1-Light-Win.xml diff --git a/src/metacity-1/metacity-theme-1-light.xml b/src/metacity-1/metacity-theme-1-Light.xml similarity index 100% rename from src/metacity-1/metacity-theme-1-light.xml rename to src/metacity-1/metacity-theme-1-Light.xml diff --git a/src/metacity-1/metacity-theme-1-round.xml b/src/metacity-1/metacity-theme-1-Round.xml similarity index 100% rename from src/metacity-1/metacity-theme-1-round.xml rename to src/metacity-1/metacity-theme-1-Round.xml diff --git a/src/metacity-1/metacity-theme-1-win.xml b/src/metacity-1/metacity-theme-1-Win.xml similarity index 100% rename from src/metacity-1/metacity-theme-1-win.xml rename to src/metacity-1/metacity-theme-1-Win.xml diff --git a/src/metacity-1/metacity-theme-3-round.xml b/src/metacity-1/metacity-theme-3-Round.xml similarity index 100% rename from src/metacity-1/metacity-theme-3-round.xml rename to src/metacity-1/metacity-theme-3-Round.xml diff --git a/src/metacity-1/metacity-theme-3-win.xml b/src/metacity-1/metacity-theme-3-Win.xml similarity index 100% rename from src/metacity-1/metacity-theme-3-win.xml rename to src/metacity-1/metacity-theme-3-Win.xml diff --git a/src/metacity-1/thumbnail-light.png b/src/metacity-1/thumbnail-Light.png similarity index 100% rename from src/metacity-1/thumbnail-light.png rename to src/metacity-1/thumbnail-Light.png diff --git a/src/xfwm4/assets-light-hidpi/bottom-active.png b/src/xfwm4/assets-Light-hidpi/bottom-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/bottom-active.png rename to src/xfwm4/assets-Light-hidpi/bottom-active.png diff --git a/src/xfwm4/assets-light-hidpi/bottom-inactive.png b/src/xfwm4/assets-Light-hidpi/bottom-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/bottom-inactive.png rename to src/xfwm4/assets-Light-hidpi/bottom-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/bottom-left-active.png b/src/xfwm4/assets-Light-hidpi/bottom-left-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/bottom-left-active.png rename to src/xfwm4/assets-Light-hidpi/bottom-left-active.png diff --git a/src/xfwm4/assets-light-hidpi/bottom-left-inactive.png b/src/xfwm4/assets-Light-hidpi/bottom-left-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/bottom-left-inactive.png rename to src/xfwm4/assets-Light-hidpi/bottom-left-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/bottom-right-active.png b/src/xfwm4/assets-Light-hidpi/bottom-right-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/bottom-right-active.png rename to src/xfwm4/assets-Light-hidpi/bottom-right-active.png diff --git a/src/xfwm4/assets-light-hidpi/bottom-right-inactive.png b/src/xfwm4/assets-Light-hidpi/bottom-right-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/bottom-right-inactive.png rename to src/xfwm4/assets-Light-hidpi/bottom-right-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/close-active.png b/src/xfwm4/assets-Light-hidpi/close-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/close-active.png rename to src/xfwm4/assets-Light-hidpi/close-active.png diff --git a/src/xfwm4/assets-light-hidpi/close-inactive.png b/src/xfwm4/assets-Light-hidpi/close-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/close-inactive.png rename to src/xfwm4/assets-Light-hidpi/close-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/close-prelight.png b/src/xfwm4/assets-Light-hidpi/close-prelight.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/close-prelight.png rename to src/xfwm4/assets-Light-hidpi/close-prelight.png diff --git a/src/xfwm4/assets-light-hidpi/close-pressed.png b/src/xfwm4/assets-Light-hidpi/close-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/close-pressed.png rename to src/xfwm4/assets-Light-hidpi/close-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/hide-active.png b/src/xfwm4/assets-Light-hidpi/hide-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/hide-active.png rename to src/xfwm4/assets-Light-hidpi/hide-active.png diff --git a/src/xfwm4/assets-light-hidpi/hide-inactive.png b/src/xfwm4/assets-Light-hidpi/hide-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/hide-inactive.png rename to src/xfwm4/assets-Light-hidpi/hide-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/hide-prelight.png b/src/xfwm4/assets-Light-hidpi/hide-prelight.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/hide-prelight.png rename to src/xfwm4/assets-Light-hidpi/hide-prelight.png diff --git a/src/xfwm4/assets-light-hidpi/hide-pressed.png b/src/xfwm4/assets-Light-hidpi/hide-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/hide-pressed.png rename to src/xfwm4/assets-Light-hidpi/hide-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/left-active.png b/src/xfwm4/assets-Light-hidpi/left-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/left-active.png rename to src/xfwm4/assets-Light-hidpi/left-active.png diff --git a/src/xfwm4/assets-light-hidpi/left-inactive.png b/src/xfwm4/assets-Light-hidpi/left-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/left-inactive.png rename to src/xfwm4/assets-Light-hidpi/left-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-active.png b/src/xfwm4/assets-Light-hidpi/maximize-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-active.png rename to src/xfwm4/assets-Light-hidpi/maximize-active.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-inactive.png b/src/xfwm4/assets-Light-hidpi/maximize-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-inactive.png rename to src/xfwm4/assets-Light-hidpi/maximize-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-prelight.png b/src/xfwm4/assets-Light-hidpi/maximize-prelight.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-prelight.png rename to src/xfwm4/assets-Light-hidpi/maximize-prelight.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-pressed.png b/src/xfwm4/assets-Light-hidpi/maximize-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-pressed.png rename to src/xfwm4/assets-Light-hidpi/maximize-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-toggled-active.png b/src/xfwm4/assets-Light-hidpi/maximize-toggled-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-toggled-active.png rename to src/xfwm4/assets-Light-hidpi/maximize-toggled-active.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-toggled-inactive.png b/src/xfwm4/assets-Light-hidpi/maximize-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-toggled-inactive.png rename to src/xfwm4/assets-Light-hidpi/maximize-toggled-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-toggled-prelight.png b/src/xfwm4/assets-Light-hidpi/maximize-toggled-prelight.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-toggled-prelight.png rename to src/xfwm4/assets-Light-hidpi/maximize-toggled-prelight.png diff --git a/src/xfwm4/assets-light-hidpi/maximize-toggled-pressed.png b/src/xfwm4/assets-Light-hidpi/maximize-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/maximize-toggled-pressed.png rename to src/xfwm4/assets-Light-hidpi/maximize-toggled-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/menu-active.png b/src/xfwm4/assets-Light-hidpi/menu-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/menu-active.png rename to src/xfwm4/assets-Light-hidpi/menu-active.png diff --git a/src/xfwm4/assets-light-hidpi/menu-inactive.png b/src/xfwm4/assets-Light-hidpi/menu-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/menu-inactive.png rename to src/xfwm4/assets-Light-hidpi/menu-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/menu-pressed.png b/src/xfwm4/assets-Light-hidpi/menu-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/menu-pressed.png rename to src/xfwm4/assets-Light-hidpi/menu-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/right-active.png b/src/xfwm4/assets-Light-hidpi/right-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/right-active.png rename to src/xfwm4/assets-Light-hidpi/right-active.png diff --git a/src/xfwm4/assets-light-hidpi/right-inactive.png b/src/xfwm4/assets-Light-hidpi/right-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/right-inactive.png rename to src/xfwm4/assets-Light-hidpi/right-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/shade-active.png b/src/xfwm4/assets-Light-hidpi/shade-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/shade-active.png rename to src/xfwm4/assets-Light-hidpi/shade-active.png diff --git a/src/xfwm4/assets-light-hidpi/shade-inactive.png b/src/xfwm4/assets-Light-hidpi/shade-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/shade-inactive.png rename to src/xfwm4/assets-Light-hidpi/shade-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/shade-pressed.png b/src/xfwm4/assets-Light-hidpi/shade-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/shade-pressed.png rename to src/xfwm4/assets-Light-hidpi/shade-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/stick-active.png b/src/xfwm4/assets-Light-hidpi/stick-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/stick-active.png rename to src/xfwm4/assets-Light-hidpi/stick-active.png diff --git a/src/xfwm4/assets-light-hidpi/stick-inactive.png b/src/xfwm4/assets-Light-hidpi/stick-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/stick-inactive.png rename to src/xfwm4/assets-Light-hidpi/stick-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/stick-pressed.png b/src/xfwm4/assets-Light-hidpi/stick-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/stick-pressed.png rename to src/xfwm4/assets-Light-hidpi/stick-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/stick-toggled-active.png b/src/xfwm4/assets-Light-hidpi/stick-toggled-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/stick-toggled-active.png rename to src/xfwm4/assets-Light-hidpi/stick-toggled-active.png diff --git a/src/xfwm4/assets-light-hidpi/stick-toggled-inactive.png b/src/xfwm4/assets-Light-hidpi/stick-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/stick-toggled-inactive.png rename to src/xfwm4/assets-Light-hidpi/stick-toggled-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/stick-toggled-pressed.png b/src/xfwm4/assets-Light-hidpi/stick-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/stick-toggled-pressed.png rename to src/xfwm4/assets-Light-hidpi/stick-toggled-pressed.png diff --git a/src/xfwm4/assets-light-hidpi/title-1-active.png b/src/xfwm4/assets-Light-hidpi/title-1-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-1-active.png rename to src/xfwm4/assets-Light-hidpi/title-1-active.png diff --git a/src/xfwm4/assets-light-hidpi/title-1-inactive.png b/src/xfwm4/assets-Light-hidpi/title-1-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-1-inactive.png rename to src/xfwm4/assets-Light-hidpi/title-1-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/title-2-active.png b/src/xfwm4/assets-Light-hidpi/title-2-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-2-active.png rename to src/xfwm4/assets-Light-hidpi/title-2-active.png diff --git a/src/xfwm4/assets-light-hidpi/title-2-inactive.png b/src/xfwm4/assets-Light-hidpi/title-2-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-2-inactive.png rename to src/xfwm4/assets-Light-hidpi/title-2-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/title-3-active.png b/src/xfwm4/assets-Light-hidpi/title-3-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-3-active.png rename to src/xfwm4/assets-Light-hidpi/title-3-active.png diff --git a/src/xfwm4/assets-light-hidpi/title-3-inactive.png b/src/xfwm4/assets-Light-hidpi/title-3-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-3-inactive.png rename to src/xfwm4/assets-Light-hidpi/title-3-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/title-4-active.png b/src/xfwm4/assets-Light-hidpi/title-4-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-4-active.png rename to src/xfwm4/assets-Light-hidpi/title-4-active.png diff --git a/src/xfwm4/assets-light-hidpi/title-4-inactive.png b/src/xfwm4/assets-Light-hidpi/title-4-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-4-inactive.png rename to src/xfwm4/assets-Light-hidpi/title-4-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/title-5-active.png b/src/xfwm4/assets-Light-hidpi/title-5-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-5-active.png rename to src/xfwm4/assets-Light-hidpi/title-5-active.png diff --git a/src/xfwm4/assets-light-hidpi/title-5-inactive.png b/src/xfwm4/assets-Light-hidpi/title-5-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/title-5-inactive.png rename to src/xfwm4/assets-Light-hidpi/title-5-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/top-left-active.png b/src/xfwm4/assets-Light-hidpi/top-left-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/top-left-active.png rename to src/xfwm4/assets-Light-hidpi/top-left-active.png diff --git a/src/xfwm4/assets-light-hidpi/top-left-inactive.png b/src/xfwm4/assets-Light-hidpi/top-left-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/top-left-inactive.png rename to src/xfwm4/assets-Light-hidpi/top-left-inactive.png diff --git a/src/xfwm4/assets-light-hidpi/top-right-active.png b/src/xfwm4/assets-Light-hidpi/top-right-active.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/top-right-active.png rename to src/xfwm4/assets-Light-hidpi/top-right-active.png diff --git a/src/xfwm4/assets-light-hidpi/top-right-inactive.png b/src/xfwm4/assets-Light-hidpi/top-right-inactive.png similarity index 100% rename from src/xfwm4/assets-light-hidpi/top-right-inactive.png rename to src/xfwm4/assets-Light-hidpi/top-right-inactive.png diff --git a/src/xfwm4/assets-light.svg b/src/xfwm4/assets-Light.svg similarity index 100% rename from src/xfwm4/assets-light.svg rename to src/xfwm4/assets-Light.svg diff --git a/src/xfwm4/assets-light/bottom-active.png b/src/xfwm4/assets-Light/bottom-active.png similarity index 100% rename from src/xfwm4/assets-light/bottom-active.png rename to src/xfwm4/assets-Light/bottom-active.png diff --git a/src/xfwm4/assets-light/bottom-inactive.png b/src/xfwm4/assets-Light/bottom-inactive.png similarity index 100% rename from src/xfwm4/assets-light/bottom-inactive.png rename to src/xfwm4/assets-Light/bottom-inactive.png diff --git a/src/xfwm4/assets-light/bottom-left-active.png b/src/xfwm4/assets-Light/bottom-left-active.png similarity index 100% rename from src/xfwm4/assets-light/bottom-left-active.png rename to src/xfwm4/assets-Light/bottom-left-active.png diff --git a/src/xfwm4/assets-light/bottom-left-inactive.png b/src/xfwm4/assets-Light/bottom-left-inactive.png similarity index 100% rename from src/xfwm4/assets-light/bottom-left-inactive.png rename to src/xfwm4/assets-Light/bottom-left-inactive.png diff --git a/src/xfwm4/assets-light/bottom-right-active.png b/src/xfwm4/assets-Light/bottom-right-active.png similarity index 100% rename from src/xfwm4/assets-light/bottom-right-active.png rename to src/xfwm4/assets-Light/bottom-right-active.png diff --git a/src/xfwm4/assets-light/bottom-right-inactive.png b/src/xfwm4/assets-Light/bottom-right-inactive.png similarity index 100% rename from src/xfwm4/assets-light/bottom-right-inactive.png rename to src/xfwm4/assets-Light/bottom-right-inactive.png diff --git a/src/xfwm4/assets-light/close-active.png b/src/xfwm4/assets-Light/close-active.png similarity index 100% rename from src/xfwm4/assets-light/close-active.png rename to src/xfwm4/assets-Light/close-active.png diff --git a/src/xfwm4/assets-light/close-inactive.png b/src/xfwm4/assets-Light/close-inactive.png similarity index 100% rename from src/xfwm4/assets-light/close-inactive.png rename to src/xfwm4/assets-Light/close-inactive.png diff --git a/src/xfwm4/assets-light/close-prelight.png b/src/xfwm4/assets-Light/close-prelight.png similarity index 100% rename from src/xfwm4/assets-light/close-prelight.png rename to src/xfwm4/assets-Light/close-prelight.png diff --git a/src/xfwm4/assets-light/close-pressed.png b/src/xfwm4/assets-Light/close-pressed.png similarity index 100% rename from src/xfwm4/assets-light/close-pressed.png rename to src/xfwm4/assets-Light/close-pressed.png diff --git a/src/xfwm4/assets-light/hide-active.png b/src/xfwm4/assets-Light/hide-active.png similarity index 100% rename from src/xfwm4/assets-light/hide-active.png rename to src/xfwm4/assets-Light/hide-active.png diff --git a/src/xfwm4/assets-light/hide-inactive.png b/src/xfwm4/assets-Light/hide-inactive.png similarity index 100% rename from src/xfwm4/assets-light/hide-inactive.png rename to src/xfwm4/assets-Light/hide-inactive.png diff --git a/src/xfwm4/assets-light/hide-prelight.png b/src/xfwm4/assets-Light/hide-prelight.png similarity index 100% rename from src/xfwm4/assets-light/hide-prelight.png rename to src/xfwm4/assets-Light/hide-prelight.png diff --git a/src/xfwm4/assets-light/hide-pressed.png b/src/xfwm4/assets-Light/hide-pressed.png similarity index 100% rename from src/xfwm4/assets-light/hide-pressed.png rename to src/xfwm4/assets-Light/hide-pressed.png diff --git a/src/xfwm4/assets-light/left-active.png b/src/xfwm4/assets-Light/left-active.png similarity index 100% rename from src/xfwm4/assets-light/left-active.png rename to src/xfwm4/assets-Light/left-active.png diff --git a/src/xfwm4/assets-light/left-inactive.png b/src/xfwm4/assets-Light/left-inactive.png similarity index 100% rename from src/xfwm4/assets-light/left-inactive.png rename to src/xfwm4/assets-Light/left-inactive.png diff --git a/src/xfwm4/assets-light/maximize-active.png b/src/xfwm4/assets-Light/maximize-active.png similarity index 100% rename from src/xfwm4/assets-light/maximize-active.png rename to src/xfwm4/assets-Light/maximize-active.png diff --git a/src/xfwm4/assets-light/maximize-inactive.png b/src/xfwm4/assets-Light/maximize-inactive.png similarity index 100% rename from src/xfwm4/assets-light/maximize-inactive.png rename to src/xfwm4/assets-Light/maximize-inactive.png diff --git a/src/xfwm4/assets-light/maximize-prelight.png b/src/xfwm4/assets-Light/maximize-prelight.png similarity index 100% rename from src/xfwm4/assets-light/maximize-prelight.png rename to src/xfwm4/assets-Light/maximize-prelight.png diff --git a/src/xfwm4/assets-light/maximize-pressed.png b/src/xfwm4/assets-Light/maximize-pressed.png similarity index 100% rename from src/xfwm4/assets-light/maximize-pressed.png rename to src/xfwm4/assets-Light/maximize-pressed.png diff --git a/src/xfwm4/assets-light/maximize-toggled-active.png b/src/xfwm4/assets-Light/maximize-toggled-active.png similarity index 100% rename from src/xfwm4/assets-light/maximize-toggled-active.png rename to src/xfwm4/assets-Light/maximize-toggled-active.png diff --git a/src/xfwm4/assets-light/maximize-toggled-inactive.png b/src/xfwm4/assets-Light/maximize-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-light/maximize-toggled-inactive.png rename to src/xfwm4/assets-Light/maximize-toggled-inactive.png diff --git a/src/xfwm4/assets-light/maximize-toggled-prelight.png b/src/xfwm4/assets-Light/maximize-toggled-prelight.png similarity index 100% rename from src/xfwm4/assets-light/maximize-toggled-prelight.png rename to src/xfwm4/assets-Light/maximize-toggled-prelight.png diff --git a/src/xfwm4/assets-light/maximize-toggled-pressed.png b/src/xfwm4/assets-Light/maximize-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-light/maximize-toggled-pressed.png rename to src/xfwm4/assets-Light/maximize-toggled-pressed.png diff --git a/src/xfwm4/assets-light/menu-active.png b/src/xfwm4/assets-Light/menu-active.png similarity index 100% rename from src/xfwm4/assets-light/menu-active.png rename to src/xfwm4/assets-Light/menu-active.png diff --git a/src/xfwm4/assets-light/menu-inactive.png b/src/xfwm4/assets-Light/menu-inactive.png similarity index 100% rename from src/xfwm4/assets-light/menu-inactive.png rename to src/xfwm4/assets-Light/menu-inactive.png diff --git a/src/xfwm4/assets-light/menu-pressed.png b/src/xfwm4/assets-Light/menu-pressed.png similarity index 100% rename from src/xfwm4/assets-light/menu-pressed.png rename to src/xfwm4/assets-Light/menu-pressed.png diff --git a/src/xfwm4/assets-light/right-active.png b/src/xfwm4/assets-Light/right-active.png similarity index 100% rename from src/xfwm4/assets-light/right-active.png rename to src/xfwm4/assets-Light/right-active.png diff --git a/src/xfwm4/assets-light/right-inactive.png b/src/xfwm4/assets-Light/right-inactive.png similarity index 100% rename from src/xfwm4/assets-light/right-inactive.png rename to src/xfwm4/assets-Light/right-inactive.png diff --git a/src/xfwm4/assets-light/shade-active.png b/src/xfwm4/assets-Light/shade-active.png similarity index 100% rename from src/xfwm4/assets-light/shade-active.png rename to src/xfwm4/assets-Light/shade-active.png diff --git a/src/xfwm4/assets-light/shade-inactive.png b/src/xfwm4/assets-Light/shade-inactive.png similarity index 100% rename from src/xfwm4/assets-light/shade-inactive.png rename to src/xfwm4/assets-Light/shade-inactive.png diff --git a/src/xfwm4/assets-light/shade-pressed.png b/src/xfwm4/assets-Light/shade-pressed.png similarity index 100% rename from src/xfwm4/assets-light/shade-pressed.png rename to src/xfwm4/assets-Light/shade-pressed.png diff --git a/src/xfwm4/assets-light/stick-active.png b/src/xfwm4/assets-Light/stick-active.png similarity index 100% rename from src/xfwm4/assets-light/stick-active.png rename to src/xfwm4/assets-Light/stick-active.png diff --git a/src/xfwm4/assets-light/stick-inactive.png b/src/xfwm4/assets-Light/stick-inactive.png similarity index 100% rename from src/xfwm4/assets-light/stick-inactive.png rename to src/xfwm4/assets-Light/stick-inactive.png diff --git a/src/xfwm4/assets-light/stick-pressed.png b/src/xfwm4/assets-Light/stick-pressed.png similarity index 100% rename from src/xfwm4/assets-light/stick-pressed.png rename to src/xfwm4/assets-Light/stick-pressed.png diff --git a/src/xfwm4/assets-light/stick-toggled-active.png b/src/xfwm4/assets-Light/stick-toggled-active.png similarity index 100% rename from src/xfwm4/assets-light/stick-toggled-active.png rename to src/xfwm4/assets-Light/stick-toggled-active.png diff --git a/src/xfwm4/assets-light/stick-toggled-inactive.png b/src/xfwm4/assets-Light/stick-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-light/stick-toggled-inactive.png rename to src/xfwm4/assets-Light/stick-toggled-inactive.png diff --git a/src/xfwm4/assets-light/stick-toggled-pressed.png b/src/xfwm4/assets-Light/stick-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-light/stick-toggled-pressed.png rename to src/xfwm4/assets-Light/stick-toggled-pressed.png diff --git a/src/xfwm4/assets-light/title-1-active.png b/src/xfwm4/assets-Light/title-1-active.png similarity index 100% rename from src/xfwm4/assets-light/title-1-active.png rename to src/xfwm4/assets-Light/title-1-active.png diff --git a/src/xfwm4/assets-light/title-1-inactive.png b/src/xfwm4/assets-Light/title-1-inactive.png similarity index 100% rename from src/xfwm4/assets-light/title-1-inactive.png rename to src/xfwm4/assets-Light/title-1-inactive.png diff --git a/src/xfwm4/assets-light/title-2-active.png b/src/xfwm4/assets-Light/title-2-active.png similarity index 100% rename from src/xfwm4/assets-light/title-2-active.png rename to src/xfwm4/assets-Light/title-2-active.png diff --git a/src/xfwm4/assets-light/title-2-inactive.png b/src/xfwm4/assets-Light/title-2-inactive.png similarity index 100% rename from src/xfwm4/assets-light/title-2-inactive.png rename to src/xfwm4/assets-Light/title-2-inactive.png diff --git a/src/xfwm4/assets-light/title-3-active.png b/src/xfwm4/assets-Light/title-3-active.png similarity index 100% rename from src/xfwm4/assets-light/title-3-active.png rename to src/xfwm4/assets-Light/title-3-active.png diff --git a/src/xfwm4/assets-light/title-3-inactive.png b/src/xfwm4/assets-Light/title-3-inactive.png similarity index 100% rename from src/xfwm4/assets-light/title-3-inactive.png rename to src/xfwm4/assets-Light/title-3-inactive.png diff --git a/src/xfwm4/assets-light/title-4-active.png b/src/xfwm4/assets-Light/title-4-active.png similarity index 100% rename from src/xfwm4/assets-light/title-4-active.png rename to src/xfwm4/assets-Light/title-4-active.png diff --git a/src/xfwm4/assets-light/title-4-inactive.png b/src/xfwm4/assets-Light/title-4-inactive.png similarity index 100% rename from src/xfwm4/assets-light/title-4-inactive.png rename to src/xfwm4/assets-Light/title-4-inactive.png diff --git a/src/xfwm4/assets-light/title-5-active.png b/src/xfwm4/assets-Light/title-5-active.png similarity index 100% rename from src/xfwm4/assets-light/title-5-active.png rename to src/xfwm4/assets-Light/title-5-active.png diff --git a/src/xfwm4/assets-light/title-5-inactive.png b/src/xfwm4/assets-Light/title-5-inactive.png similarity index 100% rename from src/xfwm4/assets-light/title-5-inactive.png rename to src/xfwm4/assets-Light/title-5-inactive.png diff --git a/src/xfwm4/assets-light/top-left-active.png b/src/xfwm4/assets-Light/top-left-active.png similarity index 100% rename from src/xfwm4/assets-light/top-left-active.png rename to src/xfwm4/assets-Light/top-left-active.png diff --git a/src/xfwm4/assets-light/top-left-inactive.png b/src/xfwm4/assets-Light/top-left-inactive.png similarity index 100% rename from src/xfwm4/assets-light/top-left-inactive.png rename to src/xfwm4/assets-Light/top-left-inactive.png diff --git a/src/xfwm4/assets-light/top-right-active.png b/src/xfwm4/assets-Light/top-right-active.png similarity index 100% rename from src/xfwm4/assets-light/top-right-active.png rename to src/xfwm4/assets-Light/top-right-active.png diff --git a/src/xfwm4/assets-light/top-right-inactive.png b/src/xfwm4/assets-Light/top-right-inactive.png similarity index 100% rename from src/xfwm4/assets-light/top-right-inactive.png rename to src/xfwm4/assets-Light/top-right-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/bottom-active.png b/src/xfwm4/assets-Win-Light-hidpi/bottom-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/bottom-active.png rename to src/xfwm4/assets-Win-Light-hidpi/bottom-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/bottom-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/bottom-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/bottom-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/bottom-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/bottom-left-active.png b/src/xfwm4/assets-Win-Light-hidpi/bottom-left-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/bottom-left-active.png rename to src/xfwm4/assets-Win-Light-hidpi/bottom-left-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/bottom-left-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/bottom-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/bottom-left-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/bottom-left-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/bottom-right-active.png b/src/xfwm4/assets-Win-Light-hidpi/bottom-right-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/bottom-right-active.png rename to src/xfwm4/assets-Win-Light-hidpi/bottom-right-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/bottom-right-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/bottom-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/bottom-right-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/bottom-right-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/close-active.png b/src/xfwm4/assets-Win-Light-hidpi/close-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/close-active.png rename to src/xfwm4/assets-Win-Light-hidpi/close-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/close-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/close-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/close-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/close-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/close-prelight.png b/src/xfwm4/assets-Win-Light-hidpi/close-prelight.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/close-prelight.png rename to src/xfwm4/assets-Win-Light-hidpi/close-prelight.png diff --git a/src/xfwm4/assets-win-hidpi/close-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/close-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/close-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/close-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/hide-active.png b/src/xfwm4/assets-Win-Light-hidpi/hide-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/hide-active.png rename to src/xfwm4/assets-Win-Light-hidpi/hide-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/hide-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/hide-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/hide-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/hide-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/hide-prelight.png b/src/xfwm4/assets-Win-Light-hidpi/hide-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/hide-prelight.png rename to src/xfwm4/assets-Win-Light-hidpi/hide-prelight.png diff --git a/src/xfwm4/assets-win-light-hidpi/hide-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/hide-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/hide-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/hide-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/left-active.png b/src/xfwm4/assets-Win-Light-hidpi/left-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/left-active.png rename to src/xfwm4/assets-Win-Light-hidpi/left-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/left-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/left-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/left-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-active.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-active.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-prelight.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-prelight.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-prelight.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-toggled-active.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-toggled-active.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-toggled-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-toggled-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-toggled-prelight.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-toggled-prelight.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-prelight.png diff --git a/src/xfwm4/assets-win-light-hidpi/maximize-toggled-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/maximize-toggled-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/maximize-toggled-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/menu-active.png b/src/xfwm4/assets-Win-Light-hidpi/menu-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/menu-active.png rename to src/xfwm4/assets-Win-Light-hidpi/menu-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/menu-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/menu-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/menu-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/menu-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/menu-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/menu-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/menu-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/menu-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/right-active.png b/src/xfwm4/assets-Win-Light-hidpi/right-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/right-active.png rename to src/xfwm4/assets-Win-Light-hidpi/right-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/right-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/right-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/right-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/shade-active.png b/src/xfwm4/assets-Win-Light-hidpi/shade-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/shade-active.png rename to src/xfwm4/assets-Win-Light-hidpi/shade-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/shade-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/shade-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/shade-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/shade-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/shade-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/shade-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/shade-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/shade-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/stick-active.png b/src/xfwm4/assets-Win-Light-hidpi/stick-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/stick-active.png rename to src/xfwm4/assets-Win-Light-hidpi/stick-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/stick-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/stick-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/stick-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/stick-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/stick-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/stick-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/stick-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/stick-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/stick-toggled-active.png b/src/xfwm4/assets-Win-Light-hidpi/stick-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/stick-toggled-active.png rename to src/xfwm4/assets-Win-Light-hidpi/stick-toggled-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/stick-toggled-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/stick-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/stick-toggled-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/stick-toggled-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/stick-toggled-pressed.png b/src/xfwm4/assets-Win-Light-hidpi/stick-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/stick-toggled-pressed.png rename to src/xfwm4/assets-Win-Light-hidpi/stick-toggled-pressed.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-1-active.png b/src/xfwm4/assets-Win-Light-hidpi/title-1-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-1-active.png rename to src/xfwm4/assets-Win-Light-hidpi/title-1-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-1-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/title-1-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-1-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/title-1-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-2-active.png b/src/xfwm4/assets-Win-Light-hidpi/title-2-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-2-active.png rename to src/xfwm4/assets-Win-Light-hidpi/title-2-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-2-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/title-2-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-2-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/title-2-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-3-active.png b/src/xfwm4/assets-Win-Light-hidpi/title-3-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-3-active.png rename to src/xfwm4/assets-Win-Light-hidpi/title-3-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-3-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/title-3-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-3-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/title-3-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-4-active.png b/src/xfwm4/assets-Win-Light-hidpi/title-4-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-4-active.png rename to src/xfwm4/assets-Win-Light-hidpi/title-4-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-4-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/title-4-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-4-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/title-4-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-5-active.png b/src/xfwm4/assets-Win-Light-hidpi/title-5-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-5-active.png rename to src/xfwm4/assets-Win-Light-hidpi/title-5-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/title-5-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/title-5-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/title-5-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/title-5-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/top-left-active.png b/src/xfwm4/assets-Win-Light-hidpi/top-left-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/top-left-active.png rename to src/xfwm4/assets-Win-Light-hidpi/top-left-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/top-left-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/top-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/top-left-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/top-left-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/top-right-active.png b/src/xfwm4/assets-Win-Light-hidpi/top-right-active.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/top-right-active.png rename to src/xfwm4/assets-Win-Light-hidpi/top-right-active.png diff --git a/src/xfwm4/assets-win-light-hidpi/top-right-inactive.png b/src/xfwm4/assets-Win-Light-hidpi/top-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/top-right-inactive.png rename to src/xfwm4/assets-Win-Light-hidpi/top-right-inactive.png diff --git a/src/xfwm4/assets-win-light.svg b/src/xfwm4/assets-Win-Light.svg similarity index 100% rename from src/xfwm4/assets-win-light.svg rename to src/xfwm4/assets-Win-Light.svg diff --git a/src/xfwm4/assets-win-light/bottom-active.png b/src/xfwm4/assets-Win-Light/bottom-active.png similarity index 100% rename from src/xfwm4/assets-win-light/bottom-active.png rename to src/xfwm4/assets-Win-Light/bottom-active.png diff --git a/src/xfwm4/assets-win-light/bottom-inactive.png b/src/xfwm4/assets-Win-Light/bottom-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/bottom-inactive.png rename to src/xfwm4/assets-Win-Light/bottom-inactive.png diff --git a/src/xfwm4/assets-win-light/bottom-left-active.png b/src/xfwm4/assets-Win-Light/bottom-left-active.png similarity index 100% rename from src/xfwm4/assets-win-light/bottom-left-active.png rename to src/xfwm4/assets-Win-Light/bottom-left-active.png diff --git a/src/xfwm4/assets-win-light/bottom-left-inactive.png b/src/xfwm4/assets-Win-Light/bottom-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/bottom-left-inactive.png rename to src/xfwm4/assets-Win-Light/bottom-left-inactive.png diff --git a/src/xfwm4/assets-win-light/bottom-right-active.png b/src/xfwm4/assets-Win-Light/bottom-right-active.png similarity index 100% rename from src/xfwm4/assets-win-light/bottom-right-active.png rename to src/xfwm4/assets-Win-Light/bottom-right-active.png diff --git a/src/xfwm4/assets-win-light/bottom-right-inactive.png b/src/xfwm4/assets-Win-Light/bottom-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/bottom-right-inactive.png rename to src/xfwm4/assets-Win-Light/bottom-right-inactive.png diff --git a/src/xfwm4/assets-win-light/close-active.png b/src/xfwm4/assets-Win-Light/close-active.png similarity index 100% rename from src/xfwm4/assets-win-light/close-active.png rename to src/xfwm4/assets-Win-Light/close-active.png diff --git a/src/xfwm4/assets-win-light/close-inactive.png b/src/xfwm4/assets-Win-Light/close-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/close-inactive.png rename to src/xfwm4/assets-Win-Light/close-inactive.png diff --git a/src/xfwm4/assets-win-light/close-prelight.png b/src/xfwm4/assets-Win-Light/close-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light/close-prelight.png rename to src/xfwm4/assets-Win-Light/close-prelight.png diff --git a/src/xfwm4/assets-win-light/close-pressed.png b/src/xfwm4/assets-Win-Light/close-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/close-pressed.png rename to src/xfwm4/assets-Win-Light/close-pressed.png diff --git a/src/xfwm4/assets-win-light/hide-active.png b/src/xfwm4/assets-Win-Light/hide-active.png similarity index 100% rename from src/xfwm4/assets-win-light/hide-active.png rename to src/xfwm4/assets-Win-Light/hide-active.png diff --git a/src/xfwm4/assets-win-light/hide-inactive.png b/src/xfwm4/assets-Win-Light/hide-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/hide-inactive.png rename to src/xfwm4/assets-Win-Light/hide-inactive.png diff --git a/src/xfwm4/assets-win-light/hide-prelight.png b/src/xfwm4/assets-Win-Light/hide-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light/hide-prelight.png rename to src/xfwm4/assets-Win-Light/hide-prelight.png diff --git a/src/xfwm4/assets-win-light/hide-pressed.png b/src/xfwm4/assets-Win-Light/hide-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/hide-pressed.png rename to src/xfwm4/assets-Win-Light/hide-pressed.png diff --git a/src/xfwm4/assets-win-light/left-active.png b/src/xfwm4/assets-Win-Light/left-active.png similarity index 100% rename from src/xfwm4/assets-win-light/left-active.png rename to src/xfwm4/assets-Win-Light/left-active.png diff --git a/src/xfwm4/assets-win-light/left-inactive.png b/src/xfwm4/assets-Win-Light/left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/left-inactive.png rename to src/xfwm4/assets-Win-Light/left-inactive.png diff --git a/src/xfwm4/assets-win-light/maximize-active.png b/src/xfwm4/assets-Win-Light/maximize-active.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-active.png rename to src/xfwm4/assets-Win-Light/maximize-active.png diff --git a/src/xfwm4/assets-win-light/maximize-inactive.png b/src/xfwm4/assets-Win-Light/maximize-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-inactive.png rename to src/xfwm4/assets-Win-Light/maximize-inactive.png diff --git a/src/xfwm4/assets-win-light/maximize-prelight.png b/src/xfwm4/assets-Win-Light/maximize-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-prelight.png rename to src/xfwm4/assets-Win-Light/maximize-prelight.png diff --git a/src/xfwm4/assets-win-light/maximize-pressed.png b/src/xfwm4/assets-Win-Light/maximize-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-pressed.png rename to src/xfwm4/assets-Win-Light/maximize-pressed.png diff --git a/src/xfwm4/assets-win-light/maximize-toggled-active.png b/src/xfwm4/assets-Win-Light/maximize-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-toggled-active.png rename to src/xfwm4/assets-Win-Light/maximize-toggled-active.png diff --git a/src/xfwm4/assets-win-light/maximize-toggled-inactive.png b/src/xfwm4/assets-Win-Light/maximize-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-toggled-inactive.png rename to src/xfwm4/assets-Win-Light/maximize-toggled-inactive.png diff --git a/src/xfwm4/assets-win-light/maximize-toggled-prelight.png b/src/xfwm4/assets-Win-Light/maximize-toggled-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-toggled-prelight.png rename to src/xfwm4/assets-Win-Light/maximize-toggled-prelight.png diff --git a/src/xfwm4/assets-win-light/maximize-toggled-pressed.png b/src/xfwm4/assets-Win-Light/maximize-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/maximize-toggled-pressed.png rename to src/xfwm4/assets-Win-Light/maximize-toggled-pressed.png diff --git a/src/xfwm4/assets-win-light/menu-active.png b/src/xfwm4/assets-Win-Light/menu-active.png similarity index 100% rename from src/xfwm4/assets-win-light/menu-active.png rename to src/xfwm4/assets-Win-Light/menu-active.png diff --git a/src/xfwm4/assets-win-light/menu-inactive.png b/src/xfwm4/assets-Win-Light/menu-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/menu-inactive.png rename to src/xfwm4/assets-Win-Light/menu-inactive.png diff --git a/src/xfwm4/assets-win-light/menu-pressed.png b/src/xfwm4/assets-Win-Light/menu-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/menu-pressed.png rename to src/xfwm4/assets-Win-Light/menu-pressed.png diff --git a/src/xfwm4/assets-win-light/right-active.png b/src/xfwm4/assets-Win-Light/right-active.png similarity index 100% rename from src/xfwm4/assets-win-light/right-active.png rename to src/xfwm4/assets-Win-Light/right-active.png diff --git a/src/xfwm4/assets-win-light/right-inactive.png b/src/xfwm4/assets-Win-Light/right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/right-inactive.png rename to src/xfwm4/assets-Win-Light/right-inactive.png diff --git a/src/xfwm4/assets-win-light/shade-active.png b/src/xfwm4/assets-Win-Light/shade-active.png similarity index 100% rename from src/xfwm4/assets-win-light/shade-active.png rename to src/xfwm4/assets-Win-Light/shade-active.png diff --git a/src/xfwm4/assets-win-light/shade-inactive.png b/src/xfwm4/assets-Win-Light/shade-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/shade-inactive.png rename to src/xfwm4/assets-Win-Light/shade-inactive.png diff --git a/src/xfwm4/assets-win-light/shade-pressed.png b/src/xfwm4/assets-Win-Light/shade-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/shade-pressed.png rename to src/xfwm4/assets-Win-Light/shade-pressed.png diff --git a/src/xfwm4/assets-win-light/stick-active.png b/src/xfwm4/assets-Win-Light/stick-active.png similarity index 100% rename from src/xfwm4/assets-win-light/stick-active.png rename to src/xfwm4/assets-Win-Light/stick-active.png diff --git a/src/xfwm4/assets-win-light/stick-inactive.png b/src/xfwm4/assets-Win-Light/stick-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/stick-inactive.png rename to src/xfwm4/assets-Win-Light/stick-inactive.png diff --git a/src/xfwm4/assets-win-light/stick-pressed.png b/src/xfwm4/assets-Win-Light/stick-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/stick-pressed.png rename to src/xfwm4/assets-Win-Light/stick-pressed.png diff --git a/src/xfwm4/assets-win-light/stick-toggled-active.png b/src/xfwm4/assets-Win-Light/stick-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win-light/stick-toggled-active.png rename to src/xfwm4/assets-Win-Light/stick-toggled-active.png diff --git a/src/xfwm4/assets-win-light/stick-toggled-inactive.png b/src/xfwm4/assets-Win-Light/stick-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/stick-toggled-inactive.png rename to src/xfwm4/assets-Win-Light/stick-toggled-inactive.png diff --git a/src/xfwm4/assets-win-light/stick-toggled-pressed.png b/src/xfwm4/assets-Win-Light/stick-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light/stick-toggled-pressed.png rename to src/xfwm4/assets-Win-Light/stick-toggled-pressed.png diff --git a/src/xfwm4/assets-win-light/title-1-active.png b/src/xfwm4/assets-Win-Light/title-1-active.png similarity index 100% rename from src/xfwm4/assets-win-light/title-1-active.png rename to src/xfwm4/assets-Win-Light/title-1-active.png diff --git a/src/xfwm4/assets-win-light/title-1-inactive.png b/src/xfwm4/assets-Win-Light/title-1-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/title-1-inactive.png rename to src/xfwm4/assets-Win-Light/title-1-inactive.png diff --git a/src/xfwm4/assets-win-light/title-2-active.png b/src/xfwm4/assets-Win-Light/title-2-active.png similarity index 100% rename from src/xfwm4/assets-win-light/title-2-active.png rename to src/xfwm4/assets-Win-Light/title-2-active.png diff --git a/src/xfwm4/assets-win-light/title-2-inactive.png b/src/xfwm4/assets-Win-Light/title-2-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/title-2-inactive.png rename to src/xfwm4/assets-Win-Light/title-2-inactive.png diff --git a/src/xfwm4/assets-win-light/title-3-active.png b/src/xfwm4/assets-Win-Light/title-3-active.png similarity index 100% rename from src/xfwm4/assets-win-light/title-3-active.png rename to src/xfwm4/assets-Win-Light/title-3-active.png diff --git a/src/xfwm4/assets-win-light/title-3-inactive.png b/src/xfwm4/assets-Win-Light/title-3-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/title-3-inactive.png rename to src/xfwm4/assets-Win-Light/title-3-inactive.png diff --git a/src/xfwm4/assets-win-light/title-4-active.png b/src/xfwm4/assets-Win-Light/title-4-active.png similarity index 100% rename from src/xfwm4/assets-win-light/title-4-active.png rename to src/xfwm4/assets-Win-Light/title-4-active.png diff --git a/src/xfwm4/assets-win-light/title-4-inactive.png b/src/xfwm4/assets-Win-Light/title-4-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/title-4-inactive.png rename to src/xfwm4/assets-Win-Light/title-4-inactive.png diff --git a/src/xfwm4/assets-win-light/title-5-active.png b/src/xfwm4/assets-Win-Light/title-5-active.png similarity index 100% rename from src/xfwm4/assets-win-light/title-5-active.png rename to src/xfwm4/assets-Win-Light/title-5-active.png diff --git a/src/xfwm4/assets-win-light/title-5-inactive.png b/src/xfwm4/assets-Win-Light/title-5-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/title-5-inactive.png rename to src/xfwm4/assets-Win-Light/title-5-inactive.png diff --git a/src/xfwm4/assets-win-light/top-left-active.png b/src/xfwm4/assets-Win-Light/top-left-active.png similarity index 100% rename from src/xfwm4/assets-win-light/top-left-active.png rename to src/xfwm4/assets-Win-Light/top-left-active.png diff --git a/src/xfwm4/assets-win-light/top-left-inactive.png b/src/xfwm4/assets-Win-Light/top-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/top-left-inactive.png rename to src/xfwm4/assets-Win-Light/top-left-inactive.png diff --git a/src/xfwm4/assets-win-light/top-right-active.png b/src/xfwm4/assets-Win-Light/top-right-active.png similarity index 100% rename from src/xfwm4/assets-win-light/top-right-active.png rename to src/xfwm4/assets-Win-Light/top-right-active.png diff --git a/src/xfwm4/assets-win-light/top-right-inactive.png b/src/xfwm4/assets-Win-Light/top-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-light/top-right-inactive.png rename to src/xfwm4/assets-Win-Light/top-right-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/bottom-active.png b/src/xfwm4/assets-Win-hidpi/bottom-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/bottom-active.png rename to src/xfwm4/assets-Win-hidpi/bottom-active.png diff --git a/src/xfwm4/assets-win-hidpi/bottom-inactive.png b/src/xfwm4/assets-Win-hidpi/bottom-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/bottom-inactive.png rename to src/xfwm4/assets-Win-hidpi/bottom-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/bottom-left-active.png b/src/xfwm4/assets-Win-hidpi/bottom-left-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/bottom-left-active.png rename to src/xfwm4/assets-Win-hidpi/bottom-left-active.png diff --git a/src/xfwm4/assets-win-hidpi/bottom-left-inactive.png b/src/xfwm4/assets-Win-hidpi/bottom-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/bottom-left-inactive.png rename to src/xfwm4/assets-Win-hidpi/bottom-left-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/bottom-right-active.png b/src/xfwm4/assets-Win-hidpi/bottom-right-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/bottom-right-active.png rename to src/xfwm4/assets-Win-hidpi/bottom-right-active.png diff --git a/src/xfwm4/assets-win-hidpi/bottom-right-inactive.png b/src/xfwm4/assets-Win-hidpi/bottom-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/bottom-right-inactive.png rename to src/xfwm4/assets-Win-hidpi/bottom-right-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/close-active.png b/src/xfwm4/assets-Win-hidpi/close-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/close-active.png rename to src/xfwm4/assets-Win-hidpi/close-active.png diff --git a/src/xfwm4/assets-win-hidpi/close-inactive.png b/src/xfwm4/assets-Win-hidpi/close-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/close-inactive.png rename to src/xfwm4/assets-Win-hidpi/close-inactive.png diff --git a/src/xfwm4/assets-win-light-hidpi/close-prelight.png b/src/xfwm4/assets-Win-hidpi/close-prelight.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/close-prelight.png rename to src/xfwm4/assets-Win-hidpi/close-prelight.png diff --git a/src/xfwm4/assets-win-light-hidpi/close-pressed.png b/src/xfwm4/assets-Win-hidpi/close-pressed.png similarity index 100% rename from src/xfwm4/assets-win-light-hidpi/close-pressed.png rename to src/xfwm4/assets-Win-hidpi/close-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/hide-active.png b/src/xfwm4/assets-Win-hidpi/hide-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/hide-active.png rename to src/xfwm4/assets-Win-hidpi/hide-active.png diff --git a/src/xfwm4/assets-win-hidpi/hide-inactive.png b/src/xfwm4/assets-Win-hidpi/hide-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/hide-inactive.png rename to src/xfwm4/assets-Win-hidpi/hide-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/hide-prelight.png b/src/xfwm4/assets-Win-hidpi/hide-prelight.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/hide-prelight.png rename to src/xfwm4/assets-Win-hidpi/hide-prelight.png diff --git a/src/xfwm4/assets-win-hidpi/hide-pressed.png b/src/xfwm4/assets-Win-hidpi/hide-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/hide-pressed.png rename to src/xfwm4/assets-Win-hidpi/hide-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/left-active.png b/src/xfwm4/assets-Win-hidpi/left-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/left-active.png rename to src/xfwm4/assets-Win-hidpi/left-active.png diff --git a/src/xfwm4/assets-win-hidpi/left-inactive.png b/src/xfwm4/assets-Win-hidpi/left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/left-inactive.png rename to src/xfwm4/assets-Win-hidpi/left-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-active.png b/src/xfwm4/assets-Win-hidpi/maximize-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-active.png rename to src/xfwm4/assets-Win-hidpi/maximize-active.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-inactive.png b/src/xfwm4/assets-Win-hidpi/maximize-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-inactive.png rename to src/xfwm4/assets-Win-hidpi/maximize-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-prelight.png b/src/xfwm4/assets-Win-hidpi/maximize-prelight.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-prelight.png rename to src/xfwm4/assets-Win-hidpi/maximize-prelight.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-pressed.png b/src/xfwm4/assets-Win-hidpi/maximize-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-pressed.png rename to src/xfwm4/assets-Win-hidpi/maximize-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-toggled-active.png b/src/xfwm4/assets-Win-hidpi/maximize-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-toggled-active.png rename to src/xfwm4/assets-Win-hidpi/maximize-toggled-active.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-toggled-inactive.png b/src/xfwm4/assets-Win-hidpi/maximize-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-toggled-inactive.png rename to src/xfwm4/assets-Win-hidpi/maximize-toggled-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-toggled-prelight.png b/src/xfwm4/assets-Win-hidpi/maximize-toggled-prelight.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-toggled-prelight.png rename to src/xfwm4/assets-Win-hidpi/maximize-toggled-prelight.png diff --git a/src/xfwm4/assets-win-hidpi/maximize-toggled-pressed.png b/src/xfwm4/assets-Win-hidpi/maximize-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/maximize-toggled-pressed.png rename to src/xfwm4/assets-Win-hidpi/maximize-toggled-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/menu-active.png b/src/xfwm4/assets-Win-hidpi/menu-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/menu-active.png rename to src/xfwm4/assets-Win-hidpi/menu-active.png diff --git a/src/xfwm4/assets-win-hidpi/menu-inactive.png b/src/xfwm4/assets-Win-hidpi/menu-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/menu-inactive.png rename to src/xfwm4/assets-Win-hidpi/menu-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/menu-pressed.png b/src/xfwm4/assets-Win-hidpi/menu-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/menu-pressed.png rename to src/xfwm4/assets-Win-hidpi/menu-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/right-active.png b/src/xfwm4/assets-Win-hidpi/right-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/right-active.png rename to src/xfwm4/assets-Win-hidpi/right-active.png diff --git a/src/xfwm4/assets-win-hidpi/right-inactive.png b/src/xfwm4/assets-Win-hidpi/right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/right-inactive.png rename to src/xfwm4/assets-Win-hidpi/right-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/shade-active.png b/src/xfwm4/assets-Win-hidpi/shade-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/shade-active.png rename to src/xfwm4/assets-Win-hidpi/shade-active.png diff --git a/src/xfwm4/assets-win-hidpi/shade-inactive.png b/src/xfwm4/assets-Win-hidpi/shade-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/shade-inactive.png rename to src/xfwm4/assets-Win-hidpi/shade-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/shade-pressed.png b/src/xfwm4/assets-Win-hidpi/shade-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/shade-pressed.png rename to src/xfwm4/assets-Win-hidpi/shade-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/stick-active.png b/src/xfwm4/assets-Win-hidpi/stick-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/stick-active.png rename to src/xfwm4/assets-Win-hidpi/stick-active.png diff --git a/src/xfwm4/assets-win-hidpi/stick-inactive.png b/src/xfwm4/assets-Win-hidpi/stick-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/stick-inactive.png rename to src/xfwm4/assets-Win-hidpi/stick-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/stick-pressed.png b/src/xfwm4/assets-Win-hidpi/stick-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/stick-pressed.png rename to src/xfwm4/assets-Win-hidpi/stick-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/stick-toggled-active.png b/src/xfwm4/assets-Win-hidpi/stick-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/stick-toggled-active.png rename to src/xfwm4/assets-Win-hidpi/stick-toggled-active.png diff --git a/src/xfwm4/assets-win-hidpi/stick-toggled-inactive.png b/src/xfwm4/assets-Win-hidpi/stick-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/stick-toggled-inactive.png rename to src/xfwm4/assets-Win-hidpi/stick-toggled-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/stick-toggled-pressed.png b/src/xfwm4/assets-Win-hidpi/stick-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/stick-toggled-pressed.png rename to src/xfwm4/assets-Win-hidpi/stick-toggled-pressed.png diff --git a/src/xfwm4/assets-win-hidpi/title-1-active.png b/src/xfwm4/assets-Win-hidpi/title-1-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-1-active.png rename to src/xfwm4/assets-Win-hidpi/title-1-active.png diff --git a/src/xfwm4/assets-win-hidpi/title-1-inactive.png b/src/xfwm4/assets-Win-hidpi/title-1-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-1-inactive.png rename to src/xfwm4/assets-Win-hidpi/title-1-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/title-2-active.png b/src/xfwm4/assets-Win-hidpi/title-2-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-2-active.png rename to src/xfwm4/assets-Win-hidpi/title-2-active.png diff --git a/src/xfwm4/assets-win-hidpi/title-2-inactive.png b/src/xfwm4/assets-Win-hidpi/title-2-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-2-inactive.png rename to src/xfwm4/assets-Win-hidpi/title-2-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/title-3-active.png b/src/xfwm4/assets-Win-hidpi/title-3-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-3-active.png rename to src/xfwm4/assets-Win-hidpi/title-3-active.png diff --git a/src/xfwm4/assets-win-hidpi/title-3-inactive.png b/src/xfwm4/assets-Win-hidpi/title-3-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-3-inactive.png rename to src/xfwm4/assets-Win-hidpi/title-3-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/title-4-active.png b/src/xfwm4/assets-Win-hidpi/title-4-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-4-active.png rename to src/xfwm4/assets-Win-hidpi/title-4-active.png diff --git a/src/xfwm4/assets-win-hidpi/title-4-inactive.png b/src/xfwm4/assets-Win-hidpi/title-4-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-4-inactive.png rename to src/xfwm4/assets-Win-hidpi/title-4-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/title-5-active.png b/src/xfwm4/assets-Win-hidpi/title-5-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-5-active.png rename to src/xfwm4/assets-Win-hidpi/title-5-active.png diff --git a/src/xfwm4/assets-win-hidpi/title-5-inactive.png b/src/xfwm4/assets-Win-hidpi/title-5-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/title-5-inactive.png rename to src/xfwm4/assets-Win-hidpi/title-5-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/top-left-active.png b/src/xfwm4/assets-Win-hidpi/top-left-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/top-left-active.png rename to src/xfwm4/assets-Win-hidpi/top-left-active.png diff --git a/src/xfwm4/assets-win-hidpi/top-left-inactive.png b/src/xfwm4/assets-Win-hidpi/top-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/top-left-inactive.png rename to src/xfwm4/assets-Win-hidpi/top-left-inactive.png diff --git a/src/xfwm4/assets-win-hidpi/top-right-active.png b/src/xfwm4/assets-Win-hidpi/top-right-active.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/top-right-active.png rename to src/xfwm4/assets-Win-hidpi/top-right-active.png diff --git a/src/xfwm4/assets-win-hidpi/top-right-inactive.png b/src/xfwm4/assets-Win-hidpi/top-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win-hidpi/top-right-inactive.png rename to src/xfwm4/assets-Win-hidpi/top-right-inactive.png diff --git a/src/xfwm4/assets-win.svg b/src/xfwm4/assets-Win.svg similarity index 100% rename from src/xfwm4/assets-win.svg rename to src/xfwm4/assets-Win.svg diff --git a/src/xfwm4/assets-win/bottom-active.png b/src/xfwm4/assets-Win/bottom-active.png similarity index 100% rename from src/xfwm4/assets-win/bottom-active.png rename to src/xfwm4/assets-Win/bottom-active.png diff --git a/src/xfwm4/assets-win/bottom-inactive.png b/src/xfwm4/assets-Win/bottom-inactive.png similarity index 100% rename from src/xfwm4/assets-win/bottom-inactive.png rename to src/xfwm4/assets-Win/bottom-inactive.png diff --git a/src/xfwm4/assets-win/bottom-left-active.png b/src/xfwm4/assets-Win/bottom-left-active.png similarity index 100% rename from src/xfwm4/assets-win/bottom-left-active.png rename to src/xfwm4/assets-Win/bottom-left-active.png diff --git a/src/xfwm4/assets-win/bottom-left-inactive.png b/src/xfwm4/assets-Win/bottom-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win/bottom-left-inactive.png rename to src/xfwm4/assets-Win/bottom-left-inactive.png diff --git a/src/xfwm4/assets-win/bottom-right-active.png b/src/xfwm4/assets-Win/bottom-right-active.png similarity index 100% rename from src/xfwm4/assets-win/bottom-right-active.png rename to src/xfwm4/assets-Win/bottom-right-active.png diff --git a/src/xfwm4/assets-win/bottom-right-inactive.png b/src/xfwm4/assets-Win/bottom-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win/bottom-right-inactive.png rename to src/xfwm4/assets-Win/bottom-right-inactive.png diff --git a/src/xfwm4/assets-win/close-active.png b/src/xfwm4/assets-Win/close-active.png similarity index 100% rename from src/xfwm4/assets-win/close-active.png rename to src/xfwm4/assets-Win/close-active.png diff --git a/src/xfwm4/assets-win/close-inactive.png b/src/xfwm4/assets-Win/close-inactive.png similarity index 100% rename from src/xfwm4/assets-win/close-inactive.png rename to src/xfwm4/assets-Win/close-inactive.png diff --git a/src/xfwm4/assets-win/close-prelight.png b/src/xfwm4/assets-Win/close-prelight.png similarity index 100% rename from src/xfwm4/assets-win/close-prelight.png rename to src/xfwm4/assets-Win/close-prelight.png diff --git a/src/xfwm4/assets-win/close-pressed.png b/src/xfwm4/assets-Win/close-pressed.png similarity index 100% rename from src/xfwm4/assets-win/close-pressed.png rename to src/xfwm4/assets-Win/close-pressed.png diff --git a/src/xfwm4/assets-win/hide-active.png b/src/xfwm4/assets-Win/hide-active.png similarity index 100% rename from src/xfwm4/assets-win/hide-active.png rename to src/xfwm4/assets-Win/hide-active.png diff --git a/src/xfwm4/assets-win/hide-inactive.png b/src/xfwm4/assets-Win/hide-inactive.png similarity index 100% rename from src/xfwm4/assets-win/hide-inactive.png rename to src/xfwm4/assets-Win/hide-inactive.png diff --git a/src/xfwm4/assets-win/hide-prelight.png b/src/xfwm4/assets-Win/hide-prelight.png similarity index 100% rename from src/xfwm4/assets-win/hide-prelight.png rename to src/xfwm4/assets-Win/hide-prelight.png diff --git a/src/xfwm4/assets-win/hide-pressed.png b/src/xfwm4/assets-Win/hide-pressed.png similarity index 100% rename from src/xfwm4/assets-win/hide-pressed.png rename to src/xfwm4/assets-Win/hide-pressed.png diff --git a/src/xfwm4/assets-win/left-active.png b/src/xfwm4/assets-Win/left-active.png similarity index 100% rename from src/xfwm4/assets-win/left-active.png rename to src/xfwm4/assets-Win/left-active.png diff --git a/src/xfwm4/assets-win/left-inactive.png b/src/xfwm4/assets-Win/left-inactive.png similarity index 100% rename from src/xfwm4/assets-win/left-inactive.png rename to src/xfwm4/assets-Win/left-inactive.png diff --git a/src/xfwm4/assets-win/maximize-active.png b/src/xfwm4/assets-Win/maximize-active.png similarity index 100% rename from src/xfwm4/assets-win/maximize-active.png rename to src/xfwm4/assets-Win/maximize-active.png diff --git a/src/xfwm4/assets-win/maximize-inactive.png b/src/xfwm4/assets-Win/maximize-inactive.png similarity index 100% rename from src/xfwm4/assets-win/maximize-inactive.png rename to src/xfwm4/assets-Win/maximize-inactive.png diff --git a/src/xfwm4/assets-win/maximize-prelight.png b/src/xfwm4/assets-Win/maximize-prelight.png similarity index 100% rename from src/xfwm4/assets-win/maximize-prelight.png rename to src/xfwm4/assets-Win/maximize-prelight.png diff --git a/src/xfwm4/assets-win/maximize-pressed.png b/src/xfwm4/assets-Win/maximize-pressed.png similarity index 100% rename from src/xfwm4/assets-win/maximize-pressed.png rename to src/xfwm4/assets-Win/maximize-pressed.png diff --git a/src/xfwm4/assets-win/maximize-toggled-active.png b/src/xfwm4/assets-Win/maximize-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win/maximize-toggled-active.png rename to src/xfwm4/assets-Win/maximize-toggled-active.png diff --git a/src/xfwm4/assets-win/maximize-toggled-inactive.png b/src/xfwm4/assets-Win/maximize-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win/maximize-toggled-inactive.png rename to src/xfwm4/assets-Win/maximize-toggled-inactive.png diff --git a/src/xfwm4/assets-win/maximize-toggled-prelight.png b/src/xfwm4/assets-Win/maximize-toggled-prelight.png similarity index 100% rename from src/xfwm4/assets-win/maximize-toggled-prelight.png rename to src/xfwm4/assets-Win/maximize-toggled-prelight.png diff --git a/src/xfwm4/assets-win/maximize-toggled-pressed.png b/src/xfwm4/assets-Win/maximize-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win/maximize-toggled-pressed.png rename to src/xfwm4/assets-Win/maximize-toggled-pressed.png diff --git a/src/xfwm4/assets-win/menu-active.png b/src/xfwm4/assets-Win/menu-active.png similarity index 100% rename from src/xfwm4/assets-win/menu-active.png rename to src/xfwm4/assets-Win/menu-active.png diff --git a/src/xfwm4/assets-win/menu-inactive.png b/src/xfwm4/assets-Win/menu-inactive.png similarity index 100% rename from src/xfwm4/assets-win/menu-inactive.png rename to src/xfwm4/assets-Win/menu-inactive.png diff --git a/src/xfwm4/assets-win/menu-pressed.png b/src/xfwm4/assets-Win/menu-pressed.png similarity index 100% rename from src/xfwm4/assets-win/menu-pressed.png rename to src/xfwm4/assets-Win/menu-pressed.png diff --git a/src/xfwm4/assets-win/right-active.png b/src/xfwm4/assets-Win/right-active.png similarity index 100% rename from src/xfwm4/assets-win/right-active.png rename to src/xfwm4/assets-Win/right-active.png diff --git a/src/xfwm4/assets-win/right-inactive.png b/src/xfwm4/assets-Win/right-inactive.png similarity index 100% rename from src/xfwm4/assets-win/right-inactive.png rename to src/xfwm4/assets-Win/right-inactive.png diff --git a/src/xfwm4/assets-win/shade-active.png b/src/xfwm4/assets-Win/shade-active.png similarity index 100% rename from src/xfwm4/assets-win/shade-active.png rename to src/xfwm4/assets-Win/shade-active.png diff --git a/src/xfwm4/assets-win/shade-inactive.png b/src/xfwm4/assets-Win/shade-inactive.png similarity index 100% rename from src/xfwm4/assets-win/shade-inactive.png rename to src/xfwm4/assets-Win/shade-inactive.png diff --git a/src/xfwm4/assets-win/shade-pressed.png b/src/xfwm4/assets-Win/shade-pressed.png similarity index 100% rename from src/xfwm4/assets-win/shade-pressed.png rename to src/xfwm4/assets-Win/shade-pressed.png diff --git a/src/xfwm4/assets-win/stick-active.png b/src/xfwm4/assets-Win/stick-active.png similarity index 100% rename from src/xfwm4/assets-win/stick-active.png rename to src/xfwm4/assets-Win/stick-active.png diff --git a/src/xfwm4/assets-win/stick-inactive.png b/src/xfwm4/assets-Win/stick-inactive.png similarity index 100% rename from src/xfwm4/assets-win/stick-inactive.png rename to src/xfwm4/assets-Win/stick-inactive.png diff --git a/src/xfwm4/assets-win/stick-pressed.png b/src/xfwm4/assets-Win/stick-pressed.png similarity index 100% rename from src/xfwm4/assets-win/stick-pressed.png rename to src/xfwm4/assets-Win/stick-pressed.png diff --git a/src/xfwm4/assets-win/stick-toggled-active.png b/src/xfwm4/assets-Win/stick-toggled-active.png similarity index 100% rename from src/xfwm4/assets-win/stick-toggled-active.png rename to src/xfwm4/assets-Win/stick-toggled-active.png diff --git a/src/xfwm4/assets-win/stick-toggled-inactive.png b/src/xfwm4/assets-Win/stick-toggled-inactive.png similarity index 100% rename from src/xfwm4/assets-win/stick-toggled-inactive.png rename to src/xfwm4/assets-Win/stick-toggled-inactive.png diff --git a/src/xfwm4/assets-win/stick-toggled-pressed.png b/src/xfwm4/assets-Win/stick-toggled-pressed.png similarity index 100% rename from src/xfwm4/assets-win/stick-toggled-pressed.png rename to src/xfwm4/assets-Win/stick-toggled-pressed.png diff --git a/src/xfwm4/assets-win/title-1-active.png b/src/xfwm4/assets-Win/title-1-active.png similarity index 100% rename from src/xfwm4/assets-win/title-1-active.png rename to src/xfwm4/assets-Win/title-1-active.png diff --git a/src/xfwm4/assets-win/title-1-inactive.png b/src/xfwm4/assets-Win/title-1-inactive.png similarity index 100% rename from src/xfwm4/assets-win/title-1-inactive.png rename to src/xfwm4/assets-Win/title-1-inactive.png diff --git a/src/xfwm4/assets-win/title-2-active.png b/src/xfwm4/assets-Win/title-2-active.png similarity index 100% rename from src/xfwm4/assets-win/title-2-active.png rename to src/xfwm4/assets-Win/title-2-active.png diff --git a/src/xfwm4/assets-win/title-2-inactive.png b/src/xfwm4/assets-Win/title-2-inactive.png similarity index 100% rename from src/xfwm4/assets-win/title-2-inactive.png rename to src/xfwm4/assets-Win/title-2-inactive.png diff --git a/src/xfwm4/assets-win/title-3-active.png b/src/xfwm4/assets-Win/title-3-active.png similarity index 100% rename from src/xfwm4/assets-win/title-3-active.png rename to src/xfwm4/assets-Win/title-3-active.png diff --git a/src/xfwm4/assets-win/title-3-inactive.png b/src/xfwm4/assets-Win/title-3-inactive.png similarity index 100% rename from src/xfwm4/assets-win/title-3-inactive.png rename to src/xfwm4/assets-Win/title-3-inactive.png diff --git a/src/xfwm4/assets-win/title-4-active.png b/src/xfwm4/assets-Win/title-4-active.png similarity index 100% rename from src/xfwm4/assets-win/title-4-active.png rename to src/xfwm4/assets-Win/title-4-active.png diff --git a/src/xfwm4/assets-win/title-4-inactive.png b/src/xfwm4/assets-Win/title-4-inactive.png similarity index 100% rename from src/xfwm4/assets-win/title-4-inactive.png rename to src/xfwm4/assets-Win/title-4-inactive.png diff --git a/src/xfwm4/assets-win/title-5-active.png b/src/xfwm4/assets-Win/title-5-active.png similarity index 100% rename from src/xfwm4/assets-win/title-5-active.png rename to src/xfwm4/assets-Win/title-5-active.png diff --git a/src/xfwm4/assets-win/title-5-inactive.png b/src/xfwm4/assets-Win/title-5-inactive.png similarity index 100% rename from src/xfwm4/assets-win/title-5-inactive.png rename to src/xfwm4/assets-Win/title-5-inactive.png diff --git a/src/xfwm4/assets-win/top-left-active.png b/src/xfwm4/assets-Win/top-left-active.png similarity index 100% rename from src/xfwm4/assets-win/top-left-active.png rename to src/xfwm4/assets-Win/top-left-active.png diff --git a/src/xfwm4/assets-win/top-left-inactive.png b/src/xfwm4/assets-Win/top-left-inactive.png similarity index 100% rename from src/xfwm4/assets-win/top-left-inactive.png rename to src/xfwm4/assets-Win/top-left-inactive.png diff --git a/src/xfwm4/assets-win/top-right-active.png b/src/xfwm4/assets-Win/top-right-active.png similarity index 100% rename from src/xfwm4/assets-win/top-right-active.png rename to src/xfwm4/assets-Win/top-right-active.png diff --git a/src/xfwm4/assets-win/top-right-inactive.png b/src/xfwm4/assets-Win/top-right-inactive.png similarity index 100% rename from src/xfwm4/assets-win/top-right-inactive.png rename to src/xfwm4/assets-Win/top-right-inactive.png diff --git a/src/xfwm4/themerc-light b/src/xfwm4/themerc-Light similarity index 100% rename from src/xfwm4/themerc-light rename to src/xfwm4/themerc-Light diff --git a/src/xfwm4/themerc-win b/src/xfwm4/themerc-Win similarity index 100% rename from src/xfwm4/themerc-win rename to src/xfwm4/themerc-Win diff --git a/src/xfwm4/themerc-win-light b/src/xfwm4/themerc-Win-Light similarity index 100% rename from src/xfwm4/themerc-win-light rename to src/xfwm4/themerc-Win-Light