|
|
|
@ -142,7 +142,6 @@ stage {
|
|
|
|
background-color: #212121;
|
|
|
|
background-color: #212121;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32);
|
|
|
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32);
|
|
|
|
border-radius: 9999px;
|
|
|
|
|
|
|
|
padding: 8px;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -2093,6 +2092,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
spacing: 8px;
|
|
|
|
spacing: 8px;
|
|
|
|
padding: 8px 12px;
|
|
|
|
padding: 8px 12px;
|
|
|
|
margin-bottom: 8em;
|
|
|
|
margin-bottom: 8em;
|
|
|
|
|
|
|
|
border-radius: 9999px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.osd-window > * {
|
|
|
|
.osd-window > * {
|
|
|
|
@ -2167,12 +2167,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
width: 15em;
|
|
|
|
width: 15em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.resize-popup {
|
|
|
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* App Switcher */
|
|
|
|
/* App Switcher */
|
|
|
|
.switcher-popup {
|
|
|
|
.switcher-popup {
|
|
|
|
padding: 8px;
|
|
|
|
padding: 8px;
|
|
|
|
spacing: 16px;
|
|
|
|
spacing: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.switcher-list {
|
|
|
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.switcher-list .item-box {
|
|
|
|
.switcher-list .item-box {
|
|
|
|
padding: 8px;
|
|
|
|
padding: 8px;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
@ -2207,12 +2215,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.switcher-arrow {
|
|
|
|
.switcher-arrow {
|
|
|
|
border-color: rgba(0, 0, 0, 0);
|
|
|
|
border-color: rgba(255, 255, 255, 0.7);
|
|
|
|
color: rgba(0, 0, 0, 0.38);
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.switcher-arrow:highlighted {
|
|
|
|
.switcher-arrow:highlighted {
|
|
|
|
color: rgba(0, 0, 0, 0.87);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.input-source-switcher-symbol {
|
|
|
|
.input-source-switcher-symbol {
|
|
|
|
@ -2230,6 +2238,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
padding: 8px;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.workspace-switcher-container {
|
|
|
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.workspace-switcher {
|
|
|
|
.workspace-switcher {
|
|
|
|
background: transparent;
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
@ -2944,7 +2956,7 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
.system-action-icon {
|
|
|
|
.system-action-icon {
|
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 99px;
|
|
|
|
border-radius: 9999px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.page-navigation-hint {
|
|
|
|
.page-navigation-hint {
|
|
|
|
|