pull/144/head
Vince 4 years ago
parent 7112681eaa
commit 3ac7daefee

@ -1347,10 +1347,17 @@ headerbar {
} }
&.windowhandle { &.windowhandle {
> viewswitcher > box > button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) {
border-radius: 0; border-radius: 0;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
min-width: 120px;
padding: 0;
label { margin-right: 12px; }
image { margin-left: 12px; }
&:focus { box-shadow: none; }
} }
> button.popup { > button.popup {

@ -586,7 +586,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-cinnamon-caption-spacing: 4px; -cinnamon-caption-spacing: 4px;
} }
.window-caption#selected { #selected.window-caption {
background-color: #3281ea; background-color: #3281ea;
color: white; color: white;
border: 1px solid #3281ea; border: 1px solid #3281ea;
@ -594,7 +594,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.expo-workspaces-name-entry, .expo-workspaces-name-entry,
.expo-workspaces-name-entry#selected { #selected.expo-workspaces-name-entry {
height: 15px; height: 15px;
border-radius: 12px; border-radius: 12px;
font-size: 9pt; font-size: 9pt;
@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.expo-workspaces-name-entry:focus, .expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus { #selected.expo-workspaces-name-entry:focus {
border: 1px solid #3281ea; border: 1px solid #3281ea;
background-color: #3281ea; background-color: #3281ea;
color: white; color: white;
@ -622,7 +622,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 12px; border-radius: 12px;
} }
.expo-workspace-thumbnail-frame#active { #active.expo-workspace-thumbnail-frame {
border: 4px solid #3281ea; border: 4px solid #3281ea;
background-color: black; background-color: black;
border-radius: 12px; border-radius: 12px;

@ -586,7 +586,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-cinnamon-caption-spacing: 4px; -cinnamon-caption-spacing: 4px;
} }
.window-caption#selected { #selected.window-caption {
background-color: #1A73E8; background-color: #1A73E8;
color: white; color: white;
border: 1px solid #1A73E8; border: 1px solid #1A73E8;
@ -594,7 +594,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.expo-workspaces-name-entry, .expo-workspaces-name-entry,
.expo-workspaces-name-entry#selected { #selected.expo-workspaces-name-entry {
height: 15px; height: 15px;
border-radius: 12px; border-radius: 12px;
font-size: 9pt; font-size: 9pt;
@ -606,7 +606,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.expo-workspaces-name-entry:focus, .expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus { #selected.expo-workspaces-name-entry:focus {
border: 1px solid #1A73E8; border: 1px solid #1A73E8;
background-color: #1A73E8; background-color: #1A73E8;
color: white; color: white;
@ -622,7 +622,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 12px; border-radius: 12px;
} }
.expo-workspace-thumbnail-frame#active { #active.expo-workspace-thumbnail-frame {
border: 4px solid #1A73E8; border: 4px solid #1A73E8;
background-color: black; background-color: black;
border-radius: 12px; border-radius: 12px;

