From ceecf791b309cb40086bd3116e6d4e458dcdc23b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 2 Jun 2021 21:11:24 +0800 Subject: [PATCH] Fixed gnome-shell 3.38 panel issues --- src/cinnamon/cinnamon-aliz.css | 8 +- src/cinnamon/cinnamon-azul.css | 8 +- src/cinnamon/cinnamon-dark-aliz.css | 8 +- src/cinnamon/cinnamon-dark-azul.css | 8 +- src/cinnamon/cinnamon-dark-sea.css | 8 +- src/cinnamon/cinnamon-sea.css | 8 +- src/gnome-shell/3.28/gnome-shell-aliz.css | 12 +-- src/gnome-shell/3.28/gnome-shell-azul.css | 12 +-- .../3.28/gnome-shell-dark-aliz.css | 12 +-- .../3.28/gnome-shell-dark-azul.css | 12 +-- src/gnome-shell/3.28/gnome-shell-dark-sea.css | 12 +-- src/gnome-shell/3.28/gnome-shell-sea.css | 12 +-- src/gnome-shell/40.0/gnome-shell-aliz.css | 6 +- src/gnome-shell/40.0/gnome-shell-azul.css | 6 +- .../40.0/gnome-shell-dark-aliz.css | 6 +- .../40.0/gnome-shell-dark-azul.css | 6 +- src/gnome-shell/40.0/gnome-shell-dark-sea.css | 6 +- src/gnome-shell/40.0/gnome-shell-sea.css | 6 +- src/gnome-shell/sass/3.28/_colors.scss | 3 +- src/gnome-shell/sass/3.28/_common.scss | 11 +-- src/gtk/gtk-3.0/gtk-aliz.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-azul.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-dark-aliz.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-dark-azul.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-dark-sea.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-light-aliz.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-light-azul.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-light-sea.css | 72 ++++++++-------- src/gtk/gtk-3.0/gtk-sea.css | 72 ++++++++-------- src/gtk/gtk-4.0/gtk-aliz.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-azul.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-dark-aliz.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-dark-azul.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-dark-sea.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-light-aliz.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-light-azul.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-light-sea.css | 82 +++++++++---------- src/gtk/gtk-4.0/gtk-sea.css | 82 +++++++++---------- 38 files changed, 785 insertions(+), 771 deletions(-) diff --git a/src/cinnamon/cinnamon-aliz.css b/src/cinnamon/cinnamon-aliz.css index 88331275..e58aa908 100644 --- a/src/cinnamon/cinnamon-aliz.css +++ b/src/cinnamon/cinnamon-aliz.css @@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -cinnamon-caption-spacing: 4px; } -#selected.window-caption { +.window-caption#selected { background-color: #F0544C; color: #ffffff; border: 1px solid #F0544C; @@ -614,7 +614,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { +.expo-workspaces-name-entry#selected { height: 15px; border-radius: 2px; font-size: 9pt; @@ -627,7 +627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { +.expo-workspaces-name-entry#selected:focus { border: 1px solid #F0544C; background-color: #F0544C; color: #ffffff; @@ -643,7 +643,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-radius: 2px; } -#active.expo-workspace-thumbnail-frame { +.expo-workspace-thumbnail-frame#active { border: 4px solid #F0544C; background-color: black; border-radius: 2px; diff --git a/src/cinnamon/cinnamon-azul.css b/src/cinnamon/cinnamon-azul.css index 4a512d38..353ec73e 100644 --- a/src/cinnamon/cinnamon-azul.css +++ b/src/cinnamon/cinnamon-azul.css @@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -cinnamon-caption-spacing: 4px; } -#selected.window-caption { +.window-caption#selected { background-color: #3498db; color: #ffffff; border: 1px solid #3498db; @@ -614,7 +614,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { +.expo-workspaces-name-entry#selected { height: 15px; border-radius: 2px; font-size: 9pt; @@ -627,7 +627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { +.expo-workspaces-name-entry#selected:focus { border: 1px solid #3498db; background-color: #3498db; color: #ffffff; @@ -643,7 +643,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-radius: 2px; } -#active.expo-workspace-thumbnail-frame { +.expo-workspace-thumbnail-frame#active { border: 4px solid #3498db; background-color: black; border-radius: 2px; diff --git a/src/cinnamon/cinnamon-dark-aliz.css b/src/cinnamon/cinnamon-dark-aliz.css index fc6241e7..522189ca 100644 --- a/src/cinnamon/cinnamon-dark-aliz.css +++ b/src/cinnamon/cinnamon-dark-aliz.css @@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -cinnamon-caption-spacing: 4px; } -#selected.window-caption { +.window-caption#selected { background-color: #F0544C; color: #ffffff; border: 1px solid #F0544C; @@ -614,7 +614,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { +.expo-workspaces-name-entry#selected { height: 15px; border-radius: 2px; font-size: 9pt; @@ -627,7 +627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { +.expo-workspaces-name-entry#selected:focus { border: 1px solid #F0544C; background-color: #F0544C; color: #ffffff; @@ -643,7 +643,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-radius: 2px; } -#active.expo-workspace-thumbnail-frame { +.expo-workspace-thumbnail-frame#active { border: 4px solid #F0544C; background-color: black; border-radius: 2px; diff --git a/src/cinnamon/cinnamon-dark-azul.css b/src/cinnamon/cinnamon-dark-azul.css index 456ac318..0c93afa3 100644 --- a/src/cinnamon/cinnamon-dark-azul.css +++ b/src/cinnamon/cinnamon-dark-azul.css @@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -cinnamon-caption-spacing: 4px; } -#selected.window-caption { +.window-caption#selected { background-color: #3498db; color: #ffffff; border: 1px solid #3498db; @@ -614,7 +614,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { +.expo-workspaces-name-entry#selected { height: 15px; border-radius: 2px; font-size: 9pt; @@ -627,7 +627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { +.expo-workspaces-name-entry#selected:focus { border: 1px solid #3498db; background-color: #3498db; color: #ffffff; @@ -643,7 +643,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-radius: 2px; } -#active.expo-workspace-thumbnail-frame { +.expo-workspace-thumbnail-frame#active { border: 4px solid #3498db; background-color: black; border-radius: 2px; diff --git a/src/cinnamon/cinnamon-dark-sea.css b/src/cinnamon/cinnamon-dark-sea.css index f2ef31f9..e5a571f3 100644 --- a/src/cinnamon/cinnamon-dark-sea.css +++ b/src/cinnamon/cinnamon-dark-sea.css @@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -cinnamon-caption-spacing: 4px; } -#selected.window-caption { +.window-caption#selected { background-color: #2eb398; color: #ffffff; border: 1px solid #2eb398; @@ -614,7 +614,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { +.expo-workspaces-name-entry#selected { height: 15px; border-radius: 2px; font-size: 9pt; @@ -627,7 +627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { +.expo-workspaces-name-entry#selected:focus { border: 1px solid #2eb398; background-color: #2eb398; color: #ffffff; @@ -643,7 +643,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-radius: 2px; } -#active.expo-workspace-thumbnail-frame { +.expo-workspace-thumbnail-frame#active { border: 4px solid #2eb398; background-color: black; border-radius: 2px; diff --git a/src/cinnamon/cinnamon-sea.css b/src/cinnamon/cinnamon-sea.css index 2350a016..71586b9a 100644 --- a/src/cinnamon/cinnamon-sea.css +++ b/src/cinnamon/cinnamon-sea.css @@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -cinnamon-caption-spacing: 4px; } -#selected.window-caption { +.window-caption#selected { background-color: #2eb398; color: #ffffff; border: 1px solid #2eb398; @@ -614,7 +614,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { +.expo-workspaces-name-entry#selected { height: 15px; border-radius: 2px; font-size: 9pt; @@ -627,7 +627,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { +.expo-workspaces-name-entry#selected:focus { border: 1px solid #2eb398; background-color: #2eb398; color: #ffffff; @@ -643,7 +643,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-radius: 2px; } -#active.expo-workspace-thumbnail-frame { +.expo-workspace-thumbnail-frame#active { border: 4px solid #2eb398; background-color: black; border-radius: 2px; diff --git a/src/gnome-shell/3.28/gnome-shell-aliz.css b/src/gnome-shell/3.28/gnome-shell-aliz.css index cf22eab0..cbd0cfca 100644 --- a/src/gnome-shell/3.28/gnome-shell-aliz.css +++ b/src/gnome-shell/3.28/gnome-shell-aliz.css @@ -1290,6 +1290,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #F0F0F0; transition-duration: 0.2s; border-radius: 0; + border: none !important; } #panel .panel-button .app-menu-icon { @@ -1311,10 +1312,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.15); box-shadow: inset 0 -2px #F0544C; color: rgba(255, 255, 255, 0.8); border-image: none; @@ -1324,12 +1327,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { icon-shadow: none; } -#panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px #F0544C; +#panel .panel-button.clock-display { + border-radius: 0; } -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } diff --git a/src/gnome-shell/3.28/gnome-shell-azul.css b/src/gnome-shell/3.28/gnome-shell-azul.css index 403ea395..7a22eefb 100644 --- a/src/gnome-shell/3.28/gnome-shell-azul.css +++ b/src/gnome-shell/3.28/gnome-shell-azul.css @@ -1290,6 +1290,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #F0F0F0; transition-duration: 0.2s; border-radius: 0; + border: none !important; } #panel .panel-button .app-menu-icon { @@ -1311,10 +1312,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.15); box-shadow: inset 0 -2px #3498db; color: rgba(255, 255, 255, 0.8); border-image: none; @@ -1324,12 +1327,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { icon-shadow: none; } -#panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px #3498db; +#panel .panel-button.clock-display { + border-radius: 0; } -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } diff --git a/src/gnome-shell/3.28/gnome-shell-dark-aliz.css b/src/gnome-shell/3.28/gnome-shell-dark-aliz.css index 92d1a051..c80837d5 100644 --- a/src/gnome-shell/3.28/gnome-shell-dark-aliz.css +++ b/src/gnome-shell/3.28/gnome-shell-dark-aliz.css @@ -1286,6 +1286,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #F0F0F0; transition-duration: 0.2s; border-radius: 0; + border: none !important; } #panel .panel-button .app-menu-icon { @@ -1307,10 +1308,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.15); box-shadow: inset 0 -2px #F0544C; color: rgba(255, 255, 255, 0.8); border-image: none; @@ -1320,12 +1323,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { icon-shadow: none; } -#panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px #F0544C; +#panel .panel-button.clock-display { + border-radius: 0; } -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } diff --git a/src/gnome-shell/3.28/gnome-shell-dark-azul.css b/src/gnome-shell/3.28/gnome-shell-dark-azul.css index 9c8e1bd1..b88a3c5d 100644 --- a/src/gnome-shell/3.28/gnome-shell-dark-azul.css +++ b/src/gnome-shell/3.28/gnome-shell-dark-azul.css @@ -1286,6 +1286,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #F0F0F0; transition-duration: 0.2s; border-radius: 0; + border: none !important; } #panel .panel-button .app-menu-icon { @@ -1307,10 +1308,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.15); box-shadow: inset 0 -2px #3498db; color: rgba(255, 255, 255, 0.8); border-image: none; @@ -1320,12 +1323,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { icon-shadow: none; } -#panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px #3498db; +#panel .panel-button.clock-display { + border-radius: 0; } -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } diff --git a/src/gnome-shell/3.28/gnome-shell-dark-sea.css b/src/gnome-shell/3.28/gnome-shell-dark-sea.css index bab886b0..041c8f0d 100644 --- a/src/gnome-shell/3.28/gnome-shell-dark-sea.css +++ b/src/gnome-shell/3.28/gnome-shell-dark-sea.css @@ -1286,6 +1286,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #F0F0F0; transition-duration: 0.2s; border-radius: 0; + border: none !important; } #panel .panel-button .app-menu-icon { @@ -1307,10 +1308,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.15); box-shadow: inset 0 -2px #2eb398; color: rgba(255, 255, 255, 0.8); border-image: none; @@ -1320,12 +1323,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { icon-shadow: none; } -#panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px #2eb398; +#panel .panel-button.clock-display { + border-radius: 0; } -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } diff --git a/src/gnome-shell/3.28/gnome-shell-sea.css b/src/gnome-shell/3.28/gnome-shell-sea.css index 41450a75..c8f5bb8c 100644 --- a/src/gnome-shell/3.28/gnome-shell-sea.css +++ b/src/gnome-shell/3.28/gnome-shell-sea.css @@ -1290,6 +1290,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #F0F0F0; transition-duration: 0.2s; border-radius: 0; + border: none !important; } #panel .panel-button .app-menu-icon { @@ -1311,10 +1312,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.15); box-shadow: inset 0 -2px #2eb398; color: rgba(255, 255, 255, 0.8); border-image: none; @@ -1324,12 +1327,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { icon-shadow: none; } -#panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px #2eb398; +#panel .panel-button.clock-display { + border-radius: 0; } -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } diff --git a/src/gnome-shell/40.0/gnome-shell-aliz.css b/src/gnome-shell/40.0/gnome-shell-aliz.css index 39f31ffb..a0621f07 100644 --- a/src/gnome-shell/40.0/gnome-shell-aliz.css +++ b/src/gnome-shell/40.0/gnome-shell-aliz.css @@ -1849,7 +1849,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-image: none; } -#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button:hover.clock-display .clock, #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { background: none; box-shadow: none; } @@ -1880,11 +1880,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -#panel #panelActivities.panel-button { +#panel .panel-button#panelActivities { -natural-hpadding: 18px; } -#panel.unlock-screen .panel-button.clock-display:hover .clock, #panel.unlock-screen .panel-button.clock-display:active .clock, #panel.unlock-screen .panel-button.clock-display:overview .clock, #panel.unlock-screen .panel-button.clock-display:focus .clock, #panel.unlock-screen .panel-button.clock-display:checked .clock, #panel.login-screen .panel-button.clock-display:hover .clock, #panel.login-screen .panel-button.clock-display:active .clock, #panel.login-screen .panel-button.clock-display:overview .clock, #panel.login-screen .panel-button.clock-display:focus .clock, #panel.login-screen .panel-button.clock-display:checked .clock, #panel:overview .panel-button.clock-display:hover .clock, #panel:overview .panel-button.clock-display:active .clock, #panel:overview .panel-button.clock-display:overview .clock, #panel:overview .panel-button.clock-display:focus .clock, #panel:overview .panel-button.clock-display:checked .clock { +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { box-shadow: none; } diff --git a/src/gnome-shell/40.0/gnome-shell-azul.css b/src/gnome-shell/40.0/gnome-shell-azul.css index 3bd841df..71a1eb25 100644 --- a/src/gnome-shell/40.0/gnome-shell-azul.css +++ b/src/gnome-shell/40.0/gnome-shell-azul.css @@ -1849,7 +1849,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-image: none; } -#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button:hover.clock-display .clock, #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { background: none; box-shadow: none; } @@ -1880,11 +1880,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -#panel #panelActivities.panel-button { +#panel .panel-button#panelActivities { -natural-hpadding: 18px; } -#panel.unlock-screen .panel-button.clock-display:hover .clock, #panel.unlock-screen .panel-button.clock-display:active .clock, #panel.unlock-screen .panel-button.clock-display:overview .clock, #panel.unlock-screen .panel-button.clock-display:focus .clock, #panel.unlock-screen .panel-button.clock-display:checked .clock, #panel.login-screen .panel-button.clock-display:hover .clock, #panel.login-screen .panel-button.clock-display:active .clock, #panel.login-screen .panel-button.clock-display:overview .clock, #panel.login-screen .panel-button.clock-display:focus .clock, #panel.login-screen .panel-button.clock-display:checked .clock, #panel:overview .panel-button.clock-display:hover .clock, #panel:overview .panel-button.clock-display:active .clock, #panel:overview .panel-button.clock-display:overview .clock, #panel:overview .panel-button.clock-display:focus .clock, #panel:overview .panel-button.clock-display:checked .clock { +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { box-shadow: none; } diff --git a/src/gnome-shell/40.0/gnome-shell-dark-aliz.css b/src/gnome-shell/40.0/gnome-shell-dark-aliz.css index b9e4be21..a795cbfe 100644 --- a/src/gnome-shell/40.0/gnome-shell-dark-aliz.css +++ b/src/gnome-shell/40.0/gnome-shell-dark-aliz.css @@ -1849,7 +1849,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-image: none; } -#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button:hover.clock-display .clock, #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { background: none; box-shadow: none; } @@ -1880,11 +1880,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -#panel #panelActivities.panel-button { +#panel .panel-button#panelActivities { -natural-hpadding: 18px; } -#panel.unlock-screen .panel-button.clock-display:hover .clock, #panel.unlock-screen .panel-button.clock-display:active .clock, #panel.unlock-screen .panel-button.clock-display:overview .clock, #panel.unlock-screen .panel-button.clock-display:focus .clock, #panel.unlock-screen .panel-button.clock-display:checked .clock, #panel.login-screen .panel-button.clock-display:hover .clock, #panel.login-screen .panel-button.clock-display:active .clock, #panel.login-screen .panel-button.clock-display:overview .clock, #panel.login-screen .panel-button.clock-display:focus .clock, #panel.login-screen .panel-button.clock-display:checked .clock, #panel:overview .panel-button.clock-display:hover .clock, #panel:overview .panel-button.clock-display:active .clock, #panel:overview .panel-button.clock-display:overview .clock, #panel:overview .panel-button.clock-display:focus .clock, #panel:overview .panel-button.clock-display:checked .clock { +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { box-shadow: none; } diff --git a/src/gnome-shell/40.0/gnome-shell-dark-azul.css b/src/gnome-shell/40.0/gnome-shell-dark-azul.css index df5c6584..ed4f67aa 100644 --- a/src/gnome-shell/40.0/gnome-shell-dark-azul.css +++ b/src/gnome-shell/40.0/gnome-shell-dark-azul.css @@ -1849,7 +1849,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-image: none; } -#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button:hover.clock-display .clock, #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { background: none; box-shadow: none; } @@ -1880,11 +1880,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -#panel #panelActivities.panel-button { +#panel .panel-button#panelActivities { -natural-hpadding: 18px; } -#panel.unlock-screen .panel-button.clock-display:hover .clock, #panel.unlock-screen .panel-button.clock-display:active .clock, #panel.unlock-screen .panel-button.clock-display:overview .clock, #panel.unlock-screen .panel-button.clock-display:focus .clock, #panel.unlock-screen .panel-button.clock-display:checked .clock, #panel.login-screen .panel-button.clock-display:hover .clock, #panel.login-screen .panel-button.clock-display:active .clock, #panel.login-screen .panel-button.clock-display:overview .clock, #panel.login-screen .panel-button.clock-display:focus .clock, #panel.login-screen .panel-button.clock-display:checked .clock, #panel:overview .panel-button.clock-display:hover .clock, #panel:overview .panel-button.clock-display:active .clock, #panel:overview .panel-button.clock-display:overview .clock, #panel:overview .panel-button.clock-display:focus .clock, #panel:overview .panel-button.clock-display:checked .clock { +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { box-shadow: none; } diff --git a/src/gnome-shell/40.0/gnome-shell-dark-sea.css b/src/gnome-shell/40.0/gnome-shell-dark-sea.css index ba23a65a..d20ef7b0 100644 --- a/src/gnome-shell/40.0/gnome-shell-dark-sea.css +++ b/src/gnome-shell/40.0/gnome-shell-dark-sea.css @@ -1849,7 +1849,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-image: none; } -#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button:hover.clock-display .clock, #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { background: none; box-shadow: none; } @@ -1880,11 +1880,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -#panel #panelActivities.panel-button { +#panel .panel-button#panelActivities { -natural-hpadding: 18px; } -#panel.unlock-screen .panel-button.clock-display:hover .clock, #panel.unlock-screen .panel-button.clock-display:active .clock, #panel.unlock-screen .panel-button.clock-display:overview .clock, #panel.unlock-screen .panel-button.clock-display:focus .clock, #panel.unlock-screen .panel-button.clock-display:checked .clock, #panel.login-screen .panel-button.clock-display:hover .clock, #panel.login-screen .panel-button.clock-display:active .clock, #panel.login-screen .panel-button.clock-display:overview .clock, #panel.login-screen .panel-button.clock-display:focus .clock, #panel.login-screen .panel-button.clock-display:checked .clock, #panel:overview .panel-button.clock-display:hover .clock, #panel:overview .panel-button.clock-display:active .clock, #panel:overview .panel-button.clock-display:overview .clock, #panel:overview .panel-button.clock-display:focus .clock, #panel:overview .panel-button.clock-display:checked .clock { +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { box-shadow: none; } diff --git a/src/gnome-shell/40.0/gnome-shell-sea.css b/src/gnome-shell/40.0/gnome-shell-sea.css index 9b35d150..54f91046 100644 --- a/src/gnome-shell/40.0/gnome-shell-sea.css +++ b/src/gnome-shell/40.0/gnome-shell-sea.css @@ -1849,7 +1849,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border-image: none; } -#panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { +#panel .panel-button:hover.clock-display .clock, #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { background: none; box-shadow: none; } @@ -1880,11 +1880,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -st-icon-style: symbolic; } -#panel #panelActivities.panel-button { +#panel .panel-button#panelActivities { -natural-hpadding: 18px; } -#panel.unlock-screen .panel-button.clock-display:hover .clock, #panel.unlock-screen .panel-button.clock-display:active .clock, #panel.unlock-screen .panel-button.clock-display:overview .clock, #panel.unlock-screen .panel-button.clock-display:focus .clock, #panel.unlock-screen .panel-button.clock-display:checked .clock, #panel.login-screen .panel-button.clock-display:hover .clock, #panel.login-screen .panel-button.clock-display:active .clock, #panel.login-screen .panel-button.clock-display:overview .clock, #panel.login-screen .panel-button.clock-display:focus .clock, #panel.login-screen .panel-button.clock-display:checked .clock, #panel:overview .panel-button.clock-display:hover .clock, #panel:overview .panel-button.clock-display:active .clock, #panel:overview .panel-button.clock-display:overview .clock, #panel:overview .panel-button.clock-display:focus .clock, #panel:overview .panel-button.clock-display:checked .clock { +#panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { box-shadow: none; } diff --git a/src/gnome-shell/sass/3.28/_colors.scss b/src/gnome-shell/sass/3.28/_colors.scss index 79518578..d9b08fe3 100644 --- a/src/gnome-shell/sass/3.28/_colors.scss +++ b/src/gnome-shell/sass/3.28/_colors.scss @@ -45,7 +45,8 @@ $topbar_color: #1b2224; @if $color=='azul' { $topbar_color: #1b1d24; } $topbar_fg_color: rgba(#ffffff, 0.8); $topbar_secondary_fg_color: #F0F0F0; -$topbar_overview_color: rgba(#ffffff, 0.1); +$topbar_overview_color: rgba(#ffffff, 0.08); +$topbar_active_color: rgba(#ffffff, 0.15); $selected_bg_color: #2eb398; @if $color=='aliz' { $selected_bg_color: #F0544C; } diff --git a/src/gnome-shell/sass/3.28/_common.scss b/src/gnome-shell/sass/3.28/_common.scss index 5307c719..31b05d2c 100644 --- a/src/gnome-shell/sass/3.28/_common.scss +++ b/src/gnome-shell/sass/3.28/_common.scss @@ -1156,6 +1156,7 @@ StScrollBar { color: $topbar_secondary_fg_color; transition-duration: 0.2s; border-radius: 0; + border: none !important; .app-menu-icon { -st-icon-style: symbolic; @@ -1173,12 +1174,14 @@ StScrollBar { &:hover { color: $topbar_fg_color; + background-color: $topbar_overview_color; + box-shadow: none; } &:active, &:overview, &:focus, &:checked { // Trick due to St limitations. It needs a background to draw // a box-shadow - background-color: $topbar_overview_color; + background-color: $topbar_active_color; box-shadow: inset 0 -2px $primary_color; color: $topbar_fg_color; border-image: none; @@ -1187,11 +1190,9 @@ StScrollBar { } &.clock-display { + border-radius: 0; // Move highlight from .panel-button to .clock - &:active, &:overview, &:focus, &:checked { - background-color: $topbar_overview_color; - box-shadow: inset 0 -2px $primary_color; - + &:hover, &:active, &:overview, &:focus, &:checked { .clock { //reset background-color: transparent; box-shadow: none diff --git a/src/gtk/gtk-3.0/gtk-aliz.css b/src/gtk/gtk-3.0/gtk-aliz.css index 385f0afd..c74c0c93 100644 --- a/src/gtk/gtk-3.0/gtk-aliz.css +++ b/src/gtk/gtk-3.0/gtk-aliz.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1963,7 +1963,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1972,12 +1972,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #d0c8c8; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #d0c8c8; background-color: #363636; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #d0c8c8; @@ -1985,12 +1985,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #f26f68; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(208, 200, 200, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #3c3c3c; color: #d0c8c8; border-width: 0; @@ -1998,25 +1998,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #4a4a4a; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: #F0544C; background-color: #F0544C; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(208, 200, 200, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(208, 200, 200, 0.4); } @@ -2418,11 +2418,11 @@ treeview.view:drop(active) { border-color: #91433f; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3093,12 +3093,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3948,7 +3948,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #d84c44; } @@ -5045,27 +5045,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #d0c8c8; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; @@ -6574,7 +6574,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7415,9 +7415,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -8830,11 +8830,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9023,7 +9023,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9749,24 +9749,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(208, 200, 200, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-azul.css b/src/gtk/gtk-3.0/gtk-azul.css index afc6c639..ea17384c 100644 --- a/src/gtk/gtk-3.0/gtk-azul.css +++ b/src/gtk/gtk-3.0/gtk-azul.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1963,7 +1963,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1972,12 +1972,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #c6cbcf; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #c6cbcf; background-color: #2c303b; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #c6cbcf; @@ -1985,12 +1985,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #4ea5e0; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(198, 203, 207, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #313441; color: #c6cbcf; border-width: 0; @@ -1998,25 +1998,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #40444f; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: #3498db; background-color: #3498db; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(198, 203, 207, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(198, 203, 207, 0.4); } @@ -2418,11 +2418,11 @@ treeview.view:drop(active) { border-color: #30648b; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3093,12 +3093,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3948,7 +3948,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #2f89c5; } @@ -5045,27 +5045,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cbcf; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; @@ -6574,7 +6574,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7415,9 +7415,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -8830,11 +8830,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9023,7 +9023,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9749,24 +9749,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 203, 207, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-dark-aliz.css b/src/gtk/gtk-3.0/gtk-dark-aliz.css index 8ecf5141..3c7fcbba 100644 --- a/src/gtk/gtk-3.0/gtk-dark-aliz.css +++ b/src/gtk/gtk-3.0/gtk-dark-aliz.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1963,7 +1963,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1972,12 +1972,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #d0c8c8; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #d0c8c8; background-color: #2f2f2f; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #d0c8c8; @@ -1985,12 +1985,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #f26f68; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(208, 200, 200, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #343434; color: #d0c8c8; border-width: 0; @@ -1998,25 +1998,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #434343; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: transparent; background-color: #F0544C; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(208, 200, 200, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(208, 200, 200, 0.4); } @@ -2418,11 +2418,11 @@ treeview.view:drop(active) { border-color: #de8a86; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3093,12 +3093,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(0, 0, 0, 0.3); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3948,7 +3948,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #d84c44; } @@ -5045,27 +5045,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #d0c8c8; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; @@ -6573,7 +6573,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7414,9 +7414,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #1a1a1a; } @@ -8829,11 +8829,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9022,7 +9022,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9738,24 +9738,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(208, 200, 200, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-dark-azul.css b/src/gtk/gtk-3.0/gtk-dark-azul.css index 7fd0ddcd..5a85bbb7 100644 --- a/src/gtk/gtk-3.0/gtk-dark-azul.css +++ b/src/gtk/gtk-3.0/gtk-dark-azul.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1963,7 +1963,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1972,12 +1972,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #c6cbcf; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #c6cbcf; background-color: #262933; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #c6cbcf; @@ -1985,12 +1985,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #4ea5e0; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(198, 203, 207, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #2a2d38; color: #c6cbcf; border-width: 0; @@ -1998,25 +1998,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #3a3d47; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: transparent; background-color: #3498db; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(198, 203, 207, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(198, 203, 207, 0.4); } @@ -2418,11 +2418,11 @@ treeview.view:drop(active) { border-color: #78aed2; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3093,12 +3093,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(0, 0, 0, 0.3); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3948,7 +3948,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #2f89c5; } @@ -5045,27 +5045,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cbcf; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; @@ -6573,7 +6573,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7414,9 +7414,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #14161b; } @@ -8829,11 +8829,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9022,7 +9022,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9738,24 +9738,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 203, 207, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-dark-sea.css b/src/gtk/gtk-3.0/gtk-dark-sea.css index 7b7e4add..f4c0b728 100644 --- a/src/gtk/gtk-3.0/gtk-dark-sea.css +++ b/src/gtk/gtk-3.0/gtk-dark-sea.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1963,7 +1963,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1972,12 +1972,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #c6cdcb; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #c6cdcb; background-color: #263033; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #c6cdcb; @@ -1985,12 +1985,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #35cbac; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(198, 205, 203, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #2a3538; color: #c6cdcb; border-width: 0; @@ -1998,25 +1998,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #3a4447; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: transparent; background-color: #2eb398; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(198, 205, 203, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(198, 205, 203, 0.4); } @@ -2418,11 +2418,11 @@ treeview.view:drop(active) { border-color: #7dc5b6; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3093,12 +3093,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(0, 0, 0, 0.3); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3948,7 +3948,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #29a189; } @@ -5045,27 +5045,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cdcb; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; @@ -6573,7 +6573,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7414,9 +7414,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #141a1b; } @@ -8829,11 +8829,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9022,7 +9022,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9738,24 +9738,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 205, 203, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-light-aliz.css b/src/gtk/gtk-3.0/gtk-light-aliz.css index 01a12faf..4f741d5d 100644 --- a/src/gtk/gtk-3.0/gtk-light-aliz.css +++ b/src/gtk/gtk-3.0/gtk-light-aliz.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1961,7 +1961,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1970,12 +1970,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #323232; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #323232; background-color: white; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #323232; @@ -1983,12 +1983,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #f26f68; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(50, 50, 50, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: white; color: #323232; border-width: 1px; @@ -1996,25 +1996,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #ebebeb; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: #F0544C; background-color: #F0544C; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(50, 50, 50, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(50, 50, 50, 0.4); } @@ -2416,11 +2416,11 @@ treeview.view:drop(active) { border-color: #91433f; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3092,12 +3092,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3947,7 +3947,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #d84c44; } @@ -5044,27 +5044,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #323232; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(50, 50, 50, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(50, 50, 50, 0.4); background-color: transparent; @@ -6575,7 +6575,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7416,9 +7416,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -8831,11 +8831,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9025,7 +9025,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9741,24 +9741,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(54, 54, 54, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-light-azul.css b/src/gtk/gtk-3.0/gtk-light-azul.css index 8d909d15..e026cf6e 100644 --- a/src/gtk/gtk-3.0/gtk-light-azul.css +++ b/src/gtk/gtk-3.0/gtk-light-azul.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1961,7 +1961,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1970,12 +1970,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #2b2f3b; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #2b2f3b; background-color: white; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #2b2f3b; @@ -1983,12 +1983,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #4ea5e0; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(43, 47, 59, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: white; color: #2b2f3b; border-width: 1px; @@ -1996,25 +1996,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #eaeaeb; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: #3498db; background-color: #3498db; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(43, 47, 59, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(43, 47, 59, 0.4); } @@ -2416,11 +2416,11 @@ treeview.view:drop(active) { border-color: #30648b; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3092,12 +3092,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3947,7 +3947,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #2f89c5; } @@ -5044,27 +5044,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #2b2f3b; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(43, 47, 59, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(43, 47, 59, 0.4); background-color: transparent; @@ -6575,7 +6575,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7416,9 +7416,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -8831,11 +8831,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9025,7 +9025,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9741,24 +9741,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(46, 49, 61, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-light-sea.css b/src/gtk/gtk-3.0/gtk-light-sea.css index 40402739..411c0b40 100644 --- a/src/gtk/gtk-3.0/gtk-light-sea.css +++ b/src/gtk/gtk-3.0/gtk-light-sea.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1961,7 +1961,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1970,12 +1970,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #273134; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #273134; background-color: white; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #273134; @@ -1983,12 +1983,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #35cbac; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(39, 49, 52, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: white; color: #273134; border-width: 1px; @@ -1996,25 +1996,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #e9eaeb; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: #2eb398; background-color: #2eb398; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(39, 49, 52, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(39, 49, 52, 0.4); } @@ -2416,11 +2416,11 @@ treeview.view:drop(active) { border-color: #2b7266; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3092,12 +3092,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3947,7 +3947,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #29a189; } @@ -5044,27 +5044,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #273134; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(39, 49, 52, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(39, 49, 52, 0.4); background-color: transparent; @@ -6575,7 +6575,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7416,9 +7416,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -8831,11 +8831,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9025,7 +9025,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9741,24 +9741,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(48, 61, 65, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-sea.css b/src/gtk/gtk-3.0/gtk-sea.css index 009516d9..b30e3827 100644 --- a/src/gtk/gtk-3.0/gtk-sea.css +++ b/src/gtk/gtk-3.0/gtk-sea.css @@ -924,15 +924,15 @@ toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar tool box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1963,7 +1963,7 @@ headerbar.selection-mode button:backdrop { background: none; } -headerbar .linked.path-bar:not(.vertical) > button { +headerbar .linked:not(.vertical).path-bar > button { padding-top: 3px; padding-bottom: 6px; margin: 1px 0 0 0; @@ -1972,12 +1972,12 @@ headerbar .linked.path-bar:not(.vertical) > button { color: #c6cdcb; } -headerbar .linked.path-bar:not(.vertical) > button:hover { +headerbar .linked:not(.vertical).path-bar > button:hover { color: #c6cdcb; background-color: #2c383b; } -headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.path-bar:not(.vertical) > button:checked { +headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked { transition: background-color 0.00001s 0.3s; animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); color: #c6cdcb; @@ -1985,12 +1985,12 @@ headerbar .linked.path-bar:not(.vertical) > button:active, headerbar .linked.pat box-shadow: inset 0 -3px #35cbac; } -headerbar .linked.path-bar:not(.vertical) > button:disabled { +headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(198, 205, 203, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button), -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button { background-color: #313e41; color: #c6cdcb; border-width: 0; @@ -1998,25 +1998,25 @@ headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):hover, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { background-color: #404c4f; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):active, headerbar windowhandle .linked > button.toggle:not(.disclosure-button):checked, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked { color: #ffffff; border-color: #2eb398; background-color: #2eb398; } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { color: rgba(198, 205, 203, 0.4); } headerbar windowhandle .linked > button.toggle:not(.disclosure-button):disabled label, -headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled label { +headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label { color: rgba(198, 205, 203, 0.4); } @@ -2418,11 +2418,11 @@ treeview.view:drop(active) { border-color: #2b7266; } -treeview.view.after:drop(active) { +treeview.view:drop(active).after { border-top-style: none; } -treeview.view.before:drop(active) { +treeview.view:drop(active).before { border-bottom-style: none; } @@ -3093,12 +3093,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; } @@ -3948,7 +3948,7 @@ treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view: color: #ffffff; } -.panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.has-open-popup:selected, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { +.panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view:selected.has-open-popup, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover, treeview.view:selected:hover { background-color: #29a189; } @@ -5045,27 +5045,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cdcb; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; @@ -6574,7 +6574,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -7415,9 +7415,9 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), .atril-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > .inline-toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -8830,11 +8830,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -9023,7 +9023,7 @@ window.thunar toolbar entry, window.thunar .inline-toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -9749,24 +9749,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 205, 203, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-aliz.css b/src/gtk/gtk-4.0/gtk-aliz.css index a21def47..58122e4f 100644 --- a/src/gtk/gtk-4.0/gtk-aliz.css +++ b/src/gtk/gtk-4.0/gtk-aliz.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #F0544C; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2982,13 +2982,13 @@ treeview.view:drop(active) { border-color: #91433f; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2999,13 +2999,13 @@ treeview.view > dndtarget:drop(active) { border-color: #c51911; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3697,12 +3697,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4650,7 +4650,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #323232; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #e0e0e0; } @@ -5083,12 +5083,12 @@ filechooserbutton:drop(active) { background-color: #f7f7f7; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.15); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right-style: none; } @@ -5428,11 +5428,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6109,27 +6109,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #d0c8c8; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; @@ -7639,7 +7639,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8479,8 +8479,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -9894,11 +9894,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10087,7 +10087,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10619,24 +10619,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(208, 200, 200, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-azul.css b/src/gtk/gtk-4.0/gtk-azul.css index 4833ffae..3ca38c10 100644 --- a/src/gtk/gtk-4.0/gtk-azul.css +++ b/src/gtk/gtk-4.0/gtk-azul.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #3498db; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2982,13 +2982,13 @@ treeview.view:drop(active) { border-color: #30648b; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2999,13 +2999,13 @@ treeview.view > dndtarget:drop(active) { border-color: #196090; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3697,12 +3697,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4650,7 +4650,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #2b2f3b; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5083,12 +5083,12 @@ filechooserbutton:drop(active) { background-color: #f7f7f7; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.15); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right-style: none; } @@ -5428,11 +5428,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6109,27 +6109,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cbcf; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; @@ -7639,7 +7639,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8479,8 +8479,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -9894,11 +9894,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10087,7 +10087,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10619,24 +10619,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 203, 207, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-dark-aliz.css b/src/gtk/gtk-4.0/gtk-dark-aliz.css index ada3612d..335cb76a 100644 --- a/src/gtk/gtk-4.0/gtk-dark-aliz.css +++ b/src/gtk/gtk-4.0/gtk-dark-aliz.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #F0544C; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(255, 255, 255, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(255, 255, 255, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2982,13 +2982,13 @@ treeview.view:drop(active) { border-color: #de8a86; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2999,13 +2999,13 @@ treeview.view > dndtarget:drop(active) { border-color: #c51911; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3697,12 +3697,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(0, 0, 0, 0.3); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4650,7 +4650,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #cbbfbf; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #383737; } @@ -5083,12 +5083,12 @@ filechooserbutton:drop(active) { background-color: #222222; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.25); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.25); border-right-style: none; } @@ -5428,11 +5428,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6109,27 +6109,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #d0c8c8; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(208, 200, 200, 0.4); background-color: transparent; @@ -7638,7 +7638,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8478,8 +8478,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #1a1a1a; } @@ -9893,11 +9893,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10086,7 +10086,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10608,24 +10608,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(208, 200, 200, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-dark-azul.css b/src/gtk/gtk-4.0/gtk-dark-azul.css index 445e51f6..000d7e2a 100644 --- a/src/gtk/gtk-4.0/gtk-dark-azul.css +++ b/src/gtk/gtk-4.0/gtk-dark-azul.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #3498db; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(255, 255, 255, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(255, 255, 255, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2982,13 +2982,13 @@ treeview.view:drop(active) { border-color: #78aed2; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2999,13 +2999,13 @@ treeview.view > dndtarget:drop(active) { border-color: #196090; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3697,12 +3697,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(0, 0, 0, 0.3); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4650,7 +4650,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #bbc3c8; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #2f323c; } @@ -5083,12 +5083,12 @@ filechooserbutton:drop(active) { background-color: #1b1d24; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.25); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.25); border-right-style: none; } @@ -5428,11 +5428,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6109,27 +6109,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cbcf; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 203, 207, 0.4); background-color: transparent; @@ -7638,7 +7638,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8478,8 +8478,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #14161b; } @@ -9893,11 +9893,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10086,7 +10086,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10608,24 +10608,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 203, 207, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-dark-sea.css b/src/gtk/gtk-4.0/gtk-dark-sea.css index 609ed326..f5511954 100644 --- a/src/gtk/gtk-4.0/gtk-dark-sea.css +++ b/src/gtk/gtk-4.0/gtk-dark-sea.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #2eb398; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(255, 255, 255, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(255, 255, 255, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2982,13 +2982,13 @@ treeview.view:drop(active) { border-color: #7dc5b6; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2999,13 +2999,13 @@ treeview.view > dndtarget:drop(active) { border-color: #196253; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3697,12 +3697,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(0, 0, 0, 0.3); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4650,7 +4650,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #ccd7d4; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #303a3c; } @@ -5083,12 +5083,12 @@ filechooserbutton:drop(active) { background-color: #1b2224; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.25); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.25); border-right-style: none; } @@ -5428,11 +5428,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6109,27 +6109,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cdcb; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; @@ -7638,7 +7638,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8478,8 +8478,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #141a1b; } @@ -9893,11 +9893,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10086,7 +10086,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10608,24 +10608,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 205, 203, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-light-aliz.css b/src/gtk/gtk-4.0/gtk-light-aliz.css index 42a81168..33f3e765 100644 --- a/src/gtk/gtk-4.0/gtk-light-aliz.css +++ b/src/gtk/gtk-4.0/gtk-light-aliz.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #F0544C; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2980,13 +2980,13 @@ treeview.view:drop(active) { border-color: #91433f; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2997,13 +2997,13 @@ treeview.view > dndtarget:drop(active) { border-color: #c51911; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3696,12 +3696,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4649,7 +4649,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #323232; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #e0e0e0; } @@ -5082,12 +5082,12 @@ filechooserbutton:drop(active) { background-color: #f7f7f7; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.15); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right-style: none; } @@ -5427,11 +5427,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6108,27 +6108,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #323232; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(50, 50, 50, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(50, 50, 50, 0.4); background-color: transparent; @@ -7640,7 +7640,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8480,8 +8480,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -9895,11 +9895,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10089,7 +10089,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10611,24 +10611,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(54, 54, 54, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-light-azul.css b/src/gtk/gtk-4.0/gtk-light-azul.css index 32b677d1..8b914c8c 100644 --- a/src/gtk/gtk-4.0/gtk-light-azul.css +++ b/src/gtk/gtk-4.0/gtk-light-azul.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #3498db; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2980,13 +2980,13 @@ treeview.view:drop(active) { border-color: #30648b; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2997,13 +2997,13 @@ treeview.view > dndtarget:drop(active) { border-color: #196090; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3696,12 +3696,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4649,7 +4649,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #2b2f3b; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5082,12 +5082,12 @@ filechooserbutton:drop(active) { background-color: #f7f7f7; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.15); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right-style: none; } @@ -5427,11 +5427,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6108,27 +6108,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #2b2f3b; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(43, 47, 59, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(43, 47, 59, 0.4); background-color: transparent; @@ -7640,7 +7640,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8480,8 +8480,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -9895,11 +9895,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10089,7 +10089,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10611,24 +10611,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(46, 49, 61, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-light-sea.css b/src/gtk/gtk-4.0/gtk-light-sea.css index d78e4f3f..ffdfaa72 100644 --- a/src/gtk/gtk-4.0/gtk-light-sea.css +++ b/src/gtk/gtk-4.0/gtk-light-sea.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #2eb398; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2980,13 +2980,13 @@ treeview.view:drop(active) { border-color: #2b7266; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2997,13 +2997,13 @@ treeview.view > dndtarget:drop(active) { border-color: #196253; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3696,12 +3696,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4649,7 +4649,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #273134; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5082,12 +5082,12 @@ filechooserbutton:drop(active) { background-color: #f7f7f7; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.15); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right-style: none; } @@ -5427,11 +5427,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6108,27 +6108,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #273134; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(39, 49, 52, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(39, 49, 52, 0.4); background-color: transparent; @@ -7640,7 +7640,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8480,8 +8480,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -9895,11 +9895,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10089,7 +10089,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10611,24 +10611,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(48, 61, 65, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-sea.css b/src/gtk/gtk-4.0/gtk-sea.css index c9fcc55c..12c5faa0 100644 --- a/src/gtk/gtk-4.0/gtk-sea.css +++ b/src/gtk/gtk-4.0/gtk-sea.css @@ -1181,15 +1181,15 @@ stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs- box-shadow: none; } -.linked.path-bar:not(.vertical) > button + button { +.linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: none; } -.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: none; } @@ -1692,7 +1692,7 @@ list > row button.image-button:not(.flat):checked { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { background-clip: border-box; color: white; background-color: #2eb398; @@ -1700,20 +1700,20 @@ list > row button.image-button.suggested-action:not(.flat) { } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model, -list > row button.image-button.suggested-action:not(.flat) { +list > row button.image-button:not(.flat).suggested-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.suggested-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).suggested-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { background-clip: border-box; color: white; background-color: #db5b5b; @@ -1721,13 +1721,13 @@ list > row button.image-button.destructive-action:not(.flat) { } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model, -list > row button.image-button.destructive-action:not(.flat) { +list > row button.image-button:not(.flat).destructive-action { outline: 0 solid transparent; outline-offset: 4px; } popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible, -list > row button.image-button.destructive-action:not(.flat):focus:focus-visible { +list > row button.image-button:not(.flat).destructive-action:focus:focus-visible { outline-color: rgba(0, 0, 0, 0.3); outline-width: 2px; outline-offset: -2px; @@ -2982,13 +2982,13 @@ treeview.view:drop(active) { border-color: #2b7266; } -columnview.view.after:drop(active), -treeview.view.after:drop(active) { +columnview.view:drop(active).after, +treeview.view:drop(active).after { border-top-style: none; } -columnview.view.before:drop(active), -treeview.view.before:drop(active) { +columnview.view:drop(active).before, +treeview.view:drop(active).before { border-bottom-style: none; } @@ -2999,13 +2999,13 @@ treeview.view > dndtarget:drop(active) { border-color: #196253; } -columnview.view > dndtarget.after:drop(active), -treeview.view > dndtarget.after:drop(active) { +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { border-top-style: none; } -columnview.view > dndtarget.before:drop(active), -treeview.view > dndtarget.before:drop(active) { +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { border-bottom-style: none; } @@ -3697,12 +3697,12 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > sli border: 1px solid rgba(255, 255, 255, 0.6); } -scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { margin: 0 2px; min-width: 40px; } -scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider { +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { margin: 2px 0; min-height: 40px; } @@ -4650,7 +4650,7 @@ treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view color: #273134; } -treeview.view.sidebar.source-list.has-open-popup:selected, .panel popover .sidebar .view.has-open-popup:selected, .budgie-menu button.has-open-popup:selected, .nemo-window .nemo-places-sidebar .places-treeview.has-open-popup:selected, row.activatable.has-open-popup:selected, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5083,12 +5083,12 @@ filechooserbutton:drop(active) { background-color: #f7f7f7; } -.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) { +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid rgba(0, 0, 0, 0.15); border-left-style: none; } -.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) { +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid rgba(0, 0, 0, 0.15); border-right-style: none; } @@ -5428,11 +5428,11 @@ windowcontrols { border-spacing: 6px; } -windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) { +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; } -windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) { +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; } @@ -6109,27 +6109,27 @@ window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) butto border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:hover, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { background-color: transparent; box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:active, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { color: #c6cdcb; background-color: transparent; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button:checked:disabled, +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { color: rgba(198, 205, 203, 0.4); background-color: transparent; @@ -7639,7 +7639,7 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame margin-bottom: 4px; } -.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, .nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { padding: 2px 4px 4px 4px; margin-top: 6px; @@ -8479,8 +8479,8 @@ window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame transition-duration: 0s; } -.atril-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar), -.xreader-window.fullscreen.background > box.vertical > toolbar.horizontal:not(.primary-toolbar) { +.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, +.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { border-bottom-color: #d1d1d1; } @@ -9894,11 +9894,11 @@ panel-toplevel.background button#tasklist-button:active { border: none; } -#XfcePanelWindow.xfce4-panel { +.xfce4-panel#XfcePanelWindow { border: none; } -#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants { +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { transition: none; } @@ -10087,7 +10087,7 @@ window.thunar toolbar entry { min-height: 0; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button { +window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { margin: 0; padding: 2px 4px 4px 4px; } @@ -10813,24 +10813,24 @@ filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessi color: rgba(198, 205, 203, 0.45); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { border-radius: 0; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected .sidebar-icon, +filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon {