From c06905cb22161c40f9fc3a81a7aec6d4b85652e5 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 18 Feb 2021 10:27:23 +0800 Subject: [PATCH 1/7] update --- install.sh | 2 -- src/main/gnome-shell/gdm3-dark.css | 3 +-- src/main/gnome-shell/gdm3-light.css | 3 +-- src/main/gnome-shell/gnome-shell-dark-solid.css | 3 +-- src/main/gnome-shell/gnome-shell-dark.css | 3 +-- src/main/gnome-shell/gnome-shell-light-solid.css | 3 +-- src/main/gnome-shell/gnome-shell-light.css | 3 +-- src/main/gtk-2.0/common/main.rc | 3 +++ src/main/gtk-3.0/gtk-dark-solid.css | 9 ++------- src/main/gtk-3.0/gtk-dark.css | 9 ++------- src/main/gtk-3.0/gtk-light-solid.css | 9 ++------- src/main/gtk-3.0/gtk-light.css | 9 ++------- src/sass/gnome-shell/widgets/_calendar.scss | 4 ++-- src/sass/gtk/_budgie.scss | 6 +----- 14 files changed, 20 insertions(+), 49 deletions(-) diff --git a/install.sh b/install.sh index d594200..94a430a 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,5 @@ #! /usr/bin/env bash -set -ueo pipefail set -o physical -#set -x REPO_DIR=$(cd $(dirname $0) && pwd) SRC_DIR=${REPO_DIR}/src diff --git a/src/main/gnome-shell/gdm3-dark.css b/src/main/gnome-shell/gdm3-dark.css index e749b09..26ef4f9 100644 --- a/src/main/gnome-shell/gdm3-dark.css +++ b/src/main/gnome-shell/gdm3-dark.css @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } diff --git a/src/main/gnome-shell/gdm3-light.css b/src/main/gnome-shell/gdm3-light.css index e8e38e8..679dd30 100644 --- a/src/main/gnome-shell/gdm3-light.css +++ b/src/main/gnome-shell/gdm3-light.css @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index 5d3499f..1d38bed 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index adbf13d..80b11b3 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index 6e67c3c..7a8f399 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 243a133..307213d 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } diff --git a/src/main/gtk-2.0/common/main.rc b/src/main/gtk-2.0/common/main.rc index 2a59cc1..4d04c36 100644 --- a/src/main/gtk-2.0/common/main.rc +++ b/src/main/gtk-2.0/common/main.rc @@ -5,6 +5,9 @@ style "default" { # Style Properties + GtkWindow::resize-grip-height = 4 + GtkWindow::resize-grip-width = 4 + GtkWidget::focus-line-width = 1 GtkMenuBar::window-dragging = 1 GtkToolbar::window-dragging = 1 diff --git a/src/main/gtk-3.0/gtk-dark-solid.css b/src/main/gtk-3.0/gtk-dark-solid.css index dbc765f..138f067 100644 --- a/src/main/gtk-3.0/gtk-dark-solid.css +++ b/src/main/gtk-3.0/gtk-dark-solid.css @@ -10027,17 +10027,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark.css b/src/main/gtk-3.0/gtk-dark.css index 0d9741a..5b78bd5 100644 --- a/src/main/gtk-3.0/gtk-dark.css +++ b/src/main/gtk-3.0/gtk-dark.css @@ -10023,17 +10023,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-solid.css b/src/main/gtk-3.0/gtk-light-solid.css index 28cc74e..4e1a9fc 100644 --- a/src/main/gtk-3.0/gtk-light-solid.css +++ b/src/main/gtk-3.0/gtk-light-solid.css @@ -10065,16 +10065,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light.css b/src/main/gtk-3.0/gtk-light.css index e6a0d83..da53a4d 100644 --- a/src/main/gtk-3.0/gtk-light.css +++ b/src/main/gtk-3.0/gtk-light.css @@ -10061,16 +10061,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/sass/gnome-shell/widgets/_calendar.scss b/src/sass/gnome-shell/widgets/_calendar.scss index 4d4fa59..1948b6a 100644 --- a/src/sass/gnome-shell/widgets/_calendar.scss +++ b/src/sass/gnome-shell/widgets/_calendar.scss @@ -152,7 +152,7 @@ } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: $light_alt_fg_color; background-color: $primary_color; border: none; @@ -217,7 +217,7 @@ font-weight: bold; } -/* Events */ +// Events .events-button { .events-box { spacing: 6px; diff --git a/src/sass/gtk/_budgie.scss b/src/sass/gtk/_budgie.scss index 5fc040c..9b002a9 100644 --- a/src/sass/gtk/_budgie.scss +++ b/src/sass/gtk/_budgie.scss @@ -140,8 +140,6 @@ $raven_padding: 8px; &:disabled { color: $disabled_fg_color; } } - - treeview.view.sidebar, scrolledwindow.sidebar:not(.categories) { //AppMenu (Elementary) // min-height: 36px; @@ -1173,12 +1171,10 @@ window.budgie-switcher-window { } %budgie_dialog { - border-radius: $wm_radius; background-color: $bg_color; @if $variant == 'dark' { border: 1px solid lighten($menu_bg, 10%); } - &.background {border-radius: $wm_radius; } - decoration { border-radius: $wm_radius; } + &, &.background, decoration { border-radius: $wm_radius; } } // Session Dialog From b58d092985e2307c9da07a5912cc8b88fdeccd54 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 19 Feb 2021 23:11:52 +0800 Subject: [PATCH 2/7] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 94a430a..0755924 100755 --- a/install.sh +++ b/install.sh @@ -869,7 +869,7 @@ fi # Install GDM theme if [[ "${gdm:-}" == 'true' && "${remove:-}" != 'true' && "$UID" -eq "$ROOT_UID" ]]; then - install_theme && install_gdm "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${color}" "${opacity}" "${theme}" + install_theme && install_gdm "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${color}" "${opacity}" "${theme}" "${icon}" fi # Remove themes From d595b1b83d9e1c602d7fb2732909c46651a46bc5 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 19 Feb 2021 23:15:07 +0800 Subject: [PATCH 3/7] update --- src/main/gnome-shell/gdm3-dark-blue.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-dark-green.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-dark-grey.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-dark-orange.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-dark-pink.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-dark-purple.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-dark-red.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-dark-yellow.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-blue.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-green.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-grey.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-orange.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-pink.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-purple.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-red.css | 30 ++++++++++--------- src/main/gnome-shell/gdm3-light-yellow.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-alt-blue.css | 30 ++++++++++--------- .../gnome-shell-dark-alt-green.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-alt-grey.css | 30 ++++++++++--------- .../gnome-shell-dark-alt-orange.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-alt-pink.css | 30 ++++++++++--------- .../gnome-shell-dark-alt-purple.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-alt-red.css | 30 ++++++++++--------- .../gnome-shell-dark-alt-yellow.css | 30 ++++++++++--------- src/main/gnome-shell/gnome-shell-dark-alt.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-blue.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-green.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-grey.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-orange.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-pink.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-purple.css | 30 ++++++++++--------- src/main/gnome-shell/gnome-shell-dark-red.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-blue.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-green.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-grey.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-orange.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-pink.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-purple.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-red.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt-yellow.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-alt.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-blue.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-green.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-grey.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-orange.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-pink.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-purple.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-red.css | 30 ++++++++++--------- .../gnome-shell-dark-solid-yellow.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-dark-yellow.css | 30 ++++++++++--------- .../gnome-shell-light-alt-blue.css | 30 ++++++++++--------- .../gnome-shell-light-alt-green.css | 30 ++++++++++--------- .../gnome-shell-light-alt-grey.css | 30 ++++++++++--------- .../gnome-shell-light-alt-orange.css | 30 ++++++++++--------- .../gnome-shell-light-alt-pink.css | 30 ++++++++++--------- .../gnome-shell-light-alt-purple.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-alt-red.css | 30 ++++++++++--------- .../gnome-shell-light-alt-yellow.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-alt.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-blue.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-green.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-grey.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-orange.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-pink.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-purple.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-red.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-blue.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-green.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-grey.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-orange.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-pink.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-purple.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-red.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt-yellow.css | 30 ++++++++++--------- .../gnome-shell-light-solid-alt.css | 30 ++++++++++--------- .../gnome-shell-light-solid-blue.css | 30 ++++++++++--------- .../gnome-shell-light-solid-green.css | 30 ++++++++++--------- .../gnome-shell-light-solid-grey.css | 30 ++++++++++--------- .../gnome-shell-light-solid-orange.css | 30 ++++++++++--------- .../gnome-shell-light-solid-pink.css | 30 ++++++++++--------- .../gnome-shell-light-solid-purple.css | 30 ++++++++++--------- .../gnome-shell-light-solid-red.css | 30 ++++++++++--------- .../gnome-shell-light-solid-yellow.css | 30 ++++++++++--------- .../gnome-shell/gnome-shell-light-yellow.css | 30 ++++++++++--------- src/main/gtk-3.0/gtk-dark-blue.css | 9 ++---- src/main/gtk-3.0/gtk-dark-green.css | 9 ++---- src/main/gtk-3.0/gtk-dark-grey.css | 9 ++---- src/main/gtk-3.0/gtk-dark-orange.css | 9 ++---- src/main/gtk-3.0/gtk-dark-pink.css | 9 ++---- src/main/gtk-3.0/gtk-dark-purple.css | 9 ++---- src/main/gtk-3.0/gtk-dark-red.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-blue.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-green.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-grey.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-orange.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-pink.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-purple.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-red.css | 9 ++---- src/main/gtk-3.0/gtk-dark-solid-yellow.css | 9 ++---- src/main/gtk-3.0/gtk-dark-yellow.css | 9 ++---- src/main/gtk-3.0/gtk-light-blue.css | 9 ++---- src/main/gtk-3.0/gtk-light-green.css | 9 ++---- src/main/gtk-3.0/gtk-light-grey.css | 9 ++---- src/main/gtk-3.0/gtk-light-orange.css | 9 ++---- src/main/gtk-3.0/gtk-light-pink.css | 9 ++---- src/main/gtk-3.0/gtk-light-purple.css | 9 ++---- src/main/gtk-3.0/gtk-light-red.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-blue.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-green.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-grey.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-orange.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-pink.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-purple.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-red.css | 9 ++---- src/main/gtk-3.0/gtk-light-solid-yellow.css | 9 ++---- src/main/gtk-3.0/gtk-light-yellow.css | 9 ++---- 116 files changed, 1408 insertions(+), 1400 deletions(-) diff --git a/src/main/gnome-shell/gdm3-dark-blue.css b/src/main/gnome-shell/gdm3-dark-blue.css index 138381f..d3f2f84 100644 --- a/src/main/gnome-shell/gdm3-dark-blue.css +++ b/src/main/gnome-shell/gdm3-dark-blue.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-dark-green.css b/src/main/gnome-shell/gdm3-dark-green.css index e577b20..4b96c3b 100644 --- a/src/main/gnome-shell/gdm3-dark-green.css +++ b/src/main/gnome-shell/gdm3-dark-green.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-dark-grey.css b/src/main/gnome-shell/gdm3-dark-grey.css index 6b83160..4d43ba3 100644 --- a/src/main/gnome-shell/gdm3-dark-grey.css +++ b/src/main/gnome-shell/gdm3-dark-grey.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-dark-orange.css b/src/main/gnome-shell/gdm3-dark-orange.css index ef89e0e..1b365ff 100644 --- a/src/main/gnome-shell/gdm3-dark-orange.css +++ b/src/main/gnome-shell/gdm3-dark-orange.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-dark-pink.css b/src/main/gnome-shell/gdm3-dark-pink.css index 0e268d2..ebb02df 100644 --- a/src/main/gnome-shell/gdm3-dark-pink.css +++ b/src/main/gnome-shell/gdm3-dark-pink.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-dark-purple.css b/src/main/gnome-shell/gdm3-dark-purple.css index 03d965e..03a8519 100644 --- a/src/main/gnome-shell/gdm3-dark-purple.css +++ b/src/main/gnome-shell/gdm3-dark-purple.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-dark-red.css b/src/main/gnome-shell/gdm3-dark-red.css index 3d1b10f..590484e 100644 --- a/src/main/gnome-shell/gdm3-dark-red.css +++ b/src/main/gnome-shell/gdm3-dark-red.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-dark-yellow.css b/src/main/gnome-shell/gdm3-dark-yellow.css index 72f6778..01ff33b 100644 --- a/src/main/gnome-shell/gdm3-dark-yellow.css +++ b/src/main/gnome-shell/gdm3-dark-yellow.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-blue.css b/src/main/gnome-shell/gdm3-light-blue.css index 09e5413..21cf22f 100644 --- a/src/main/gnome-shell/gdm3-light-blue.css +++ b/src/main/gnome-shell/gdm3-light-blue.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-green.css b/src/main/gnome-shell/gdm3-light-green.css index f5a5de3..6c84cfc 100644 --- a/src/main/gnome-shell/gdm3-light-green.css +++ b/src/main/gnome-shell/gdm3-light-green.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-grey.css b/src/main/gnome-shell/gdm3-light-grey.css index 7959e46..856dd86 100644 --- a/src/main/gnome-shell/gdm3-light-grey.css +++ b/src/main/gnome-shell/gdm3-light-grey.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-orange.css b/src/main/gnome-shell/gdm3-light-orange.css index edb9ab6..6dbf0e4 100644 --- a/src/main/gnome-shell/gdm3-light-orange.css +++ b/src/main/gnome-shell/gdm3-light-orange.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-pink.css b/src/main/gnome-shell/gdm3-light-pink.css index 2776657..e831ae6 100644 --- a/src/main/gnome-shell/gdm3-light-pink.css +++ b/src/main/gnome-shell/gdm3-light-pink.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-purple.css b/src/main/gnome-shell/gdm3-light-purple.css index 9d2d05b..b6f4e8b 100644 --- a/src/main/gnome-shell/gdm3-light-purple.css +++ b/src/main/gnome-shell/gdm3-light-purple.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-red.css b/src/main/gnome-shell/gdm3-light-red.css index 3f9cac8..bc71dcc 100644 --- a/src/main/gnome-shell/gdm3-light-red.css +++ b/src/main/gnome-shell/gdm3-light-red.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gdm3-light-yellow.css b/src/main/gnome-shell/gdm3-light-yellow.css index 48ed76d..245833a 100644 --- a/src/main/gnome-shell/gdm3-light-yellow.css +++ b/src/main/gnome-shell/gdm3-light-yellow.css @@ -62,7 +62,7 @@ stage { box-shadow: none; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content { +.candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -354,7 +354,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -418,7 +418,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -560,7 +559,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -1627,16 +1626,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -1748,7 +1737,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -1766,6 +1767,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css index 12107a9..e8ecb72 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-alt-green.css index 822e9b3..54f4567 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css index c78e673..c6dc017 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css index 5c2f889..2453c66 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css index 9172757..426a754 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css index 7851c03..c9f8ebf 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-alt-red.css index 71976dc..3940bbf 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css index 957bb8a..a321c7f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index adbf13d..df10a1d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #0860F2; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #0860F2; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-blue.css b/src/main/gnome-shell/gnome-shell-dark-blue.css index 12107a9..e8ecb72 100644 --- a/src/main/gnome-shell/gnome-shell-dark-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-green.css b/src/main/gnome-shell/gnome-shell-dark-green.css index 822e9b3..54f4567 100644 --- a/src/main/gnome-shell/gnome-shell-dark-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-grey.css b/src/main/gnome-shell/gnome-shell-dark-grey.css index c78e673..c6dc017 100644 --- a/src/main/gnome-shell/gnome-shell-dark-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-orange.css b/src/main/gnome-shell/gnome-shell-dark-orange.css index 5c2f889..2453c66 100644 --- a/src/main/gnome-shell/gnome-shell-dark-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-pink.css b/src/main/gnome-shell/gnome-shell-dark-pink.css index 9172757..426a754 100644 --- a/src/main/gnome-shell/gnome-shell-dark-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-purple.css b/src/main/gnome-shell/gnome-shell-dark-purple.css index 7851c03..c9f8ebf 100644 --- a/src/main/gnome-shell/gnome-shell-dark-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-red.css b/src/main/gnome-shell/gnome-shell-dark-red.css index 71976dc..3940bbf 100644 --- a/src/main/gnome-shell/gnome-shell-dark-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css index 73dab02..5d1121e 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css index 4ef75ca..c04bba9 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css index 651bd04..5d119cf 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css index 01daebd..f926e9d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css index ef94061..f8d62a7 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css index ca2215a..be211c5 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css index a4aa28d..30196bc 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css index bfcdadc..785de38 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index 5d3499f..0ef4e52 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #0860F2; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #0860F2; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css index 73dab02..5d1121e 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-green.css index 4ef75ca..c04bba9 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css index 651bd04..5d119cf 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css index 01daebd..f926e9d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css index ef94061..f8d62a7 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css index ca2215a..be211c5 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-red.css index a4aa28d..30196bc 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css index bfcdadc..785de38 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-yellow.css b/src/main/gnome-shell/gnome-shell-dark-yellow.css index 957bb8a..a321c7f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-alt-blue.css index 94268b8..2b00e7c 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-green.css b/src/main/gnome-shell/gnome-shell-light-alt-green.css index 6525117..13e7d8f 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-alt-grey.css index 4ce14d3..626b2d9 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-alt-orange.css index ce56d2b..7e96569 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-alt-pink.css index 0673379..44e2300 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-alt-purple.css index 192d681..75f2d12 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-red.css b/src/main/gnome-shell/gnome-shell-light-alt-red.css index dbe647d..261e2d8 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css index b347a53..227df75 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index 8cbb6fc..e8dd871 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #0860F2; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #0860F2; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-blue.css b/src/main/gnome-shell/gnome-shell-light-blue.css index ce4d184..03ca85b 100644 --- a/src/main/gnome-shell/gnome-shell-light-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-green.css b/src/main/gnome-shell/gnome-shell-light-green.css index 80b5114..c5c0183 100644 --- a/src/main/gnome-shell/gnome-shell-light-green.css +++ b/src/main/gnome-shell/gnome-shell-light-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-grey.css b/src/main/gnome-shell/gnome-shell-light-grey.css index 5ae0ed5..041a713 100644 --- a/src/main/gnome-shell/gnome-shell-light-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-orange.css b/src/main/gnome-shell/gnome-shell-light-orange.css index c84dddc..b6b09c6 100644 --- a/src/main/gnome-shell/gnome-shell-light-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-pink.css b/src/main/gnome-shell/gnome-shell-light-pink.css index 0482cb5..8a30930 100644 --- a/src/main/gnome-shell/gnome-shell-light-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-purple.css b/src/main/gnome-shell/gnome-shell-light-purple.css index 30fe31e..88e5a7c 100644 --- a/src/main/gnome-shell/gnome-shell-light-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-red.css b/src/main/gnome-shell/gnome-shell-light-red.css index fd6a803..ddf3c80 100644 --- a/src/main/gnome-shell/gnome-shell-light-red.css +++ b/src/main/gnome-shell/gnome-shell-light-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css index 161aacc..423bdb2 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css index 8ba2495..a7f308f 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css index d5f531f..40aa2c1 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css index bfb4edd..3d4cefb 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css index 621c5b5..b9b0135 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css index 1a3d234..2ba3df4 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css index 3f3e66b..f9476d1 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css index bfb4edd..3d4cefb 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index 6e67c3c..889075d 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #0860F2; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #0860F2; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #0860F2; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-blue.css index 161aacc..423bdb2 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-blue.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #2E7CF7; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #2E7CF7; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #2E7CF7; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-green.css b/src/main/gnome-shell/gnome-shell-light-solid-green.css index 8ba2495..a7f308f 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-green.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #79B757; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #79B757; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #79B757; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-grey.css index d5f531f..40aa2c1 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-grey.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #8C8C8C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #8C8C8C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #8C8C8C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-orange.css index bfb4edd..3d4cefb 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-orange.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E9873A; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #E9873A; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #E9873A; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-pink.css index 621c5b5..b9b0135 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-pink.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #E55E9C; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #E55E9C; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #E55E9C; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-purple.css index 1a3d234..2ba3df4 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-purple.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #9A57A3; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #9A57A3; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #9A57A3; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-red.css b/src/main/gnome-shell/gnome-shell-light-solid-red.css index 3f3e66b..f9476d1 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-red.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #ED5F5D; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #ED5F5D; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #ED5F5D; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css index f005590..b3291ae 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3298,16 +3297,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #f5f5f5; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3419,7 +3408,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3437,6 +3438,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gnome-shell/gnome-shell-light-yellow.css b/src/main/gnome-shell/gnome-shell-light-yellow.css index a3c622d..b6dfb4c 100644 --- a/src/main/gnome-shell/gnome-shell-light-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-yellow.css @@ -157,7 +157,7 @@ stage { border-radius: 0 0 6px 6px; } -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { +.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); @@ -449,7 +449,7 @@ stage { } .calendar-today { - font-weight: bold !important; + font-weight: bold; color: rgba(255, 255, 255, 0.85); background-color: #F3BA4B; border: none; @@ -513,7 +513,6 @@ stage { font-weight: bold; } -/* Events */ .events-button .events-box { spacing: 6px; } @@ -655,7 +654,7 @@ stage { } .message { - margin: 2px 4px 6px; + margin: 0 4px; } .message:first-child { @@ -3294,16 +3293,6 @@ StEntry StLabel.hint-text { selected-color: #F3BA4B; } -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - .popup-separator-menu-item { margin: 0 0; padding: 0 0; @@ -3415,7 +3404,19 @@ StEntry StLabel.hint-text { background-color: #F3BA4B; } +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; + background-color: transparent; +} + .candidate-popup-content { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); padding: 8px; spacing: 0; } @@ -3433,6 +3434,7 @@ StEntry StLabel.hint-text { transition-duration: 0ms; min-height: 28px; padding: 0 8px; + margin-right: 2px; border-radius: 6px; } diff --git a/src/main/gtk-3.0/gtk-dark-blue.css b/src/main/gtk-3.0/gtk-dark-blue.css index cc4fe74..a11091f 100644 --- a/src/main/gtk-3.0/gtk-dark-blue.css +++ b/src/main/gtk-3.0/gtk-dark-blue.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark-green.css b/src/main/gtk-3.0/gtk-dark-green.css index 6ef18be..0363682 100644 --- a/src/main/gtk-3.0/gtk-dark-green.css +++ b/src/main/gtk-3.0/gtk-dark-green.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark-grey.css b/src/main/gtk-3.0/gtk-dark-grey.css index 133054d..6063bc3 100644 --- a/src/main/gtk-3.0/gtk-dark-grey.css +++ b/src/main/gtk-3.0/gtk-dark-grey.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark-orange.css b/src/main/gtk-3.0/gtk-dark-orange.css index d805cb2..ce356d3 100644 --- a/src/main/gtk-3.0/gtk-dark-orange.css +++ b/src/main/gtk-3.0/gtk-dark-orange.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark-pink.css b/src/main/gtk-3.0/gtk-dark-pink.css index ed01211..3840cce 100644 --- a/src/main/gtk-3.0/gtk-dark-pink.css +++ b/src/main/gtk-3.0/gtk-dark-pink.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark-purple.css b/src/main/gtk-3.0/gtk-dark-purple.css index aea4c45..46d59bb 100644 --- a/src/main/gtk-3.0/gtk-dark-purple.css +++ b/src/main/gtk-3.0/gtk-dark-purple.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark-red.css b/src/main/gtk-3.0/gtk-dark-red.css index 13bd1fb..3ce5ab0 100644 --- a/src/main/gtk-3.0/gtk-dark-red.css +++ b/src/main/gtk-3.0/gtk-dark-red.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 db4ee2c..b834833 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-blue.css +++ b/src/main/gtk-3.0/gtk-dark-solid-blue.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 a713079..475e4f9 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-green.css +++ b/src/main/gtk-3.0/gtk-dark-solid-green.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 7af7370..3d208aa 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-grey.css +++ b/src/main/gtk-3.0/gtk-dark-solid-grey.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 9165361..406a90a 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-orange.css +++ b/src/main/gtk-3.0/gtk-dark-solid-orange.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 6154855..90d9557 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-pink.css +++ b/src/main/gtk-3.0/gtk-dark-solid-pink.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 9c0fcb3..90941dd 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-purple.css +++ b/src/main/gtk-3.0/gtk-dark-solid-purple.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 e06eff5..b6b2211 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-red.css +++ b/src/main/gtk-3.0/gtk-dark-solid-red.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 640376b..4966222 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-solid-yellow.css @@ -10071,17 +10071,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid #4d4d4d; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-dark-yellow.css b/src/main/gtk-3.0/gtk-dark-yellow.css index d1eea9c..70ce813 100644 --- a/src/main/gtk-3.0/gtk-dark-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-yellow.css @@ -10067,17 +10067,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #333333; border: 1px solid rgba(77, 77, 77, 0.95); } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-blue.css b/src/main/gtk-3.0/gtk-light-blue.css index 80496a0..5a1b4f1 100644 --- a/src/main/gtk-3.0/gtk-light-blue.css +++ b/src/main/gtk-3.0/gtk-light-blue.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-green.css b/src/main/gtk-3.0/gtk-light-green.css index 40e1210..a8e2e99 100644 --- a/src/main/gtk-3.0/gtk-light-green.css +++ b/src/main/gtk-3.0/gtk-light-green.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-grey.css b/src/main/gtk-3.0/gtk-light-grey.css index 929ad45..f3e70db 100644 --- a/src/main/gtk-3.0/gtk-light-grey.css +++ b/src/main/gtk-3.0/gtk-light-grey.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-orange.css b/src/main/gtk-3.0/gtk-light-orange.css index 14b8c73..28545b4 100644 --- a/src/main/gtk-3.0/gtk-light-orange.css +++ b/src/main/gtk-3.0/gtk-light-orange.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-pink.css b/src/main/gtk-3.0/gtk-light-pink.css index ddbfb17..a8a34e9 100644 --- a/src/main/gtk-3.0/gtk-light-pink.css +++ b/src/main/gtk-3.0/gtk-light-pink.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-purple.css b/src/main/gtk-3.0/gtk-light-purple.css index e9b2906..46f41c0 100644 --- a/src/main/gtk-3.0/gtk-light-purple.css +++ b/src/main/gtk-3.0/gtk-light-purple.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-red.css b/src/main/gtk-3.0/gtk-light-red.css index 9b8e098..31aa1a0 100644 --- a/src/main/gtk-3.0/gtk-light-red.css +++ b/src/main/gtk-3.0/gtk-light-red.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 1b0e8e7..81e3c9a 100644 --- a/src/main/gtk-3.0/gtk-light-solid-blue.css +++ b/src/main/gtk-3.0/gtk-light-solid-blue.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 741c509..201fb00 100644 --- a/src/main/gtk-3.0/gtk-light-solid-green.css +++ b/src/main/gtk-3.0/gtk-light-solid-green.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 6e282c3..177fe0c 100644 --- a/src/main/gtk-3.0/gtk-light-solid-grey.css +++ b/src/main/gtk-3.0/gtk-light-solid-grey.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 6d39841..20e0883 100644 --- a/src/main/gtk-3.0/gtk-light-solid-orange.css +++ b/src/main/gtk-3.0/gtk-light-solid-orange.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 ef31194..c19fec2 100644 --- a/src/main/gtk-3.0/gtk-light-solid-pink.css +++ b/src/main/gtk-3.0/gtk-light-solid-pink.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 f5ddfb2..d3bce78 100644 --- a/src/main/gtk-3.0/gtk-light-solid-purple.css +++ b/src/main/gtk-3.0/gtk-light-solid-purple.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 dda6032..aae5e14 100644 --- a/src/main/gtk-3.0/gtk-light-solid-red.css +++ b/src/main/gtk-3.0/gtk-light-solid-red.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } 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 187e658..3c12e7d 100644 --- a/src/main/gtk-3.0/gtk-light-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-light-solid-yellow.css @@ -10109,16 +10109,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } diff --git a/src/main/gtk-3.0/gtk-light-yellow.css b/src/main/gtk-3.0/gtk-light-yellow.css index 155c514..6c7fb88 100644 --- a/src/main/gtk-3.0/gtk-light-yellow.css +++ b/src/main/gtk-3.0/gtk-light-yellow.css @@ -10105,16 +10105,11 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow { .budgie-run-dialog, .budgie-session-dialog, .budgie-polkit-dialog { - border-radius: 12px; background-color: #f5f5f5; } -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 12px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, +.budgie-run-dialog, .budgie-session-dialog, +.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 12px; } From 3ab027e5d8d3bad71c2a1c2df1d9dc4748949866 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 19 Feb 2021 23:39:11 +0800 Subject: [PATCH 4/7] update --- src/main/gnome-shell/gdm3-dark-blue.css | 4 ++-- src/main/gnome-shell/gdm3-dark-green.css | 4 ++-- src/main/gnome-shell/gdm3-dark-grey.css | 4 ++-- src/main/gnome-shell/gdm3-dark-orange.css | 4 ++-- src/main/gnome-shell/gdm3-dark-pink.css | 4 ++-- src/main/gnome-shell/gdm3-dark-purple.css | 4 ++-- src/main/gnome-shell/gdm3-dark-red.css | 4 ++-- src/main/gnome-shell/gdm3-dark-yellow.css | 4 ++-- src/main/gnome-shell/gdm3-dark.css | 4 ++-- src/main/gnome-shell/gdm3-light-blue.css | 4 ++-- src/main/gnome-shell/gdm3-light-green.css | 4 ++-- src/main/gnome-shell/gdm3-light-grey.css | 4 ++-- src/main/gnome-shell/gdm3-light-orange.css | 4 ++-- src/main/gnome-shell/gdm3-light-pink.css | 4 ++-- src/main/gnome-shell/gdm3-light-purple.css | 4 ++-- src/main/gnome-shell/gdm3-light-red.css | 4 ++-- src/main/gnome-shell/gdm3-light-yellow.css | 4 ++-- src/main/gnome-shell/gdm3-light.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-alt.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-alt.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-solid.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-dark.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-alt.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-alt.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-blue.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-green.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-grey.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-orange.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-pink.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-purple.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-red.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-solid.css | 4 ++-- src/main/gnome-shell/gnome-shell-light-yellow.css | 4 ++-- src/main/gnome-shell/gnome-shell-light.css | 4 ++-- src/sass/gnome-shell/widgets/_panel.scss | 2 -- src/sass/gnome-shell/widgets/_popovers.scss | 2 ++ 92 files changed, 182 insertions(+), 182 deletions(-) diff --git a/src/main/gnome-shell/gdm3-dark-blue.css b/src/main/gnome-shell/gdm3-dark-blue.css index d3f2f84..84205c7 100644 --- a/src/main/gnome-shell/gdm3-dark-blue.css +++ b/src/main/gnome-shell/gdm3-dark-blue.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark-green.css b/src/main/gnome-shell/gdm3-dark-green.css index 4b96c3b..a642384 100644 --- a/src/main/gnome-shell/gdm3-dark-green.css +++ b/src/main/gnome-shell/gdm3-dark-green.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark-grey.css b/src/main/gnome-shell/gdm3-dark-grey.css index 4d43ba3..86c98f8 100644 --- a/src/main/gnome-shell/gdm3-dark-grey.css +++ b/src/main/gnome-shell/gdm3-dark-grey.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark-orange.css b/src/main/gnome-shell/gdm3-dark-orange.css index 1b365ff..4907e75 100644 --- a/src/main/gnome-shell/gdm3-dark-orange.css +++ b/src/main/gnome-shell/gdm3-dark-orange.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark-pink.css b/src/main/gnome-shell/gdm3-dark-pink.css index ebb02df..2692fec 100644 --- a/src/main/gnome-shell/gdm3-dark-pink.css +++ b/src/main/gnome-shell/gdm3-dark-pink.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark-purple.css b/src/main/gnome-shell/gdm3-dark-purple.css index 03a8519..74dc575 100644 --- a/src/main/gnome-shell/gdm3-dark-purple.css +++ b/src/main/gnome-shell/gdm3-dark-purple.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark-red.css b/src/main/gnome-shell/gdm3-dark-red.css index 590484e..1621a29 100644 --- a/src/main/gnome-shell/gdm3-dark-red.css +++ b/src/main/gnome-shell/gdm3-dark-red.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark-yellow.css b/src/main/gnome-shell/gdm3-dark-yellow.css index 01ff33b..dd3b92a 100644 --- a/src/main/gnome-shell/gdm3-dark-yellow.css +++ b/src/main/gnome-shell/gdm3-dark-yellow.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-dark.css b/src/main/gnome-shell/gdm3-dark.css index e5b465b..fdc4e7a 100644 --- a/src/main/gnome-shell/gdm3-dark.css +++ b/src/main/gnome-shell/gdm3-dark.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-blue.css b/src/main/gnome-shell/gdm3-light-blue.css index 21cf22f..3d77f07 100644 --- a/src/main/gnome-shell/gdm3-light-blue.css +++ b/src/main/gnome-shell/gdm3-light-blue.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-green.css b/src/main/gnome-shell/gdm3-light-green.css index 6c84cfc..871ac33 100644 --- a/src/main/gnome-shell/gdm3-light-green.css +++ b/src/main/gnome-shell/gdm3-light-green.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-grey.css b/src/main/gnome-shell/gdm3-light-grey.css index 856dd86..c9ed722 100644 --- a/src/main/gnome-shell/gdm3-light-grey.css +++ b/src/main/gnome-shell/gdm3-light-grey.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-orange.css b/src/main/gnome-shell/gdm3-light-orange.css index 6dbf0e4..3b9e873 100644 --- a/src/main/gnome-shell/gdm3-light-orange.css +++ b/src/main/gnome-shell/gdm3-light-orange.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-pink.css b/src/main/gnome-shell/gdm3-light-pink.css index e831ae6..4f18ebb 100644 --- a/src/main/gnome-shell/gdm3-light-pink.css +++ b/src/main/gnome-shell/gdm3-light-pink.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-purple.css b/src/main/gnome-shell/gdm3-light-purple.css index b6f4e8b..4058656 100644 --- a/src/main/gnome-shell/gdm3-light-purple.css +++ b/src/main/gnome-shell/gdm3-light-purple.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-red.css b/src/main/gnome-shell/gdm3-light-red.css index bc71dcc..91339b9 100644 --- a/src/main/gnome-shell/gdm3-light-red.css +++ b/src/main/gnome-shell/gdm3-light-red.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light-yellow.css b/src/main/gnome-shell/gdm3-light-yellow.css index 245833a..0e5ec66 100644 --- a/src/main/gnome-shell/gdm3-light-yellow.css +++ b/src/main/gnome-shell/gdm3-light-yellow.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gdm3-light.css b/src/main/gnome-shell/gdm3-light.css index c33697b..eb4cc6e 100644 --- a/src/main/gnome-shell/gdm3-light.css +++ b/src/main/gnome-shell/gdm3-light.css @@ -1276,7 +1276,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -1431,7 +1430,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -1631,6 +1629,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -1643,6 +1642,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css index e8ecb72..cd873e5 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-alt-green.css index 54f4567..13dc9c7 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css index c6dc017..28141fd 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css index 2453c66..15cb8ad 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css index 426a754..8305c59 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css index c9f8ebf..2b03f31 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-alt-red.css index 3940bbf..b2436bb 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css index a321c7f..e8b6a1d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index df10a1d..1927610 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-blue.css b/src/main/gnome-shell/gnome-shell-dark-blue.css index e8ecb72..cd873e5 100644 --- a/src/main/gnome-shell/gnome-shell-dark-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-green.css b/src/main/gnome-shell/gnome-shell-dark-green.css index 54f4567..13dc9c7 100644 --- a/src/main/gnome-shell/gnome-shell-dark-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-grey.css b/src/main/gnome-shell/gnome-shell-dark-grey.css index c6dc017..28141fd 100644 --- a/src/main/gnome-shell/gnome-shell-dark-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-orange.css b/src/main/gnome-shell/gnome-shell-dark-orange.css index 2453c66..15cb8ad 100644 --- a/src/main/gnome-shell/gnome-shell-dark-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-pink.css b/src/main/gnome-shell/gnome-shell-dark-pink.css index 426a754..8305c59 100644 --- a/src/main/gnome-shell/gnome-shell-dark-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-purple.css b/src/main/gnome-shell/gnome-shell-dark-purple.css index c9f8ebf..2b03f31 100644 --- a/src/main/gnome-shell/gnome-shell-dark-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-red.css b/src/main/gnome-shell/gnome-shell-dark-red.css index 3940bbf..b2436bb 100644 --- a/src/main/gnome-shell/gnome-shell-dark-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css index 5d1121e..8c38d98 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css index c04bba9..adffc01 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css index 5d119cf..beb76b6 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css index f926e9d..04ee284 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css index f8d62a7..f859e9f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css index be211c5..29cfe7d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css index 30196bc..fea1190 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css index 785de38..160effb 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index 0ef4e52..336c78b 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css index 5d1121e..8c38d98 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-green.css index c04bba9..adffc01 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css index 5d119cf..beb76b6 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css index f926e9d..04ee284 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css index f8d62a7..f859e9f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css index be211c5..29cfe7d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-red.css index 30196bc..fea1190 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css index 785de38..160effb 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index 0ef4e52..336c78b 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(42, 42, 42, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #2a2a2a; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-yellow.css b/src/main/gnome-shell/gnome-shell-dark-yellow.css index a321c7f..e8b6a1d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index df10a1d..1927610 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-alt-blue.css index 2b00e7c..7b949fa 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-green.css b/src/main/gnome-shell/gnome-shell-light-alt-green.css index 13e7d8f..1701902 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-alt-grey.css index 626b2d9..bfec66d 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-alt-orange.css index 7e96569..0b9895a 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-alt-pink.css index 44e2300..8bd0322 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-alt-purple.css index 75f2d12..b29aa17 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-red.css b/src/main/gnome-shell/gnome-shell-light-alt-red.css index 261e2d8..8f7c84d 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css index 227df75..0ee6c9c 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index e8dd871..a06f621 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-blue.css b/src/main/gnome-shell/gnome-shell-light-blue.css index 03ca85b..c4c599c 100644 --- a/src/main/gnome-shell/gnome-shell-light-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-green.css b/src/main/gnome-shell/gnome-shell-light-green.css index c5c0183..e3f09cd 100644 --- a/src/main/gnome-shell/gnome-shell-light-green.css +++ b/src/main/gnome-shell/gnome-shell-light-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-grey.css b/src/main/gnome-shell/gnome-shell-light-grey.css index 041a713..d90173d 100644 --- a/src/main/gnome-shell/gnome-shell-light-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-orange.css b/src/main/gnome-shell/gnome-shell-light-orange.css index b6b09c6..c538957 100644 --- a/src/main/gnome-shell/gnome-shell-light-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-pink.css b/src/main/gnome-shell/gnome-shell-light-pink.css index 8a30930..47ac4be 100644 --- a/src/main/gnome-shell/gnome-shell-light-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-purple.css b/src/main/gnome-shell/gnome-shell-light-purple.css index 88e5a7c..0a97fd5 100644 --- a/src/main/gnome-shell/gnome-shell-light-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-red.css b/src/main/gnome-shell/gnome-shell-light-red.css index ddf3c80..fca6ecb 100644 --- a/src/main/gnome-shell/gnome-shell-light-red.css +++ b/src/main/gnome-shell/gnome-shell-light-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css index 423bdb2..fc7ea5f 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css index a7f308f..0ca6173 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css index 40aa2c1..b86222b 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css index 3d4cefb..c80dec2 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css index b9b0135..1f16f58 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css index 2ba3df4..4c6e812 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css index f9476d1..c4c31c4 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css index 3d4cefb..c80dec2 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index 889075d..57d2f7f 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-blue.css index 423bdb2..fc7ea5f 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-blue.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-green.css b/src/main/gnome-shell/gnome-shell-light-solid-green.css index a7f308f..0ca6173 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-green.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-grey.css index 40aa2c1..b86222b 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-grey.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-orange.css index 3d4cefb..c80dec2 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-orange.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-pink.css index b9b0135..1f16f58 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-pink.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-purple.css index 2ba3df4..4c6e812 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-purple.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-red.css b/src/main/gnome-shell/gnome-shell-light-solid-red.css index f9476d1..c4c31c4 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-red.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css index b3291ae..1535389 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index 889075d..57d2f7f 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(241, 241, 241, 0.95); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: #f1f1f1; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3302,6 +3300,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3314,6 +3313,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-yellow.css b/src/main/gnome-shell/gnome-shell-light-yellow.css index b6dfb4c..cf4095d 100644 --- a/src/main/gnome-shell/gnome-shell-light-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-yellow.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 26ed0b6..8d266ff 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -2943,7 +2943,6 @@ StEntry StLabel.hint-text { #panel { background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: 28px; @@ -3098,7 +3097,6 @@ StEntry StLabel.hint-text { #panel.solid { background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; @@ -3298,6 +3296,7 @@ StEntry StLabel.hint-text { padding: 0 0; background: none; border: none; + height: 1px; } .popup-separator-menu-item .popup-separator-menu-item-separator { @@ -3310,6 +3309,7 @@ StEntry StLabel.hint-text { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 32px 0 0; + height: 1px; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/sass/gnome-shell/widgets/_panel.scss b/src/sass/gnome-shell/widgets/_panel.scss index 6f7e71a..6a2e0fe 100644 --- a/src/sass/gnome-shell/widgets/_panel.scss +++ b/src/sass/gnome-shell/widgets/_panel.scss @@ -3,7 +3,6 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95)); #panel { background-color: $shell_panel_bg; - /* transition from solid to transparent */ transition-duration: 250ms; font-weight: bold; height: $menuitem_size; @@ -146,7 +145,6 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95)); &.solid { background-color: $panel_bg; - /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; // for Ubuntu session text-shadow: none; // for Ubuntu session diff --git a/src/sass/gnome-shell/widgets/_popovers.scss b/src/sass/gnome-shell/widgets/_popovers.scss index d25f244..f495848 100644 --- a/src/sass/gnome-shell/widgets/_popovers.scss +++ b/src/sass/gnome-shell/widgets/_popovers.scss @@ -133,6 +133,7 @@ $popop_menuitem_radius: $wm_radius - 4px; padding: 0 0; background: none; border: none; + height: 1px; .popup-separator-menu-item-separator { height: 1px; //not really the whole box @@ -143,6 +144,7 @@ $popop_menuitem_radius: $wm_radius - 4px; .popup-sub-menu & { //submenu separators padding: 0 0; margin: 0 32px 0 0; + height: 1px; } } } From d5f25c682071ab16ceb013ec26bb860c9217deac Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 20 Feb 2021 00:02:21 +0800 Subject: [PATCH 5/7] update --- src/main/gnome-shell/gdm3-dark-blue.css | 10 +++------- src/main/gnome-shell/gdm3-dark-green.css | 10 +++------- src/main/gnome-shell/gdm3-dark-grey.css | 10 +++------- src/main/gnome-shell/gdm3-dark-orange.css | 10 +++------- src/main/gnome-shell/gdm3-dark-pink.css | 10 +++------- src/main/gnome-shell/gdm3-dark-purple.css | 10 +++------- src/main/gnome-shell/gdm3-dark-red.css | 10 +++------- src/main/gnome-shell/gdm3-dark-yellow.css | 10 +++------- src/main/gnome-shell/gdm3-dark.css | 10 +++------- src/main/gnome-shell/gdm3-light-blue.css | 10 +++------- src/main/gnome-shell/gdm3-light-green.css | 10 +++------- src/main/gnome-shell/gdm3-light-grey.css | 10 +++------- src/main/gnome-shell/gdm3-light-orange.css | 10 +++------- src/main/gnome-shell/gdm3-light-pink.css | 10 +++------- src/main/gnome-shell/gdm3-light-purple.css | 10 +++------- src/main/gnome-shell/gdm3-light-red.css | 10 +++------- src/main/gnome-shell/gdm3-light-yellow.css | 10 +++------- src/main/gnome-shell/gdm3-light.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-blue.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-green.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-grey.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-orange.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-pink.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-purple.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-red.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-alt.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-blue.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-green.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-grey.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-orange.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-pink.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-purple.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-red.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-blue.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-green.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-grey.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-orange.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-pink.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-purple.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-red.css | 10 +++------- .../gnome-shell/gnome-shell-dark-solid-alt-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-alt.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-blue.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-green.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-grey.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-orange.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-pink.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-purple.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-red.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-solid.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-dark.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-blue.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-green.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-grey.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-orange.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-pink.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-purple.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-red.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-alt.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-blue.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-green.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-grey.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-orange.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-pink.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-purple.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-red.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-blue.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-green.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-grey.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-orange.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-pink.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-purple.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-red.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-alt-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-solid-alt.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-solid-blue.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-solid-green.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-solid-grey.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-orange.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-solid-pink.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-purple.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-solid-red.css | 10 +++------- .../gnome-shell/gnome-shell-light-solid-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-solid.css | 10 +++------- src/main/gnome-shell/gnome-shell-light-yellow.css | 10 +++------- src/main/gnome-shell/gnome-shell-light.css | 10 +++------- src/sass/gnome-shell/widgets/_base.scss | 2 +- src/sass/gnome-shell/widgets/_calendar.scss | 4 +--- src/sass/gnome-shell/widgets/_popovers.scss | 2 +- 93 files changed, 273 insertions(+), 635 deletions(-) diff --git a/src/main/gnome-shell/gdm3-dark-blue.css b/src/main/gnome-shell/gdm3-dark-blue.css index 84205c7..c2d9ddc 100644 --- a/src/main/gnome-shell/gdm3-dark-blue.css +++ b/src/main/gnome-shell/gdm3-dark-blue.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark-green.css b/src/main/gnome-shell/gdm3-dark-green.css index a642384..2d791f6 100644 --- a/src/main/gnome-shell/gdm3-dark-green.css +++ b/src/main/gnome-shell/gdm3-dark-green.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark-grey.css b/src/main/gnome-shell/gdm3-dark-grey.css index 86c98f8..24673ea 100644 --- a/src/main/gnome-shell/gdm3-dark-grey.css +++ b/src/main/gnome-shell/gdm3-dark-grey.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark-orange.css b/src/main/gnome-shell/gdm3-dark-orange.css index 4907e75..4ad24fe 100644 --- a/src/main/gnome-shell/gdm3-dark-orange.css +++ b/src/main/gnome-shell/gdm3-dark-orange.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark-pink.css b/src/main/gnome-shell/gdm3-dark-pink.css index 2692fec..5e851d3 100644 --- a/src/main/gnome-shell/gdm3-dark-pink.css +++ b/src/main/gnome-shell/gdm3-dark-pink.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark-purple.css b/src/main/gnome-shell/gdm3-dark-purple.css index 74dc575..010fbf1 100644 --- a/src/main/gnome-shell/gdm3-dark-purple.css +++ b/src/main/gnome-shell/gdm3-dark-purple.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark-red.css b/src/main/gnome-shell/gdm3-dark-red.css index 1621a29..845489a 100644 --- a/src/main/gnome-shell/gdm3-dark-red.css +++ b/src/main/gnome-shell/gdm3-dark-red.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark-yellow.css b/src/main/gnome-shell/gdm3-dark-yellow.css index dd3b92a..a495de4 100644 --- a/src/main/gnome-shell/gdm3-dark-yellow.css +++ b/src/main/gnome-shell/gdm3-dark-yellow.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-dark.css b/src/main/gnome-shell/gdm3-dark.css index fdc4e7a..8e1e5e4 100644 --- a/src/main/gnome-shell/gdm3-dark.css +++ b/src/main/gnome-shell/gdm3-dark.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-blue.css b/src/main/gnome-shell/gdm3-light-blue.css index 3d77f07..53dd248 100644 --- a/src/main/gnome-shell/gdm3-light-blue.css +++ b/src/main/gnome-shell/gdm3-light-blue.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-green.css b/src/main/gnome-shell/gdm3-light-green.css index 871ac33..e4127b2 100644 --- a/src/main/gnome-shell/gdm3-light-green.css +++ b/src/main/gnome-shell/gdm3-light-green.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-grey.css b/src/main/gnome-shell/gdm3-light-grey.css index c9ed722..d94d1c7 100644 --- a/src/main/gnome-shell/gdm3-light-grey.css +++ b/src/main/gnome-shell/gdm3-light-grey.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-orange.css b/src/main/gnome-shell/gdm3-light-orange.css index 3b9e873..0c562f3 100644 --- a/src/main/gnome-shell/gdm3-light-orange.css +++ b/src/main/gnome-shell/gdm3-light-orange.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-pink.css b/src/main/gnome-shell/gdm3-light-pink.css index 4f18ebb..7f0dade 100644 --- a/src/main/gnome-shell/gdm3-light-pink.css +++ b/src/main/gnome-shell/gdm3-light-pink.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-purple.css b/src/main/gnome-shell/gdm3-light-purple.css index 4058656..a41bfa2 100644 --- a/src/main/gnome-shell/gdm3-light-purple.css +++ b/src/main/gnome-shell/gdm3-light-purple.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-red.css b/src/main/gnome-shell/gdm3-light-red.css index 91339b9..22c3971 100644 --- a/src/main/gnome-shell/gdm3-light-red.css +++ b/src/main/gnome-shell/gdm3-light-red.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light-yellow.css b/src/main/gnome-shell/gdm3-light-yellow.css index 0e5ec66..674dd00 100644 --- a/src/main/gnome-shell/gdm3-light-yellow.css +++ b/src/main/gnome-shell/gdm3-light-yellow.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gdm3-light.css b/src/main/gnome-shell/gdm3-light.css index eb4cc6e..96b762c 100644 --- a/src/main/gnome-shell/gdm3-light.css +++ b/src/main/gnome-shell/gdm3-light.css @@ -65,9 +65,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough { @@ -559,11 +559,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -1497,7 +1493,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css index cd873e5..bd57a85 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-alt-green.css index 13dc9c7..322a37f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css index 28141fd..679cb1a 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css index 15cb8ad..c95b2b8 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css index 8305c59..a03b6c1 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css index 2b03f31..29af708 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-alt-red.css index b2436bb..f99e982 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css index e8b6a1d..e2fdb31 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index 1927610..638b346 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-blue.css b/src/main/gnome-shell/gnome-shell-dark-blue.css index cd873e5..bd57a85 100644 --- a/src/main/gnome-shell/gnome-shell-dark-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-green.css b/src/main/gnome-shell/gnome-shell-dark-green.css index 13dc9c7..322a37f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-grey.css b/src/main/gnome-shell/gnome-shell-dark-grey.css index 28141fd..679cb1a 100644 --- a/src/main/gnome-shell/gnome-shell-dark-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-orange.css b/src/main/gnome-shell/gnome-shell-dark-orange.css index 15cb8ad..c95b2b8 100644 --- a/src/main/gnome-shell/gnome-shell-dark-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-pink.css b/src/main/gnome-shell/gnome-shell-dark-pink.css index 8305c59..a03b6c1 100644 --- a/src/main/gnome-shell/gnome-shell-dark-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-purple.css b/src/main/gnome-shell/gnome-shell-dark-purple.css index 2b03f31..29af708 100644 --- a/src/main/gnome-shell/gnome-shell-dark-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-red.css b/src/main/gnome-shell/gnome-shell-dark-red.css index b2436bb..f99e982 100644 --- a/src/main/gnome-shell/gnome-shell-dark-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css index 8c38d98..254061f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css index adffc01..d19768c 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css index beb76b6..e38e65f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css index 04ee284..d74be45 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css index f859e9f..1a69688 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css index 29cfe7d..5e8432b 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css index fea1190..6d36de1 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css index 160effb..f64a37a 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index 336c78b..1366d1b 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css index 8c38d98..254061f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-green.css index adffc01..d19768c 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css index beb76b6..e38e65f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css index 04ee284..d74be45 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css index f859e9f..1a69688 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css index 29cfe7d..5e8432b 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-red.css index fea1190..6d36de1 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css index 160effb..f64a37a 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index 336c78b..1366d1b 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #242424; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark-yellow.css b/src/main/gnome-shell/gnome-shell-dark-yellow.css index e8b6a1d..e2fdb31 100644 --- a/src/main/gnome-shell/gnome-shell-dark-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index 1927610..638b346 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(36, 36, 36, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 1px; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-alt-blue.css index 7b949fa..cfaf0fb 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-green.css b/src/main/gnome-shell/gnome-shell-light-alt-green.css index 1701902..a0846df 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-alt-grey.css index bfec66d..4652b69 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-alt-orange.css index 0b9895a..6326dcb 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-alt-pink.css index 8bd0322..5e322d5 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-alt-purple.css index b29aa17..3264abd 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-red.css b/src/main/gnome-shell/gnome-shell-light-alt-red.css index 8f7c84d..362994c 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css index 0ee6c9c..574d966 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index a06f621..3cded35 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-blue.css b/src/main/gnome-shell/gnome-shell-light-blue.css index c4c599c..5337db1 100644 --- a/src/main/gnome-shell/gnome-shell-light-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-green.css b/src/main/gnome-shell/gnome-shell-light-green.css index e3f09cd..13a5e29 100644 --- a/src/main/gnome-shell/gnome-shell-light-green.css +++ b/src/main/gnome-shell/gnome-shell-light-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-grey.css b/src/main/gnome-shell/gnome-shell-light-grey.css index d90173d..ea409f1 100644 --- a/src/main/gnome-shell/gnome-shell-light-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-orange.css b/src/main/gnome-shell/gnome-shell-light-orange.css index c538957..3fd260d 100644 --- a/src/main/gnome-shell/gnome-shell-light-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-pink.css b/src/main/gnome-shell/gnome-shell-light-pink.css index 47ac4be..0592f94 100644 --- a/src/main/gnome-shell/gnome-shell-light-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-purple.css b/src/main/gnome-shell/gnome-shell-light-purple.css index 0a97fd5..03ba8ca 100644 --- a/src/main/gnome-shell/gnome-shell-light-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-red.css b/src/main/gnome-shell/gnome-shell-light-red.css index fca6ecb..787f15f 100644 --- a/src/main/gnome-shell/gnome-shell-light-red.css +++ b/src/main/gnome-shell/gnome-shell-light-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css index fc7ea5f..bc65678 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css index 0ca6173..6e20b67 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css index b86222b..6b5d802 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css index c80dec2..97960fa 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css index 1f16f58..c6210b3 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css index 4c6e812..4f6ba45 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css index c4c31c4..fa400a1 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css index c80dec2..97960fa 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index 57d2f7f..c69555a 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-blue.css index fc7ea5f..bc65678 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-blue.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-green.css b/src/main/gnome-shell/gnome-shell-light-solid-green.css index 0ca6173..6e20b67 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-green.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-grey.css index b86222b..6b5d802 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-grey.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-orange.css index c80dec2..97960fa 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-orange.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-pink.css index 1f16f58..c6210b3 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-pink.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-purple.css index 4c6e812..4f6ba45 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-purple.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-red.css b/src/main/gnome-shell/gnome-shell-light-solid-red.css index c4c31c4..fa400a1 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-red.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css index 1535389..4c33062 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index 57d2f7f..c69555a 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: #f5f5f5; border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3168,7 +3164,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light-yellow.css b/src/main/gnome-shell/gnome-shell-light-yellow.css index cf4095d..15df45c 100644 --- a/src/main/gnome-shell/gnome-shell-light-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-yellow.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 8d266ff..878f903 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -160,9 +160,9 @@ stage { .candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog { background-color: rgba(245, 245, 245, 0.95); border-radius: 12px; - box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2); border: solid rgba(0, 0, 0, 0.75); border-width: 0; + box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65); } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { @@ -654,11 +654,7 @@ stage { } .message { - margin: 0 4px; -} - -.message:first-child { - margin-top: 8px; + margin: 0 4px 6px; } .message .message-icon-bin { @@ -3164,7 +3160,7 @@ StEntry StLabel.hint-text { padding: 6px 0 !important; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu .popup-menu-item { diff --git a/src/sass/gnome-shell/widgets/_base.scss b/src/sass/gnome-shell/widgets/_base.scss index 81f30b2..00ed8a2 100644 --- a/src/sass/gnome-shell/widgets/_base.scss +++ b/src/sass/gnome-shell/widgets/_base.scss @@ -120,9 +120,9 @@ stage { %theme_dialogs { background-color: $dialog_bg_color; border-radius: $wm_radius; - box-shadow: inset 0 0 1px 0 rgba(white, 0.2); border: solid rgba(black, 0.75); border-width: if($variant=='light', 0, 1px); + box-shadow: 3px 3px 8px -3px rgba(black, 0.65); } %overview_scrollbar { diff --git a/src/sass/gnome-shell/widgets/_calendar.scss b/src/sass/gnome-shell/widgets/_calendar.scss index b349760..e600adf 100644 --- a/src/sass/gnome-shell/widgets/_calendar.scss +++ b/src/sass/gnome-shell/widgets/_calendar.scss @@ -355,11 +355,9 @@ } .message { - margin: 0 4px; + margin: 0 4px 6px; @extend %popover_bubble; - &:first-child { margin-top: 8px; } - // icon container .message-icon-bin { margin: 8px 0; diff --git a/src/sass/gnome-shell/widgets/_popovers.scss b/src/sass/gnome-shell/widgets/_popovers.scss index f495848..d2d9691 100644 --- a/src/sass/gnome-shell/widgets/_popovers.scss +++ b/src/sass/gnome-shell/widgets/_popovers.scss @@ -12,7 +12,7 @@ $popop_menuitem_radius: $wm_radius - 4px; @extend %theme_dialogs; box-shadow: 0 8px 16px 0 rgba(black, 0.25); border: 1px solid if($variant=='light', rgba(black, 0), rgba(black, 0.75)); - margin: 4px 8px !important; + margin: 4px 8px 4px 12px !important; } .popup-menu-item { From 2a58089c2fbde42a0efa8f02c350791a98231c1a Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 20 Feb 2021 00:36:27 +0800 Subject: [PATCH 6/7] Fixed issues --- src/main/gtk-3.0/gtk-dark-solid.css | 45 +++++++++++++++++--- src/main/gtk-3.0/gtk-dark.css | 45 +++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid.css | 45 +++++++++++++++++--- src/main/gtk-3.0/gtk-light.css | 45 +++++++++++++++++--- src/sass/gtk/_applications.scss | 61 +++++++++++++++++++++++----- 5 files changed, 210 insertions(+), 31 deletions(-) diff --git a/src/main/gtk-3.0/gtk-dark-solid.css b/src/main/gtk-3.0/gtk-dark-solid.css index c9f9924..3eee88c 100644 --- a/src/main/gtk-3.0/gtk-dark-solid.css +++ b/src/main/gtk-3.0/gtk-dark-solid.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark.css b/src/main/gtk-3.0/gtk-dark.css index 59ae942..cad4dbf 100644 --- a/src/main/gtk-3.0/gtk-dark.css +++ b/src/main/gtk-3.0/gtk-dark.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-solid.css b/src/main/gtk-3.0/gtk-light-solid.css index 9c2d8cb..f92cfe3 100644 --- a/src/main/gtk-3.0/gtk-light-solid.css +++ b/src/main/gtk-3.0/gtk-light-solid.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light.css b/src/main/gtk-3.0/gtk-light.css index 4d5eb0e..b928cbc 100644 --- a/src/main/gtk-3.0/gtk-light.css +++ b/src/main/gtk-3.0/gtk-light.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/sass/gtk/_applications.scss b/src/sass/gtk/_applications.scss index 368ec76..e489fcc 100644 --- a/src/sass/gtk/_applications.scss +++ b/src/sass/gtk/_applications.scss @@ -2434,6 +2434,42 @@ dialog.background.csd { } } +// +// Extensions +// +window.background.csd { + > stack, // GameMode setting + > stack > scrolledwindow > viewport > box, // User Themes (Workspace) setting + > box > stack > scrolledwindow > viewport > box { + > list { + @extend %circular_list; + + row.activatable { @extend %circular_row; } + } + } + + stack stack stack frame, // ArcMenu setting + > stack > stack > box > frame, // Night Theme Switcher setting + > stack > stack > box > box > frame, // Night Theme Switcher setting bottom lists + > stack > box > stack > box > frame, // ArcMenu setting + > stack > box > stack > scrolledwindow > viewport frame, // ArcMenu setting + > stack > box > stack > box > scrolledwindow > viewport > frame, // ArcMenu setting + > stack > grid > scrolledwindow > viewport > box > frame { // GSConnect setting + > border { border: none; } + + > list { + @extend %circular_list; + + row.activatable { @extend %circular_row; } + } + } + + > stack > box > box > list, + > stack > box > stack > scrolledwindow > viewport > list { // ArcMenu setting sidebar + border-bottom-left-radius: $wm_radius; + } +} + // // Mate OSD Window // @@ -3341,14 +3377,6 @@ window.background.csd { toolbar#SubToolBox { min-height: 36px; - // > toolitem#select-x { - // spinbutton { - // entry { - // min-width: 0; - // } - // } - // } - entry, button { margin-top: 6px; margin-bottom: 6px; @@ -3409,6 +3437,17 @@ window > box.vertical > box.horizontal { > widget { background-color: transparent; } } +// +// Pamac +// +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; + + > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid $borders_color; + } +} + // // vala-panel // @@ -3496,11 +3535,11 @@ menubar.-vala-panel-background { } } -// * Elementary Apps * +// +// Elementary Apps +// -// // Wingpanel -// .menubar.panel { .panel { &, &.color-light, &.color-dark { From 1bd2ae73c99f648263745e7948b346e53477e2e7 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 20 Feb 2021 17:27:49 +0800 Subject: [PATCH 7/7] Fixed #139 --- src/main/gnome-shell/gdm3-dark-blue.css | 4 +- src/main/gnome-shell/gdm3-dark-green.css | 4 +- src/main/gnome-shell/gdm3-dark-grey.css | 4 +- src/main/gnome-shell/gdm3-dark-orange.css | 4 +- src/main/gnome-shell/gdm3-dark-pink.css | 4 +- src/main/gnome-shell/gdm3-dark-purple.css | 4 +- src/main/gnome-shell/gdm3-dark-red.css | 4 +- src/main/gnome-shell/gdm3-dark-yellow.css | 4 +- src/main/gnome-shell/gdm3-dark.css | 4 +- src/main/gnome-shell/gdm3-light-blue.css | 4 +- src/main/gnome-shell/gdm3-light-green.css | 4 +- src/main/gnome-shell/gdm3-light-grey.css | 4 +- src/main/gnome-shell/gdm3-light-orange.css | 4 +- src/main/gnome-shell/gdm3-light-pink.css | 4 +- src/main/gnome-shell/gdm3-light-purple.css | 4 +- src/main/gnome-shell/gdm3-light-red.css | 4 +- src/main/gnome-shell/gdm3-light-yellow.css | 4 +- src/main/gnome-shell/gdm3-light.css | 4 +- .../gnome-shell/gnome-shell-dark-alt-blue.css | 4 +- .../gnome-shell-dark-alt-green.css | 4 +- .../gnome-shell/gnome-shell-dark-alt-grey.css | 4 +- .../gnome-shell-dark-alt-orange.css | 4 +- .../gnome-shell/gnome-shell-dark-alt-pink.css | 4 +- .../gnome-shell-dark-alt-purple.css | 4 +- .../gnome-shell/gnome-shell-dark-alt-red.css | 4 +- .../gnome-shell-dark-alt-yellow.css | 4 +- src/main/gnome-shell/gnome-shell-dark-alt.css | 4 +- .../gnome-shell/gnome-shell-dark-blue.css | 4 +- .../gnome-shell/gnome-shell-dark-green.css | 4 +- .../gnome-shell/gnome-shell-dark-grey.css | 4 +- .../gnome-shell/gnome-shell-dark-orange.css | 4 +- .../gnome-shell/gnome-shell-dark-pink.css | 4 +- .../gnome-shell/gnome-shell-dark-purple.css | 4 +- src/main/gnome-shell/gnome-shell-dark-red.css | 4 +- .../gnome-shell-dark-solid-alt-blue.css | 4 +- .../gnome-shell-dark-solid-alt-green.css | 4 +- .../gnome-shell-dark-solid-alt-grey.css | 4 +- .../gnome-shell-dark-solid-alt-orange.css | 4 +- .../gnome-shell-dark-solid-alt-pink.css | 4 +- .../gnome-shell-dark-solid-alt-purple.css | 4 +- .../gnome-shell-dark-solid-alt-red.css | 4 +- .../gnome-shell-dark-solid-alt-yellow.css | 4 +- .../gnome-shell-dark-solid-alt.css | 4 +- .../gnome-shell-dark-solid-blue.css | 4 +- .../gnome-shell-dark-solid-green.css | 4 +- .../gnome-shell-dark-solid-grey.css | 4 +- .../gnome-shell-dark-solid-orange.css | 4 +- .../gnome-shell-dark-solid-pink.css | 4 +- .../gnome-shell-dark-solid-purple.css | 4 +- .../gnome-shell-dark-solid-red.css | 4 +- .../gnome-shell-dark-solid-yellow.css | 4 +- .../gnome-shell/gnome-shell-dark-solid.css | 4 +- .../gnome-shell/gnome-shell-dark-yellow.css | 4 +- src/main/gnome-shell/gnome-shell-dark.css | 4 +- .../gnome-shell-light-alt-blue.css | 4 +- .../gnome-shell-light-alt-green.css | 4 +- .../gnome-shell-light-alt-grey.css | 4 +- .../gnome-shell-light-alt-orange.css | 4 +- .../gnome-shell-light-alt-pink.css | 4 +- .../gnome-shell-light-alt-purple.css | 4 +- .../gnome-shell/gnome-shell-light-alt-red.css | 4 +- .../gnome-shell-light-alt-yellow.css | 4 +- .../gnome-shell/gnome-shell-light-alt.css | 4 +- .../gnome-shell/gnome-shell-light-blue.css | 4 +- .../gnome-shell/gnome-shell-light-green.css | 4 +- .../gnome-shell/gnome-shell-light-grey.css | 4 +- .../gnome-shell/gnome-shell-light-orange.css | 4 +- .../gnome-shell/gnome-shell-light-pink.css | 4 +- .../gnome-shell/gnome-shell-light-purple.css | 4 +- .../gnome-shell/gnome-shell-light-red.css | 4 +- .../gnome-shell-light-solid-alt-blue.css | 4 +- .../gnome-shell-light-solid-alt-green.css | 4 +- .../gnome-shell-light-solid-alt-grey.css | 4 +- .../gnome-shell-light-solid-alt-orange.css | 4 +- .../gnome-shell-light-solid-alt-pink.css | 4 +- .../gnome-shell-light-solid-alt-purple.css | 4 +- .../gnome-shell-light-solid-alt-red.css | 4 +- .../gnome-shell-light-solid-alt-yellow.css | 4 +- .../gnome-shell-light-solid-alt.css | 4 +- .../gnome-shell-light-solid-blue.css | 4 +- .../gnome-shell-light-solid-green.css | 4 +- .../gnome-shell-light-solid-grey.css | 4 +- .../gnome-shell-light-solid-orange.css | 4 +- .../gnome-shell-light-solid-pink.css | 4 +- .../gnome-shell-light-solid-purple.css | 4 +- .../gnome-shell-light-solid-red.css | 4 +- .../gnome-shell-light-solid-yellow.css | 4 +- .../gnome-shell/gnome-shell-light-solid.css | 4 +- .../gnome-shell/gnome-shell-light-yellow.css | 4 +- src/main/gnome-shell/gnome-shell-light.css | 4 +- src/main/gtk-3.0/gtk-dark-blue.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-green.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-grey.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-orange.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-pink.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-purple.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-red.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-blue.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-green.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-grey.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-orange.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-pink.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-purple.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-red.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-solid-yellow.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-dark-yellow.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-blue.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-green.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-grey.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-orange.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-pink.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-purple.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-red.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-blue.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-green.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-grey.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-orange.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-pink.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-purple.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-red.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-solid-yellow.css | 45 ++++++++++++++++--- src/main/gtk-3.0/gtk-light-yellow.css | 45 ++++++++++++++++--- .../gnome-shell/widgets/_login-dialog.scss | 4 +- 123 files changed, 1371 insertions(+), 433 deletions(-) diff --git a/src/main/gnome-shell/gdm3-dark-blue.css b/src/main/gnome-shell/gdm3-dark-blue.css index c2d9ddc..370196f 100644 --- a/src/main/gnome-shell/gdm3-dark-blue.css +++ b/src/main/gnome-shell/gdm3-dark-blue.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark-green.css b/src/main/gnome-shell/gdm3-dark-green.css index 2d791f6..5a4f2b2 100644 --- a/src/main/gnome-shell/gdm3-dark-green.css +++ b/src/main/gnome-shell/gdm3-dark-green.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark-grey.css b/src/main/gnome-shell/gdm3-dark-grey.css index 24673ea..0f27c96 100644 --- a/src/main/gnome-shell/gdm3-dark-grey.css +++ b/src/main/gnome-shell/gdm3-dark-grey.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark-orange.css b/src/main/gnome-shell/gdm3-dark-orange.css index 4ad24fe..4d6c9ca 100644 --- a/src/main/gnome-shell/gdm3-dark-orange.css +++ b/src/main/gnome-shell/gdm3-dark-orange.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark-pink.css b/src/main/gnome-shell/gdm3-dark-pink.css index 5e851d3..c0be62e 100644 --- a/src/main/gnome-shell/gdm3-dark-pink.css +++ b/src/main/gnome-shell/gdm3-dark-pink.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark-purple.css b/src/main/gnome-shell/gdm3-dark-purple.css index 010fbf1..2c2a917 100644 --- a/src/main/gnome-shell/gdm3-dark-purple.css +++ b/src/main/gnome-shell/gdm3-dark-purple.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark-red.css b/src/main/gnome-shell/gdm3-dark-red.css index 845489a..f3c4a68 100644 --- a/src/main/gnome-shell/gdm3-dark-red.css +++ b/src/main/gnome-shell/gdm3-dark-red.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark-yellow.css b/src/main/gnome-shell/gdm3-dark-yellow.css index a495de4..ac7c0b5 100644 --- a/src/main/gnome-shell/gdm3-dark-yellow.css +++ b/src/main/gnome-shell/gdm3-dark-yellow.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-dark.css b/src/main/gnome-shell/gdm3-dark.css index 8e1e5e4..d1988c2 100644 --- a/src/main/gnome-shell/gdm3-dark.css +++ b/src/main/gnome-shell/gdm3-dark.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-blue.css b/src/main/gnome-shell/gdm3-light-blue.css index 53dd248..426fca8 100644 --- a/src/main/gnome-shell/gdm3-light-blue.css +++ b/src/main/gnome-shell/gdm3-light-blue.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-green.css b/src/main/gnome-shell/gdm3-light-green.css index e4127b2..0ea03e8 100644 --- a/src/main/gnome-shell/gdm3-light-green.css +++ b/src/main/gnome-shell/gdm3-light-green.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-grey.css b/src/main/gnome-shell/gdm3-light-grey.css index d94d1c7..79b2f45 100644 --- a/src/main/gnome-shell/gdm3-light-grey.css +++ b/src/main/gnome-shell/gdm3-light-grey.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-orange.css b/src/main/gnome-shell/gdm3-light-orange.css index 0c562f3..5e5038d 100644 --- a/src/main/gnome-shell/gdm3-light-orange.css +++ b/src/main/gnome-shell/gdm3-light-orange.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-pink.css b/src/main/gnome-shell/gdm3-light-pink.css index 7f0dade..f8e7341 100644 --- a/src/main/gnome-shell/gdm3-light-pink.css +++ b/src/main/gnome-shell/gdm3-light-pink.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-purple.css b/src/main/gnome-shell/gdm3-light-purple.css index a41bfa2..7f9760c 100644 --- a/src/main/gnome-shell/gdm3-light-purple.css +++ b/src/main/gnome-shell/gdm3-light-purple.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-red.css b/src/main/gnome-shell/gdm3-light-red.css index 22c3971..bcc216e 100644 --- a/src/main/gnome-shell/gdm3-light-red.css +++ b/src/main/gnome-shell/gdm3-light-red.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light-yellow.css b/src/main/gnome-shell/gdm3-light-yellow.css index 674dd00..c0ae837 100644 --- a/src/main/gnome-shell/gdm3-light-yellow.css +++ b/src/main/gnome-shell/gdm3-light-yellow.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gdm3-light.css b/src/main/gnome-shell/gdm3-light.css index 96b762c..94f7f18 100644 --- a/src/main/gnome-shell/gdm3-light.css +++ b/src/main/gnome-shell/gdm3-light.css @@ -1047,9 +1047,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css index bd57a85..874f8a3 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-alt-green.css index 322a37f..87d8f6d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css index 679cb1a..439163d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css index c95b2b8..5ef6876 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css index a03b6c1..adfcea4 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css index 29af708..2049810 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-alt-red.css index f99e982..ca91a2e 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css index e2fdb31..c1ff55e 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index 638b346..91a711b 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-blue.css b/src/main/gnome-shell/gnome-shell-dark-blue.css index bd57a85..874f8a3 100644 --- a/src/main/gnome-shell/gnome-shell-dark-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-green.css b/src/main/gnome-shell/gnome-shell-dark-green.css index 322a37f..87d8f6d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-grey.css b/src/main/gnome-shell/gnome-shell-dark-grey.css index 679cb1a..439163d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-orange.css b/src/main/gnome-shell/gnome-shell-dark-orange.css index c95b2b8..5ef6876 100644 --- a/src/main/gnome-shell/gnome-shell-dark-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-pink.css b/src/main/gnome-shell/gnome-shell-dark-pink.css index a03b6c1..adfcea4 100644 --- a/src/main/gnome-shell/gnome-shell-dark-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-purple.css b/src/main/gnome-shell/gnome-shell-dark-purple.css index 29af708..2049810 100644 --- a/src/main/gnome-shell/gnome-shell-dark-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-red.css b/src/main/gnome-shell/gnome-shell-dark-red.css index f99e982..ca91a2e 100644 --- a/src/main/gnome-shell/gnome-shell-dark-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css index 254061f..a8eb118 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css index d19768c..c6a5086 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css index e38e65f..4dad4c7 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css index d74be45..f63c2f6 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css index 1a69688..5ea518a 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css index 5e8432b..7ace7aa 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css index 6d36de1..b87a749 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css index f64a37a..0c7ff9d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index 1366d1b..3216f81 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css index 254061f..a8eb118 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-green.css b/src/main/gnome-shell/gnome-shell-dark-solid-green.css index d19768c..c6a5086 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css index e38e65f..4dad4c7 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css index d74be45..f63c2f6 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css index 1a69688..5ea518a 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css index 5e8432b..7ace7aa 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-red.css b/src/main/gnome-shell/gnome-shell-dark-solid-red.css index 6d36de1..b87a749 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css index f64a37a..0c7ff9d 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index 1366d1b..3216f81 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark-yellow.css b/src/main/gnome-shell/gnome-shell-dark-yellow.css index e2fdb31..c1ff55e 100644 --- a/src/main/gnome-shell/gnome-shell-dark-yellow.css +++ b/src/main/gnome-shell/gnome-shell-dark-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index 638b346..91a711b 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-alt-blue.css index cfaf0fb..d2b790e 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-green.css b/src/main/gnome-shell/gnome-shell-light-alt-green.css index a0846df..6bcf674 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-alt-grey.css index 4652b69..9ade934 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-alt-orange.css index 6326dcb..7ea2ed5 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-alt-pink.css index 5e322d5..572b959 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-alt-purple.css index 3264abd..3873619 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-red.css b/src/main/gnome-shell/gnome-shell-light-alt-red.css index 362994c..5e7ce4d 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css index 574d966..afbd5f8 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-alt-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index 3cded35..d6206d1 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-blue.css b/src/main/gnome-shell/gnome-shell-light-blue.css index 5337db1..8b965ac 100644 --- a/src/main/gnome-shell/gnome-shell-light-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-green.css b/src/main/gnome-shell/gnome-shell-light-green.css index 13a5e29..48ac268 100644 --- a/src/main/gnome-shell/gnome-shell-light-green.css +++ b/src/main/gnome-shell/gnome-shell-light-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-grey.css b/src/main/gnome-shell/gnome-shell-light-grey.css index ea409f1..d8f2e62 100644 --- a/src/main/gnome-shell/gnome-shell-light-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-orange.css b/src/main/gnome-shell/gnome-shell-light-orange.css index 3fd260d..a295b2b 100644 --- a/src/main/gnome-shell/gnome-shell-light-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-pink.css b/src/main/gnome-shell/gnome-shell-light-pink.css index 0592f94..b92332e 100644 --- a/src/main/gnome-shell/gnome-shell-light-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-purple.css b/src/main/gnome-shell/gnome-shell-light-purple.css index 03ba8ca..41607fc 100644 --- a/src/main/gnome-shell/gnome-shell-light-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-red.css b/src/main/gnome-shell/gnome-shell-light-red.css index 787f15f..ea5b0b2 100644 --- a/src/main/gnome-shell/gnome-shell-light-red.css +++ b/src/main/gnome-shell/gnome-shell-light-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css index bc65678..17d1454 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css index 6e20b67..a483e50 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css index 6b5d802..cfb7482 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css index 97960fa..db03234 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css index c6210b3..5887a54 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css index 4f6ba45..c37e20d 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css index fa400a1..896a86d 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css index 97960fa..db03234 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index c69555a..9377555 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-blue.css b/src/main/gnome-shell/gnome-shell-light-solid-blue.css index bc65678..17d1454 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-blue.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-blue.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-green.css b/src/main/gnome-shell/gnome-shell-light-solid-green.css index 6e20b67..a483e50 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-green.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-green.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-grey.css b/src/main/gnome-shell/gnome-shell-light-solid-grey.css index 6b5d802..cfb7482 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-grey.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-grey.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-orange.css b/src/main/gnome-shell/gnome-shell-light-solid-orange.css index 97960fa..db03234 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-orange.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-orange.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-pink.css b/src/main/gnome-shell/gnome-shell-light-solid-pink.css index c6210b3..5887a54 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-pink.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-pink.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-purple.css b/src/main/gnome-shell/gnome-shell-light-solid-purple.css index 4f6ba45..c37e20d 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-purple.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-purple.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-red.css b/src/main/gnome-shell/gnome-shell-light-solid-red.css index fa400a1..896a86d 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-red.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-red.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css index 4c33062..a0209b9 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index c69555a..9377555 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light-yellow.css b/src/main/gnome-shell/gnome-shell-light-yellow.css index 15df45c..458ceb9 100644 --- a/src/main/gnome-shell/gnome-shell-light-yellow.css +++ b/src/main/gnome-shell/gnome-shell-light-yellow.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 878f903..773863b 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -1984,9 +1984,7 @@ StEntry StLabel.hint-text { text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: #F27835; - border-radius: 9999px; + color: #F27835; } .login-dialog-logo-bin { diff --git a/src/main/gtk-3.0/gtk-dark-blue.css b/src/main/gtk-3.0/gtk-dark-blue.css index a11091f..9068d9d 100644 --- a/src/main/gtk-3.0/gtk-dark-blue.css +++ b/src/main/gtk-3.0/gtk-dark-blue.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark-green.css b/src/main/gtk-3.0/gtk-dark-green.css index 0363682..468f654 100644 --- a/src/main/gtk-3.0/gtk-dark-green.css +++ b/src/main/gtk-3.0/gtk-dark-green.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark-grey.css b/src/main/gtk-3.0/gtk-dark-grey.css index 6063bc3..2c969a5 100644 --- a/src/main/gtk-3.0/gtk-dark-grey.css +++ b/src/main/gtk-3.0/gtk-dark-grey.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark-orange.css b/src/main/gtk-3.0/gtk-dark-orange.css index ce356d3..ccce8e3 100644 --- a/src/main/gtk-3.0/gtk-dark-orange.css +++ b/src/main/gtk-3.0/gtk-dark-orange.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark-pink.css b/src/main/gtk-3.0/gtk-dark-pink.css index 3840cce..de41e1c 100644 --- a/src/main/gtk-3.0/gtk-dark-pink.css +++ b/src/main/gtk-3.0/gtk-dark-pink.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark-purple.css b/src/main/gtk-3.0/gtk-dark-purple.css index 46d59bb..f010770 100644 --- a/src/main/gtk-3.0/gtk-dark-purple.css +++ b/src/main/gtk-3.0/gtk-dark-purple.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark-red.css b/src/main/gtk-3.0/gtk-dark-red.css index 3ce5ab0..6a17b48 100644 --- a/src/main/gtk-3.0/gtk-dark-red.css +++ b/src/main/gtk-3.0/gtk-dark-red.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 b834833..310d427 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-blue.css +++ b/src/main/gtk-3.0/gtk-dark-solid-blue.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 475e4f9..0d867fa 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-green.css +++ b/src/main/gtk-3.0/gtk-dark-solid-green.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 3d208aa..404f715 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-grey.css +++ b/src/main/gtk-3.0/gtk-dark-solid-grey.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 406a90a..1a0153c 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-orange.css +++ b/src/main/gtk-3.0/gtk-dark-solid-orange.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 90d9557..f887143 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-pink.css +++ b/src/main/gtk-3.0/gtk-dark-solid-pink.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 90941dd..d73f756 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-purple.css +++ b/src/main/gtk-3.0/gtk-dark-solid-purple.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 b6b2211..75e1d46 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-red.css +++ b/src/main/gtk-3.0/gtk-dark-solid-red.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 4966222..7694906 100644 --- a/src/main/gtk-3.0/gtk-dark-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-solid-yellow.css @@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-dark-yellow.css b/src/main/gtk-3.0/gtk-dark-yellow.css index 70ce813..0fa8a7f 100644 --- a/src/main/gtk-3.0/gtk-dark-yellow.css +++ b/src/main/gtk-3.0/gtk-dark-yellow.css @@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.05); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-blue.css b/src/main/gtk-3.0/gtk-light-blue.css index 5a1b4f1..4584fd9 100644 --- a/src/main/gtk-3.0/gtk-light-blue.css +++ b/src/main/gtk-3.0/gtk-light-blue.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-green.css b/src/main/gtk-3.0/gtk-light-green.css index a8e2e99..65517fd 100644 --- a/src/main/gtk-3.0/gtk-light-green.css +++ b/src/main/gtk-3.0/gtk-light-green.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-grey.css b/src/main/gtk-3.0/gtk-light-grey.css index f3e70db..d7a295e 100644 --- a/src/main/gtk-3.0/gtk-light-grey.css +++ b/src/main/gtk-3.0/gtk-light-grey.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-orange.css b/src/main/gtk-3.0/gtk-light-orange.css index 28545b4..6891d20 100644 --- a/src/main/gtk-3.0/gtk-light-orange.css +++ b/src/main/gtk-3.0/gtk-light-orange.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-pink.css b/src/main/gtk-3.0/gtk-light-pink.css index a8a34e9..3ee1c96 100644 --- a/src/main/gtk-3.0/gtk-light-pink.css +++ b/src/main/gtk-3.0/gtk-light-pink.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-purple.css b/src/main/gtk-3.0/gtk-light-purple.css index 46f41c0..ed9f0ea 100644 --- a/src/main/gtk-3.0/gtk-light-purple.css +++ b/src/main/gtk-3.0/gtk-light-purple.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-red.css b/src/main/gtk-3.0/gtk-light-red.css index 31aa1a0..f7d096e 100644 --- a/src/main/gtk-3.0/gtk-light-red.css +++ b/src/main/gtk-3.0/gtk-light-red.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 81e3c9a..bc5fee7 100644 --- a/src/main/gtk-3.0/gtk-light-solid-blue.css +++ b/src/main/gtk-3.0/gtk-light-solid-blue.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 201fb00..b98e331 100644 --- a/src/main/gtk-3.0/gtk-light-solid-green.css +++ b/src/main/gtk-3.0/gtk-light-solid-green.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 177fe0c..a335b0e 100644 --- a/src/main/gtk-3.0/gtk-light-solid-grey.css +++ b/src/main/gtk-3.0/gtk-light-solid-grey.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 20e0883..a913440 100644 --- a/src/main/gtk-3.0/gtk-light-solid-orange.css +++ b/src/main/gtk-3.0/gtk-light-solid-orange.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 c19fec2..c20a422 100644 --- a/src/main/gtk-3.0/gtk-light-solid-pink.css +++ b/src/main/gtk-3.0/gtk-light-solid-pink.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 d3bce78..be1f5df 100644 --- a/src/main/gtk-3.0/gtk-light-solid-purple.css +++ b/src/main/gtk-3.0/gtk-light-solid-purple.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 aae5e14..f637ad9 100644 --- a/src/main/gtk-3.0/gtk-light-solid-red.css +++ b/src/main/gtk-3.0/gtk-light-solid-red.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } 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 3c12e7d..fdd36e6 100644 --- a/src/main/gtk-3.0/gtk-light-solid-yellow.css +++ b/src/main/gtk-3.0/gtk-light-solid-yellow.css @@ -6015,29 +6015,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6826,6 +6838,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid #161616; @@ -7723,6 +7750,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/main/gtk-3.0/gtk-light-yellow.css b/src/main/gtk-3.0/gtk-light-yellow.css index 6c7fb88..2dae4d2 100644 --- a/src/main/gtk-3.0/gtk-light-yellow.css +++ b/src/main/gtk-3.0/gtk-light-yellow.css @@ -6011,29 +6011,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window border-right: none; } -.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) { border-radius: 12px; box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02), inset 0 0 3px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(0, 0, 0, 0.04), inset 0 1px rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.03); border: none; } -.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator { background: none; min-height: 0; } -list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { +window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } -list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { +window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } -list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { +window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child { border-radius: 12px; } @@ -6822,6 +6834,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area margin: 0 6px 6px; } +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + MsdOsdWindow.background.osd { border-radius: 2px; border: 1px solid rgba(22, 22, 22, 0.9); @@ -7719,6 +7746,14 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +window.background > box.vertical > overlay > stack > scrolledwindow.frame { + border: none; +} + +window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + window#ValaPanel.background widget.-vala-panel-background > separator { background: none; } diff --git a/src/sass/gnome-shell/widgets/_login-dialog.scss b/src/sass/gnome-shell/widgets/_login-dialog.scss index 5c56094..85b0790 100644 --- a/src/sass/gnome-shell/widgets/_login-dialog.scss +++ b/src/sass/gnome-shell/widgets/_login-dialog.scss @@ -68,9 +68,7 @@ text-align: center; margin-bottom: 8px; padding: 2px 6px; - color: white; - background-color: $warning_color; - border-radius: $circular_radius; + color: $warning_color; } .login-dialog-logo-bin { padding: 24px 0px; }