@ -1020,7 +1020,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
.popup-menu .popup-menu-item:checked.selected { .popup-menu .popup-menu-item.selected:checked {
background-color: #e5e5e5; background-color: #e5e5e5;
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
@ -1030,7 +1030,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
.popup-menu .popup-menu-item:checked.selected:active { .popup-menu .popup-menu-item.selected:checked:active {
background-color: #e0e0e0; background-color: #e0e0e0;
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }

@ -1020,7 +1020,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
.popup-menu .popup-menu-item:checked.selected { .popup-menu .popup-menu-item.selected:checked {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
@ -1030,7 +1030,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
.popup-menu .popup-menu-item:checked.selected:active { .popup-menu .popup-menu-item.selected:checked:active {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(0, 0, 0, 0.15);
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }

@ -397,7 +397,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
.popup-menu-item:checked.selected { .popup-menu-item.selected:checked {
background-color: #e5e5e5; background-color: #e5e5e5;
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
@ -407,7 +407,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
.popup-menu-item:checked.selected:active { .popup-menu-item.selected:checked:active {
background-color: #e0e0e0; background-color: #e0e0e0;
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
@ -1813,11 +1813,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button:hover.clock-display { #panel .panel-button.clock-display:hover {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button:hover.clock-display .clock { #panel .panel-button.clock-display:hover .clock {
background-color: none; background-color: none;
box-shadow: none; box-shadow: none;
} }
@ -1827,11 +1827,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked {
box-shadow: none; box-shadow: none;
} }
#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 { #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: none; background-color: none;
box-shadow: none; box-shadow: none;
} }
@ -1858,7 +1858,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-st-icon-style: symbolic; -st-icon-style: symbolic;
} }
#panel .panel-button#panelActivities { #panel #panelActivities.panel-button {
background-image: url("assets/activities.svg"); background-image: url("assets/activities.svg");
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -1868,11 +1868,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button#panelActivities:hover { #panel #panelActivities.panel-button:hover {
background-image: url("assets/activities-active.svg"); background-image: url("assets/activities-active.svg");
} }
#panel .panel-button#panelActivities:hover, #panel .panel-button#panelActivities:active, #panel .panel-button#panelActivities:overview, #panel .panel-button#panelActivities:focus, #panel .panel-button#panelActivities:checked { #panel #panelActivities.panel-button:hover, #panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked {
color: transparent; color: transparent;
box-shadow: none; box-shadow: none;
} }
@ -1910,11 +1910,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel.unlock-screen .panel-button:hover.clock-display, #panel.unlock-screen .panel-button:active.clock-display, #panel.unlock-screen .panel-button:overview.clock-display, #panel.unlock-screen .panel-button:focus.clock-display, #panel.unlock-screen .panel-button:checked.clock-display, #panel.login-screen .panel-button:hover.clock-display, #panel.login-screen .panel-button:active.clock-display, #panel.login-screen .panel-button:overview.clock-display, #panel.login-screen .panel-button:focus.clock-display, #panel.login-screen .panel-button:checked.clock-display, #panel:overview .panel-button:hover.clock-display, #panel:overview .panel-button:active.clock-display, #panel:overview .panel-button:overview.clock-display, #panel:overview .panel-button:focus.clock-display, #panel:overview .panel-button:checked.clock-display { #panel.unlock-screen .panel-button.clock-display:hover, #panel.unlock-screen .panel-button.clock-display:active, #panel.unlock-screen .panel-button.clock-display:overview, #panel.unlock-screen .panel-button.clock-display:focus, #panel.unlock-screen .panel-button.clock-display:checked, #panel.login-screen .panel-button.clock-display:hover, #panel.login-screen .panel-button.clock-display:active, #panel.login-screen .panel-button.clock-display:overview, #panel.login-screen .panel-button.clock-display:focus, #panel.login-screen .panel-button.clock-display:checked, #panel:overview .panel-button.clock-display:hover, #panel:overview .panel-button.clock-display:active, #panel:overview .panel-button.clock-display:overview, #panel:overview .panel-button.clock-display:focus, #panel:overview .panel-button.clock-display:checked {
box-shadow: none; box-shadow: none;
} }
#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 { #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 {
box-shadow: none; box-shadow: none;
} }

