From 3b29eb078e7bd58f89ec08bbf9fa703d59244aa8 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 23 Jan 2021 15:46:38 +0800 Subject: [PATCH] update --- install.sh | 28 ++-- src/main/gtk-3.0/gtk-dark-blue.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-green.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-grey.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-orange.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-pink.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-purple.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-red.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-blue.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-green.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-grey.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-orange.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-pink.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-purple.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-red.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid-yellow.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-solid.css | 67 ++++---- src/main/gtk-3.0/gtk-dark-yellow.css | 67 ++++---- src/main/gtk-3.0/gtk-dark.css | 67 ++++---- src/main/gtk-3.0/gtk-light-blue.css | 67 ++++---- src/main/gtk-3.0/gtk-light-green.css | 67 ++++---- src/main/gtk-3.0/gtk-light-grey.css | 67 ++++---- src/main/gtk-3.0/gtk-light-orange.css | 67 ++++---- src/main/gtk-3.0/gtk-light-pink.css | 67 ++++---- src/main/gtk-3.0/gtk-light-purple.css | 67 ++++---- src/main/gtk-3.0/gtk-light-red.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-blue.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-green.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-grey.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-orange.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-pink.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-purple.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-red.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid-yellow.css | 67 ++++---- src/main/gtk-3.0/gtk-light-solid.css | 67 ++++---- src/main/gtk-3.0/gtk-light-yellow.css | 67 ++++---- src/main/gtk-3.0/gtk-light.css | 67 ++++---- src/sass/gtk/_applications.scss | 176 +++++++++++--------- src/sass/gtk/_common.scss | 2 +- 39 files changed, 1270 insertions(+), 1348 deletions(-) diff --git a/install.sh b/install.sh index e2cae00..ea0f738 100755 --- a/install.sh +++ b/install.sh @@ -199,8 +199,6 @@ install() { cp -r ${SRC_DIR}/other/plank/theme${color}/*.theme ${THEME_DIR}/plank } -nautilus_use_colors='false' - while [[ $# -gt 0 ]]; do case "${1}" in -d|--dest) @@ -223,10 +221,14 @@ while [[ $# -gt 0 ]]; do remove='true' shift 1 ;; - -dialog|--dialog) + --dialog) dialogs='true' shift 1 ;; + --nautilus-use-colors) + nautilus_use_colors='true' + shift 1 + ;; -a|--alt) shift for alt in "${@}"; do @@ -499,10 +501,6 @@ while [[ $# -gt 0 ]]; do usage exit 0 ;; - --nautilus-use-colors) - nautilus_use_colors='true' - break - ;; *) prompt -e "ERROR: Unrecognized installation option '$1'." prompt -i "Try '$0 --help' for more information." @@ -565,7 +563,7 @@ customize_theme() { fi # Force nautilus to use colors instead of images - if [[ "${nautilus_use_colors}" == 'true' ]]; then + if [[ "${nautilus_use_colors:-}" == 'true' ]]; then force_nautilus_use_colors fi } @@ -781,11 +779,21 @@ customize_theme_dialogs() { 4) sidebar_size="280" ;; *) operation_canceled ;; esac + + tui=$(dialog --backtitle "${THEME_NAME} gtk theme installer" \ + --radiolist "Choose your nautilus sidebar style (default is Big Sur style):" 15 40 5 \ + 1 "BigSur" on \ + 2 "Mojave" off --output-fd 1 ) + case "$tui" in + 1) nautilus_use_colors="false" ;; + 2) nautilus_use_colors="true" ;; + *) operation_canceled ;; + esac fi } run_customize_theme_dialogs() { - install_dialog && customize_theme_dialogs && change_transparency && change_size && parse_sass + install_dialog && customize_theme_dialogs && change_transparency && change_size && force_nautilus_use_colors && parse_sass } parse_sass() { @@ -852,7 +860,7 @@ if [[ "${remove:-}" != 'true' && "${gdm:-}" != 'true' ]]; then run_customize_theme_dialogs fi - if [[ "${size:-}" != 'true' && "${panel:-}" != 'true' ]]; then + if [[ "${size:-}" != 'true' && "${panel:-}" != 'true' && "${nautilus_use_colors:-}" != 'true' ]]; then install_theme else install_customize_theme && parse_sass && install_theme "${panel_opacity}" "${sidebar_size}" diff --git a/src/main/gtk-3.0/gtk-dark-blue.css b/src/main/gtk-3.0/gtk-dark-blue.css index 088e5c5..20807b5 100644 --- a/src/main/gtk-3.0/gtk-dark-blue.css +++ b/src/main/gtk-3.0/gtk-dark-blue.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-green.css b/src/main/gtk-3.0/gtk-dark-green.css index be57b93..57eb81c 100644 --- a/src/main/gtk-3.0/gtk-dark-green.css +++ b/src/main/gtk-3.0/gtk-dark-green.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-grey.css b/src/main/gtk-3.0/gtk-dark-grey.css index 2d710cd..bdfc66a 100644 --- a/src/main/gtk-3.0/gtk-dark-grey.css +++ b/src/main/gtk-3.0/gtk-dark-grey.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-orange.css b/src/main/gtk-3.0/gtk-dark-orange.css index 17ddaee..38fed5d 100644 --- a/src/main/gtk-3.0/gtk-dark-orange.css +++ b/src/main/gtk-3.0/gtk-dark-orange.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-pink.css b/src/main/gtk-3.0/gtk-dark-pink.css index 37218bb..2f2d3e1 100644 --- a/src/main/gtk-3.0/gtk-dark-pink.css +++ b/src/main/gtk-3.0/gtk-dark-pink.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-purple.css b/src/main/gtk-3.0/gtk-dark-purple.css index 744cd27..550c13e 100644 --- a/src/main/gtk-3.0/gtk-dark-purple.css +++ b/src/main/gtk-3.0/gtk-dark-purple.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-red.css b/src/main/gtk-3.0/gtk-dark-red.css index 4659685..e52c678 100644 --- a/src/main/gtk-3.0/gtk-dark-red.css +++ b/src/main/gtk-3.0/gtk-dark-red.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-blue.css b/src/main/gtk-3.0/gtk-dark-solid-blue.css index 0fa6bc9..394ddf9 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-blue.css +++ b/src/main/gtk-3.0/gtk-dark-solid-blue.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-green.css b/src/main/gtk-3.0/gtk-dark-solid-green.css index ef1816d..098deb5 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-green.css +++ b/src/main/gtk-3.0/gtk-dark-solid-green.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-grey.css b/src/main/gtk-3.0/gtk-dark-solid-grey.css index 8193b7d..ee7ce4b 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-grey.css +++ b/src/main/gtk-3.0/gtk-dark-solid-grey.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-orange.css b/src/main/gtk-3.0/gtk-dark-solid-orange.css index c54cbde..31bc506 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-orange.css +++ b/src/main/gtk-3.0/gtk-dark-solid-orange.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-pink.css b/src/main/gtk-3.0/gtk-dark-solid-pink.css index 8055491..3d8f32a 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-pink.css +++ b/src/main/gtk-3.0/gtk-dark-solid-pink.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-purple.css b/src/main/gtk-3.0/gtk-dark-solid-purple.css index 09b1498..44e9d07 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-purple.css +++ b/src/main/gtk-3.0/gtk-dark-solid-purple.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-red.css b/src/main/gtk-3.0/gtk-dark-solid-red.css index 530da63..2b3eb0a 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-red.css +++ b/src/main/gtk-3.0/gtk-dark-solid-red.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid-yellow.css b/src/main/gtk-3.0/gtk-dark-solid-yellow.css index 7567376..0d8ea77 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-solid-yellow.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-solid.css b/src/main/gtk-3.0/gtk-dark-solid.css index cf9a443..dbc765f 100644 --- a/src/main/gtk-3.0/gtk-dark-solid.css +++ b/src/main/gtk-3.0/gtk-dark-solid.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #333333 0%, #333333 200px, #141414 200px, #141414 201px, #242424 201px, #242424 100%); } @@ -4872,7 +4845,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4894,11 +4867,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark-yellow.css b/src/main/gtk-3.0/gtk-dark-yellow.css index aca340a..e5eb66c 100644 --- a/src/main/gtk-3.0/gtk-dark-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-yellow.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-dark.css b/src/main/gtk-3.0/gtk-dark.css index 1f4d0ac..0d9741a 100644 --- a/src/main/gtk-3.0/gtk-dark.css +++ b/src/main/gtk-3.0/gtk-dark.css @@ -4008,7 +4008,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#242424); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4824,33 +4824,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#242424); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4858,8 +4831,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%); } @@ -4868,7 +4841,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4890,11 +4863,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#242424); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(255, 255, 255, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-blue.css b/src/main/gtk-3.0/gtk-light-blue.css index 99aba49..7943a9b 100644 --- a/src/main/gtk-3.0/gtk-light-blue.css +++ b/src/main/gtk-3.0/gtk-light-blue.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-green.css b/src/main/gtk-3.0/gtk-light-green.css index a2cfa50..b5cb358 100644 --- a/src/main/gtk-3.0/gtk-light-green.css +++ b/src/main/gtk-3.0/gtk-light-green.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-grey.css b/src/main/gtk-3.0/gtk-light-grey.css index 0415a12..c8d7138 100644 --- a/src/main/gtk-3.0/gtk-light-grey.css +++ b/src/main/gtk-3.0/gtk-light-grey.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-orange.css b/src/main/gtk-3.0/gtk-light-orange.css index 02f59ec..48a0d90 100644 --- a/src/main/gtk-3.0/gtk-light-orange.css +++ b/src/main/gtk-3.0/gtk-light-orange.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-pink.css b/src/main/gtk-3.0/gtk-light-pink.css index c4ea218..ce18306 100644 --- a/src/main/gtk-3.0/gtk-light-pink.css +++ b/src/main/gtk-3.0/gtk-light-pink.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-purple.css b/src/main/gtk-3.0/gtk-light-purple.css index 9bcd296..fe0c9c7 100644 --- a/src/main/gtk-3.0/gtk-light-purple.css +++ b/src/main/gtk-3.0/gtk-light-purple.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-red.css b/src/main/gtk-3.0/gtk-light-red.css index b05c4c3..f2fb13b 100644 --- a/src/main/gtk-3.0/gtk-light-red.css +++ b/src/main/gtk-3.0/gtk-light-red.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-blue.css b/src/main/gtk-3.0/gtk-light-solid-blue.css index 2dfea4b..1fea613 100644 --- a/src/main/gtk-3.0/gtk-light-solid-blue.css +++ b/src/main/gtk-3.0/gtk-light-solid-blue.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-green.css b/src/main/gtk-3.0/gtk-light-solid-green.css index db9de05..874b42e 100644 --- a/src/main/gtk-3.0/gtk-light-solid-green.css +++ b/src/main/gtk-3.0/gtk-light-solid-green.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-grey.css b/src/main/gtk-3.0/gtk-light-solid-grey.css index 512ac65..b2b3b53 100644 --- a/src/main/gtk-3.0/gtk-light-solid-grey.css +++ b/src/main/gtk-3.0/gtk-light-solid-grey.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-orange.css b/src/main/gtk-3.0/gtk-light-solid-orange.css index fbe4f9c..006edd9 100644 --- a/src/main/gtk-3.0/gtk-light-solid-orange.css +++ b/src/main/gtk-3.0/gtk-light-solid-orange.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-pink.css b/src/main/gtk-3.0/gtk-light-solid-pink.css index 50e47e0..e85eb6a 100644 --- a/src/main/gtk-3.0/gtk-light-solid-pink.css +++ b/src/main/gtk-3.0/gtk-light-solid-pink.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-purple.css b/src/main/gtk-3.0/gtk-light-solid-purple.css index 1887830..e1deb9d 100644 --- a/src/main/gtk-3.0/gtk-light-solid-purple.css +++ b/src/main/gtk-3.0/gtk-light-solid-purple.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-red.css b/src/main/gtk-3.0/gtk-light-solid-red.css index d21c78d..1a25ed3 100644 --- a/src/main/gtk-3.0/gtk-light-solid-red.css +++ b/src/main/gtk-3.0/gtk-light-solid-red.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid-yellow.css b/src/main/gtk-3.0/gtk-light-solid-yellow.css index bddc732..5da88b2 100644 --- a/src/main/gtk-3.0/gtk-light-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-light-solid-yellow.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-solid.css b/src/main/gtk-3.0/gtk-light-solid.css index 3d03469..28cc74e 100644 --- a/src/main/gtk-3.0/gtk-light-solid.css +++ b/src/main/gtk-3.0/gtk-light-solid.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 200px, #d1d1d1 200px, #d1d1d1 201px, #ffffff 201px, #ffffff 100%); } @@ -4894,7 +4867,7 @@ filechooser paned > separator:hover, background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%); } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4916,11 +4889,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light-yellow.css b/src/main/gtk-3.0/gtk-light-yellow.css index a50e8d8..2bbb8f3 100644 --- a/src/main/gtk-3.0/gtk-light-yellow.css +++ b/src/main/gtk-3.0/gtk-light-yellow.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/main/gtk-3.0/gtk-light.css b/src/main/gtk-3.0/gtk-light.css index e4a210d..e6a0d83 100644 --- a/src/main/gtk-3.0/gtk-light.css +++ b/src/main/gtk-3.0/gtk-light.css @@ -4019,7 +4019,7 @@ messagedialog.csd.background { border: none; background-color: transparent; background-image: image(#ffffff); - background-size: 8px 8px; + background-size: 12px 12px; background-position: left bottom; } @@ -4846,33 +4846,6 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo border-bottom-right-radius: 12px; } -filechooser paned > separator, -.nautilus-window paned > separator { - border: none; - background-color: transparent; - background-image: image(#ffffff); - background-size: 12px 12px; - background-position: left bottom; - background-repeat: no-repeat; -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser paned > separator:hover, -.nautilus-window paned > separator:hover { - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 2px 100px; - background-position: center center; -} - .nautilus-window.background.csd { border-radius: 0 0 12px 12px; background-color: transparent; @@ -4880,8 +4853,8 @@ filechooser paned > separator:hover, } .nautilus-window.background.csd > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + border: none; background-color: transparent; background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.94) 0%, rgba(240, 240, 240, 0.94) 200px, rgba(209, 209, 209, 0.94) 200px, rgba(209, 209, 209, 0.94) 201px, #ffffff 201px, #ffffff 100%); } @@ -4890,7 +4863,7 @@ filechooser paned > separator:hover, margin-left: 120px; } -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar { +.nautilus-window.background.csd placessidebar.sidebar { border-bottom-left-radius: 12px; } @@ -4912,11 +4885,35 @@ filechooser paned > separator:hover, background-color: transparent; } -.nautilus-window paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; +.nautilus-window > grid.horizontal > paned.horizontal > separator { + border-left: none; + background-color: transparent; + background-image: image(#ffffff); + background-size: 12px 12px; + background-position: bottom left; + background-repeat: no-repeat; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: -1px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(ltr) { + margin-left: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:dir(rtl) { + margin-right: 2px; +} + +.nautilus-window > grid.horizontal > paned.horizontal > separator:hover { + background-image: image(rgba(0, 0, 0, 0.12)); + background-size: 2px 100px; + background-position: center center; } .nautilus-window placessidebar.sidebar { diff --git a/src/sass/gtk/_applications.scss b/src/sass/gtk/_applications.scss index 01e1759..b61395e 100644 --- a/src/sass/gtk/_applications.scss +++ b/src/sass/gtk/_applications.scss @@ -83,64 +83,41 @@ $nautilus_background_image: linear-gradient(90deg, $dark_sidebar_bg 0%, $base_color ($nautilus_sidebar_size + 1px), $base_color 100%); -filechooser, -.nautilus-window { - paned > separator { // Use paned separator to hide stack border-bottom-left-radius - border: none; - @if $nautilus_use_colors { - background-color: rgba($bg_color, 0.95); - } @else { - background-color: transparent; - background-image: image($base_color); - } - background-size: $wm_radius $wm_radius; - background-position: left bottom; - background-repeat: no-repeat; - - &:dir(ltr) { margin-left: -1px; } - &:dir(rtl) { margin-right: -1px; } - - &:hover { - background-image: image($borders_color); - background-size: 2px 100px; - background-position: center center; - } - } -} - .nautilus-window { &.background.csd { border-radius: 0 0 $wm_radius $wm_radius; + @if $nautilus_use_colors { - background-color: rgba($bg_color, 0.95); + background-color: $dark_sidebar_bg; } @else { background-color: transparent; background-image: $nautilus_background_image; } > headerbar.titlebar { - border: none; box-shadow: inset 0 1px rgba(white, 0.1); - background: none; + @if $nautilus_use_colors { - background-color: $base_color; + background-color: $header_bg; } @else { + border: none; + background-color: transparent; background-image: $nautilus_header_image; - } - > .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; } + > .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; } - @if $trans == 'false' { - > box.left.horizontal { - background-image: linear-gradient(0deg, $dark_sidebar_bg 0%, - $dark_sidebar_bg 95%, - transparent 95%, - transparent 100%); + @if $trans == 'false' { + > box.left.horizontal { + background-image: linear-gradient(0deg, $dark_sidebar_bg 0%, + $dark_sidebar_bg 95%, + transparent 95%, + transparent 100%); + } } } } - > grid.horizontal > paned.horizontal > box.vertical > placessidebar { + placessidebar.sidebar { border-bottom-left-radius: $wm_radius; } } @@ -165,19 +142,40 @@ filechooser, } } - paned > separator { - background-image: none; - background-size: 0 0; - min-width: 0; - min-height: 0; + > grid.horizontal > paned.horizontal > separator { // Use paned separator to hide stack border-bottom-left-radius + border-left: none; + background-color: transparent; + background-image: image($base_color); + background-size: $wm_radius $wm_radius; + background-position: bottom left; + background-repeat: no-repeat; + + &:dir(ltr) { margin-left: -1px; } + &:dir(rtl) { margin-right: -1px; } + + @if $nautilus_use_colors {} @else { + &:dir(ltr) { margin-left: 2px; } + &:dir(rtl) { margin-right: 2px; } + + &:hover { + background-image: image($borders_color); + background-size: 2px 100px; + background-position: center center; + } + } } placessidebar.sidebar { - margin-bottom: $wm_radius; - border: none; - min-width: $nautilus_sidebar_size; - background-color: transparent; - background-image: if($trans == 'true', none, $nautilus_sidebar_image); + @if $nautilus_use_colors { + background-color: transparent; + &.frame { border-right: 1px solid if($variant=='light', $solid_borders_color, $header_border); } + } @else { + margin-bottom: $wm_radius; + border: none; + min-width: $nautilus_sidebar_size; + background-color: transparent; + background-image: if($trans == 'true', none, $nautilus_sidebar_image); + } row.sidebar-row { color: $dark_sidebar_fg; @@ -193,38 +191,62 @@ filechooser, &:backdrop { opacity: 0.85; } - &:hover { - transition: background-image 0; - background-repeat: no-repeat; - background-color: transparent; - background-position: left center; - background-size: $nautilus_sidebar_size 28px; - background-image: -gtk-scaled(url("assets/sidebar-view-hover-#{$nautilus_sidebar_size}#{$asset_suffix}.png"), - url("assets/sidebar-view-hover-#{$nautilus_sidebar_size}#{$asset_suffix}@2.png")); - } + @if $nautilus_use_colors { + border-radius: $bt_radius; + margin: 0 6px; + padding: 2px 4px; - &:active, &:active:hover { - transition: background-image ease-out 200ms; - background-repeat: no-repeat; - background-color: transparent; - background-position: left center; - background-size: $nautilus_sidebar_size 28px; - background-image: -gtk-scaled(url("assets/sidebar-view-active-#{$nautilus_sidebar_size}#{$asset_suffix}.png"), - url("assets/sidebar-view-active-#{$nautilus_sidebar_size}#{$asset_suffix}@2.png")); - } + &:hover { + background-color: rgba($fg_color, 0.1); + } - &:selected.has-open-popup, - &:selected, &:selected:hover { - color: $fg_color; - transition: background-image ease-out 200ms; - background-repeat: no-repeat; - background-position: left center; - background-size: $nautilus_sidebar_size 28px; - background-color: transparent; - background-image: -gtk-scaled(url("assets/sidebar-view-checked-#{$nautilus_sidebar_size}#{$asset_suffix}.png"), - url("assets/sidebar-view-checked-#{$nautilus_sidebar_size}#{$asset_suffix}@2.png")); + &:active, &:active:hover { + transition: background-color ease-out 200ms; + background-color: rgba($fg_color, 0.2); + } - &, label { color: $fg_color; } + &:selected.has-open-popup, + &:selected, &:selected:hover { + color: $fg_color; + transition: background-color ease-out 200ms; + background-color: rgba($fg_color, 0.15); + + &, label { color: $fg_color; } + } + } @else { + &:hover { + transition: background-image 0; + background-repeat: no-repeat; + background-color: transparent; + background-position: left center; + background-size: $nautilus_sidebar_size 28px; + background-image: -gtk-scaled(url("assets/sidebar-view-hover-#{$nautilus_sidebar_size}#{$asset_suffix}.png"), + url("assets/sidebar-view-hover-#{$nautilus_sidebar_size}#{$asset_suffix}@2.png")); + } + + &:active, &:active:hover { + transition: background-image ease-out 200ms; + background-repeat: no-repeat; + background-color: transparent; + background-position: left center; + background-size: $nautilus_sidebar_size 28px; + background-image: -gtk-scaled(url("assets/sidebar-view-active-#{$nautilus_sidebar_size}#{$asset_suffix}.png"), + url("assets/sidebar-view-active-#{$nautilus_sidebar_size}#{$asset_suffix}@2.png")); + } + + &:selected.has-open-popup, + &:selected, &:selected:hover { + color: $fg_color; + transition: background-image ease-out 200ms; + background-repeat: no-repeat; + background-position: left center; + background-size: $nautilus_sidebar_size 28px; + background-color: transparent; + background-image: -gtk-scaled(url("assets/sidebar-view-checked-#{$nautilus_sidebar_size}#{$asset_suffix}.png"), + url("assets/sidebar-view-checked-#{$nautilus_sidebar_size}#{$asset_suffix}@2.png")); + + &, label { color: $fg_color; } + } } &.sidebar-new-bookmark-row { diff --git a/src/sass/gtk/_common.scss b/src/sass/gtk/_common.scss index 33f06e2..46f70a8 100644 --- a/src/sass/gtk/_common.scss +++ b/src/sass/gtk/_common.scss @@ -3329,7 +3329,7 @@ filechooser { border: none; background-color: transparent; background-image: image($base_color); - background-size: 8px 8px; + background-size: $wm_radius $wm_radius; background-position: left bottom; &:dir(ltr) { margin-left: -1px; }