@ -397,7 +397,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
.popup-menu-item:checked.selected { .popup-menu-item.selected:checked {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
@ -407,7 +407,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
.popup-menu-item:checked.selected:active { .popup-menu-item.selected:checked:active {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(0, 0, 0, 0.15);
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
@ -1813,11 +1813,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button:hover.clock-display { #panel .panel-button.clock-display:hover {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button:hover.clock-display .clock { #panel .panel-button.clock-display:hover .clock {
background-color: none; background-color: none;
box-shadow: none; box-shadow: none;
} }
@ -1827,11 +1827,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked {
box-shadow: none; box-shadow: none;
} }
#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 { #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: none; background-color: none;
box-shadow: none; box-shadow: none;
} }
@ -1858,7 +1858,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-st-icon-style: symbolic; -st-icon-style: symbolic;
} }
#panel .panel-button#panelActivities { #panel #panelActivities.panel-button {
background-image: url("assets/activities.svg"); background-image: url("assets/activities.svg");
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -1868,11 +1868,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel .panel-button#panelActivities:hover { #panel #panelActivities.panel-button:hover {
background-image: url("assets/activities-active.svg"); background-image: url("assets/activities-active.svg");
} }
#panel .panel-button#panelActivities:hover, #panel .panel-button#panelActivities:active, #panel .panel-button#panelActivities:overview, #panel .panel-button#panelActivities:focus, #panel .panel-button#panelActivities:checked { #panel #panelActivities.panel-button:hover, #panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked {
color: transparent; color: transparent;
box-shadow: none; box-shadow: none;
} }
@ -1910,11 +1910,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none; box-shadow: none;
} }
#panel.unlock-screen .panel-button:hover.clock-display, #panel.unlock-screen .panel-button:active.clock-display, #panel.unlock-screen .panel-button:overview.clock-display, #panel.unlock-screen .panel-button:focus.clock-display, #panel.unlock-screen .panel-button:checked.clock-display, #panel.login-screen .panel-button:hover.clock-display, #panel.login-screen .panel-button:active.clock-display, #panel.login-screen .panel-button:overview.clock-display, #panel.login-screen .panel-button:focus.clock-display, #panel.login-screen .panel-button:checked.clock-display, #panel:overview .panel-button:hover.clock-display, #panel:overview .panel-button:active.clock-display, #panel:overview .panel-button:overview.clock-display, #panel:overview .panel-button:focus.clock-display, #panel:overview .panel-button:checked.clock-display { #panel.unlock-screen .panel-button.clock-display:hover, #panel.unlock-screen .panel-button.clock-display:active, #panel.unlock-screen .panel-button.clock-display:overview, #panel.unlock-screen .panel-button.clock-display:focus, #panel.unlock-screen .panel-button.clock-display:checked, #panel.login-screen .panel-button.clock-display:hover, #panel.login-screen .panel-button.clock-display:active, #panel.login-screen .panel-button.clock-display:overview, #panel.login-screen .panel-button.clock-display:focus, #panel.login-screen .panel-button.clock-display:checked, #panel:overview .panel-button.clock-display:hover, #panel:overview .panel-button.clock-display:active, #panel:overview .panel-button.clock-display:overview, #panel:overview .panel-button.clock-display:focus, #panel:overview .panel-button.clock-display:checked {
box-shadow: none; box-shadow: none;
} }
#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 { #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 {
box-shadow: none; box-shadow: none;
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -866,13 +866,13 @@ list > row button.image-button:not(.flat):checked {
} }
list > row button.image-button:not(.flat).suggested-action { list > row button.image-button.suggested-action:not(.flat) {
background-color: #3281ea; background-color: #3281ea;
color: white; color: white;
} }
list > row button.image-button:not(.flat).destructive-action { list > row button.image-button.destructive-action:not(.flat) {
background-color: #F28B82; background-color: #F28B82;
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
} }
@ -1382,7 +1382,7 @@ headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructi
border-radius: 9999px; border-radius: 9999px;
} }
.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { .titlebar stackswitcher.linked:not(.vertical) > button.text-button:not(.suggested-action):not(.destructive-action) {
border-radius: 9999px; border-radius: 9999px;
} }
@ -1597,13 +1597,13 @@ treeview.view:drop(active) {
box-shadow: none; box-shadow: none;
} }
columnview.view:drop(active).after, columnview.view.after:drop(active),
treeview.view:drop(active).after { treeview.view.after:drop(active) {
border-top-style: none; border-top-style: none;
} }
columnview.view:drop(active).before, columnview.view.before:drop(active),
treeview.view:drop(active).before { treeview.view.before:drop(active) {
border-bottom-style: none; border-bottom-style: none;
} }
@ -1614,13 +1614,13 @@ treeview.view > dndtarget:drop(active) {
border-color: alpha(currentColor, 0.06); border-color: alpha(currentColor, 0.06);
} }
columnview.view > dndtarget:drop(active).after, columnview.view > dndtarget.after:drop(active),
treeview.view > dndtarget:drop(active).after { treeview.view > dndtarget.after:drop(active) {
border-top-style: none; border-top-style: none;
} }
columnview.view > dndtarget:drop(active).before, columnview.view > dndtarget.before:drop(active),
treeview.view > dndtarget:drop(active).before { treeview.view > dndtarget.before:drop(active) {
border-bottom-style: none; border-bottom-style: none;
} }
@ -2009,7 +2009,7 @@ notebook > header tab:checked:disabled {
color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5);
} }
notebook > header tab:checked.reorderable-page { notebook > header tab.reorderable-page:checked {
background-color: #2C2C2C; background-color: #2C2C2C;
} }
@ -2304,19 +2304,19 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled {
background-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.3);
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider {
min-width: 24px; min-width: 24px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) button {
min-width: 8px; min-width: 8px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider {
min-height: 24px; min-height: 24px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) button {
min-height: 8px; min-height: 8px;
} }
@ -3509,12 +3509,12 @@ filechooserbutton:drop(active) {
background-color: #242424; background-color: #242424;
} }
.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { .sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) {
border-right: 1px solid rgba(255, 255, 255, 0.12); border-right: 1px solid rgba(255, 255, 255, 0.12);
border-left-style: none; border-left-style: none;
} }
.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { .sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) {
border-left: 1px solid rgba(255, 255, 255, 0.12); border-left: 1px solid rgba(255, 255, 255, 0.12);
border-right-style: none; border-right-style: none;
} }
@ -4000,11 +4000,11 @@ windowcontrols {
border-spacing: 6px; border-spacing: 6px;
} }
windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) {
margin-right: 6px; margin-right: 6px;
} }
windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) {
margin-left: 6px; margin-left: 6px;
} }
@ -4084,7 +4084,7 @@ stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destruc
background-color: transparent; background-color: transparent;
} }
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { stackswitcher.linked:not(.vertical) > button.text-button:not(.suggested-action):not(.destructive-action) {
min-width: 100px; min-width: 100px;
} }

@ -866,13 +866,13 @@ list > row button.image-button:not(.flat):checked {
} }
list > row button.image-button:not(.flat).suggested-action { list > row button.image-button.suggested-action:not(.flat) {
background-color: #1A73E8; background-color: #1A73E8;
color: white; color: white;
} }
list > row button.image-button:not(.flat).destructive-action { list > row button.image-button.destructive-action:not(.flat) {
background-color: #D93025; background-color: #D93025;
color: white; color: white;
} }
@ -1382,7 +1382,7 @@ headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructi
border-radius: 9999px; border-radius: 9999px;
} }
.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { .titlebar stackswitcher.linked:not(.vertical) > button.text-button:not(.suggested-action):not(.destructive-action) {
border-radius: 9999px; border-radius: 9999px;
} }
@ -1597,13 +1597,13 @@ treeview.view:drop(active) {
box-shadow: none; box-shadow: none;
} }
columnview.view:drop(active).after, columnview.view.after:drop(active),
treeview.view:drop(active).after { treeview.view.after:drop(active) {
border-top-style: none; border-top-style: none;
} }
columnview.view:drop(active).before, columnview.view.before:drop(active),
treeview.view:drop(active).before { treeview.view.before:drop(active) {
border-bottom-style: none; border-bottom-style: none;
} }
@ -1614,13 +1614,13 @@ treeview.view > dndtarget:drop(active) {
border-color: alpha(currentColor, 0.06); border-color: alpha(currentColor, 0.06);
} }
columnview.view > dndtarget:drop(active).after, columnview.view > dndtarget.after:drop(active),
treeview.view > dndtarget:drop(active).after { treeview.view > dndtarget.after:drop(active) {
border-top-style: none; border-top-style: none;
} }
columnview.view > dndtarget:drop(active).before, columnview.view > dndtarget.before:drop(active),
treeview.view > dndtarget:drop(active).before { treeview.view > dndtarget.before:drop(active) {
border-bottom-style: none; border-bottom-style: none;
} }
@ -2009,7 +2009,7 @@ notebook > header tab:checked:disabled {
color: rgba(0, 0, 0, 0.38); color: rgba(0, 0, 0, 0.38);
} }
notebook > header tab:checked.reorderable-page { notebook > header tab.reorderable-page:checked {
background-color: #FFFFFF; background-color: #FFFFFF;
} }
@ -2304,19 +2304,19 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled {
background-color: rgba(0, 0, 0, 0.26); background-color: rgba(0, 0, 0, 0.26);
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider {
min-width: 24px; min-width: 24px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) button {
min-width: 8px; min-width: 8px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider {
min-height: 24px; min-height: 24px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) button {
min-height: 8px; min-height: 8px;
} }
@ -3509,12 +3509,12 @@ filechooserbutton:drop(active) {
background-color: #FAFAFA; background-color: #FAFAFA;
} }
.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { .sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) {
border-right: 1px solid rgba(0, 0, 0, 0.12); border-right: 1px solid rgba(0, 0, 0, 0.12);
border-left-style: none; border-left-style: none;
} }
.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { .sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) {
border-left: 1px solid rgba(0, 0, 0, 0.12); border-left: 1px solid rgba(0, 0, 0, 0.12);
border-right-style: none; border-right-style: none;
} }
@ -4000,11 +4000,11 @@ windowcontrols {
border-spacing: 6px; border-spacing: 6px;
} }
windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) {
margin-right: 6px; margin-right: 6px;
} }
windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) {
margin-left: 6px; margin-left: 6px;
} }
@ -4084,7 +4084,7 @@ stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destruc
background-color: transparent; background-color: transparent;
} }
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { stackswitcher.linked:not(.vertical) > button.text-button:not(.suggested-action):not(.destructive-action) {
min-width: 100px; min-width: 100px;
} }

@ -866,13 +866,13 @@ list > row button.image-button:not(.flat):checked {
} }
list > row button.image-button:not(.flat).suggested-action { list > row button.image-button.suggested-action:not(.flat) {
background-color: #1A73E8; background-color: #1A73E8;
color: white; color: white;
} }
list > row button.image-button:not(.flat).destructive-action { list > row button.image-button.destructive-action:not(.flat) {
background-color: #D93025; background-color: #D93025;
color: white; color: white;
} }
@ -1382,7 +1382,7 @@ headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructi
border-radius: 9999px; border-radius: 9999px;
} }
.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { .titlebar stackswitcher.linked:not(.vertical) > button.text-button:not(.suggested-action):not(.destructive-action) {
border-radius: 9999px; border-radius: 9999px;
} }
@ -1597,13 +1597,13 @@ treeview.view:drop(active) {
box-shadow: none; box-shadow: none;
} }
columnview.view:drop(active).after, columnview.view.after:drop(active),
treeview.view:drop(active).after { treeview.view.after:drop(active) {
border-top-style: none; border-top-style: none;
} }
columnview.view:drop(active).before, columnview.view.before:drop(active),
treeview.view:drop(active).before { treeview.view.before:drop(active) {
border-bottom-style: none; border-bottom-style: none;
} }
@ -1614,13 +1614,13 @@ treeview.view > dndtarget:drop(active) {
border-color: alpha(currentColor, 0.06); border-color: alpha(currentColor, 0.06);
} }
columnview.view > dndtarget:drop(active).after, columnview.view > dndtarget.after:drop(active),
treeview.view > dndtarget:drop(active).after { treeview.view > dndtarget.after:drop(active) {
border-top-style: none; border-top-style: none;
} }
columnview.view > dndtarget:drop(active).before, columnview.view > dndtarget.before:drop(active),
treeview.view > dndtarget:drop(active).before { treeview.view > dndtarget.before:drop(active) {
border-bottom-style: none; border-bottom-style: none;
} }
@ -2009,7 +2009,7 @@ notebook > header tab:checked:disabled {
color: rgba(0, 0, 0, 0.38); color: rgba(0, 0, 0, 0.38);
} }
notebook > header tab:checked.reorderable-page { notebook > header tab.reorderable-page:checked {
background-color: #FFFFFF; background-color: #FFFFFF;
} }
@ -2304,19 +2304,19 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled {
background-color: rgba(0, 0, 0, 0.26); background-color: rgba(0, 0, 0, 0.26);
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider {
min-width: 24px; min-width: 24px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) button {
min-width: 8px; min-width: 8px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider {
min-height: 24px; min-height: 24px;
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) button {
min-height: 8px; min-height: 8px;
} }
@ -3509,12 +3509,12 @@ filechooserbutton:drop(active) {
background-color: #FAFAFA; background-color: #FAFAFA;
} }
.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { .sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) {
border-right: 1px solid rgba(0, 0, 0, 0.12); border-right: 1px solid rgba(0, 0, 0, 0.12);
border-left-style: none; border-left-style: none;
} }
.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { .sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) {
border-left: 1px solid rgba(0, 0, 0, 0.12); border-left: 1px solid rgba(0, 0, 0, 0.12);
border-right-style: none; border-right-style: none;
} }
@ -4000,11 +4000,11 @@ windowcontrols {
border-spacing: 6px; border-spacing: 6px;
} }
windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) {
margin-right: 6px; margin-right: 6px;
} }
windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) {
margin-left: 6px; margin-left: 6px;
} }
@ -4084,7 +4084,7 @@ stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destruc
background-color: transparent; background-color: transparent;
} }
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { stackswitcher.linked:not(.vertical) > button.text-button:not(.suggested-action):not(.destructive-action) {
min-width: 100px; min-width: 100px;
} }

Loading…
Cancel
Save