|
|
|
|
@ -28,6 +28,22 @@ stage {
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ripple-pointer-location {
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
border-radius: 24px;
|
|
|
|
|
background-color: rgba(195, 216, 243, 0.3);
|
|
|
|
|
box-shadow: 0 0 2px 2px #99bdea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pie-timer {
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
-pie-border-width: 3px;
|
|
|
|
|
-pie-border-color: #4586D8;
|
|
|
|
|
-pie-background-color: rgba(238, 244, 251, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* WIDGETS */
|
|
|
|
|
/* Buttons */
|
|
|
|
|
.button {
|
|
|
|
|
@ -220,7 +236,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check-box StBoxLayout {
|
|
|
|
|
spacing: 8px;
|
|
|
|
|
spacing: .8em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check-box StBin {
|
|
|
|
|
@ -312,10 +328,63 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
background-color: rgba(69, 134, 216, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Modal Dialogs */
|
|
|
|
|
.headline {
|
|
|
|
|
font-size: 15pt;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
.lowres-icon {
|
|
|
|
|
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-dropshadow {
|
|
|
|
|
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-area-rubberband {
|
|
|
|
|
background-color: rgba(69, 134, 216, 0.3);
|
|
|
|
|
border: 1px solid #4586D8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-icon {
|
|
|
|
|
background-size: contain;
|
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
border-radius: 9999px;
|
|
|
|
|
border: 2px rgba(255, 255, 255, 0.7);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-icon:hover {
|
|
|
|
|
color: rgba(255, 255, 255, 0.85);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-icon StIcon {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
|
|
border-radius: 99px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-widget.vertical .user-icon {
|
|
|
|
|
icon-size: 128px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-widget.vertical .user-icon StIcon {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
padding-top: 18px;
|
|
|
|
|
padding-bottom: 22px;
|
|
|
|
|
width: 88px;
|
|
|
|
|
height: 88px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-widget.horizontal .user-icon {
|
|
|
|
|
icon-size: 64px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-widget.horizontal .user-icon StIcon {
|
|
|
|
|
padding: 12px;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.caps-lock-warning-label {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
font-size: 10.5pt;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #FF6D00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lightbox {
|
|
|
|
|
@ -326,6 +395,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Modal Dialogs */
|
|
|
|
|
.headline {
|
|
|
|
|
font-size: 15pt;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-dialog {
|
|
|
|
|
border-radius: 24px;
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
@ -335,7 +410,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-dialog .modal-dialog-content-box {
|
|
|
|
|
padding: 24px;
|
|
|
|
|
margin: 32px 40px;
|
|
|
|
|
spacing: 32px;
|
|
|
|
|
max-width: 28em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-dialog .run-dialog-entry {
|
|
|
|
|
@ -414,10 +491,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
|
|
|
|
|
.modal-dialog-linked-button:first-child {
|
|
|
|
|
margin-left: 6px;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
border-radius: 100px 0px 0px 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-dialog-linked-button:last-child {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
border-right-width: 0px;
|
|
|
|
|
border-radius: 0px 100px 100px 0;
|
|
|
|
|
@ -437,33 +516,28 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Message Dialog */
|
|
|
|
|
.message-dialog-main-layout {
|
|
|
|
|
padding: 12px 20px 0;
|
|
|
|
|
spacing: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message-dialog-content {
|
|
|
|
|
max-width: 28em;
|
|
|
|
|
spacing: 20px;
|
|
|
|
|
spacing: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message-dialog-icon {
|
|
|
|
|
min-width: 48px;
|
|
|
|
|
icon-size: 48px;
|
|
|
|
|
.message-dialog-content .message-dialog-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 18pt;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message-dialog-title {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
.message-dialog-content .message-dialog-title.lightweight {
|
|
|
|
|
font-size: 13pt;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message-dialog-subtitle {
|
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
.message-dialog-content .message-dialog-description {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* End Session Dialog */
|
|
|
|
|
.end-session-dialog {
|
|
|
|
|
spacing: 42px;
|
|
|
|
|
width: 30em;
|
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0.12);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -482,83 +556,58 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
background-color: #ff3939;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-list {
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-layout {
|
|
|
|
|
padding-left: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-layout:rtl {
|
|
|
|
|
padding-right: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-description {
|
|
|
|
|
width: 28em;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-description:rtl {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-warning {
|
|
|
|
|
width: 28em;
|
|
|
|
|
.end-session-dialog .end-session-dialog-battery-warning,
|
|
|
|
|
.end-session-dialog .dialog-list-title {
|
|
|
|
|
color: #FF6D00;
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-warning:rtl {
|
|
|
|
|
text-align: right;
|
|
|
|
|
/* Dialog List */
|
|
|
|
|
.dialog-list {
|
|
|
|
|
spacing: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-logout-icon {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
.dialog-list .dialog-list-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-shutdown-icon {
|
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
.dialog-list .dialog-list-scrollview {
|
|
|
|
|
max-height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-inhibitor-layout {
|
|
|
|
|
spacing: 16px;
|
|
|
|
|
max-height: 200px;
|
|
|
|
|
padding-right: 65px;
|
|
|
|
|
padding-left: 65px;
|
|
|
|
|
.dialog-list .dialog-list-box {
|
|
|
|
|
spacing: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-session-list,
|
|
|
|
|
.end-session-dialog-app-list {
|
|
|
|
|
.dialog-list .dialog-list-box .dialog-list-item {
|
|
|
|
|
spacing: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-list-header {
|
|
|
|
|
.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-list-header:rtl {
|
|
|
|
|
text-align: right;
|
|
|
|
|
.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description {
|
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
font-size: 15pt;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item,
|
|
|
|
|
.end-session-dialog-session-list-item {
|
|
|
|
|
spacing: 1em;
|
|
|
|
|
/* Run Dialog */
|
|
|
|
|
.run-dialog .modal-dialog-content-box {
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
margin-bottom: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item-name,
|
|
|
|
|
.end-session-dialog-session-list-item-name {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
.run-dialog .run-dialog-entry {
|
|
|
|
|
width: 20em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item-description {
|
|
|
|
|
.run-dialog .run-dialog-description {
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ShellMountOperation Dialogs */
|
|
|
|
|
@ -634,10 +683,14 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
|
|
|
|
|
/* Password or Authentication Dialog */
|
|
|
|
|
.prompt-dialog {
|
|
|
|
|
width: 34em;
|
|
|
|
|
width: 28em;
|
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0.12);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog .modal-dialog-content-box {
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog .message-dialog-main-layout {
|
|
|
|
|
spacing: 24px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
@ -653,6 +706,43 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-password-grid {
|
|
|
|
|
spacing-rows: 8px;
|
|
|
|
|
spacing-columns: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-password-grid .prompt-dialog-password-entry {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-password-layout {
|
|
|
|
|
spacing: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-password-entry {
|
|
|
|
|
width: 20em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-error-label,
|
|
|
|
|
.prompt-dialog-info-label,
|
|
|
|
|
.prompt-dialog-null-label {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 15pt;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-error-label {
|
|
|
|
|
color: #FF6D00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-dialog-description:rtl {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
@ -684,29 +774,29 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
|
|
|
|
|
/* Polkit Dialog */
|
|
|
|
|
.polkit-dialog-user-layout {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
spacing: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.polkit-dialog-user-layout:rtl {
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
spacing: 8px;
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.polkit-dialog-user-root-label {
|
|
|
|
|
.polkit-dialog-user-layout .polkit-dialog-user-root-label {
|
|
|
|
|
color: #FF6D00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.polkit-dialog-user-icon {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-radius: 9999px;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Audio selection dialog */
|
|
|
|
|
.audio-device-selection-dialog {
|
|
|
|
|
spacing: 30px;
|
|
|
|
|
.audio-device-selection-dialog .modal-dialog-content-box {
|
|
|
|
|
margin-bottom: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.audio-device-selection-dialog .audio-selection-box {
|
|
|
|
|
spacing: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.audio-selection-content {
|
|
|
|
|
@ -719,10 +809,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.audio-selection-box {
|
|
|
|
|
spacing: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.audio-selection-device {
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
@ -1083,10 +1169,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
-arrow-rise: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* fallback menu
|
|
|
|
|
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
|
|
|
|
|
app menu inside the main app window itself rather than the top bar
|
|
|
|
|
*/
|
|
|
|
|
/* OSD */
|
|
|
|
|
.osd-window {
|
|
|
|
|
text-align: center;
|
|
|
|
|
@ -1141,7 +1223,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
/* App Switcher */
|
|
|
|
|
.switcher-popup {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
spacing: 16px;
|
|
|
|
|
spacing: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.switcher-list-item-container {
|
|
|
|
|
@ -1272,6 +1354,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner {
|
|
|
|
|
-panel-corner-radius: 0;
|
|
|
|
|
-panel-corner-background-color: transparent;
|
|
|
|
|
-panel-corner-border-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#panel #panelLeft, #panel #panelCenter {
|
|
|
|
|
spacing: 0;
|
|
|
|
|
}
|
|
|
|
|
@ -1479,7 +1567,7 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#calendarArea {
|
|
|
|
|
padding: 8px 6px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar {
|
|
|
|
|
@ -1502,20 +1590,22 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datemenu-displays-box {
|
|
|
|
|
spacing: 8px;
|
|
|
|
|
spacing: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datemenu-calendar-column {
|
|
|
|
|
spacing: 8px;
|
|
|
|
|
spacing: 6px;
|
|
|
|
|
border: 0 solid rgba(255, 255, 255, 0.12);
|
|
|
|
|
padding: 0 0;
|
|
|
|
|
padding: 0 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datemenu-calendar-column:ltr {
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
border-left-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datemenu-calendar-column:rtl {
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
border-right-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1526,7 +1616,7 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
|
.message-list-section-title,
|
|
|
|
|
.events-section-title {
|
|
|
|
|
min-height: 24px;
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
|
padding: 6px 8px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
@ -1564,6 +1654,12 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
|
min-height: 56px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button .day-label {
|
|
|
|
|
font-size: 15pt;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button .date-label {
|
|
|
|
|
font-size: 18pt;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
@ -2156,6 +2252,7 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
|
-horizontal-spacing: 16px;
|
|
|
|
|
-vertical-spacing: 16px;
|
|
|
|
|
padding: 0 16px 32px;
|
|
|
|
|
spacing: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.window-picker.external-monitor {
|
|
|
|
|
@ -2334,6 +2431,10 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
|
spacing: 30px;
|
|
|
|
|
-shell-grid-horizontal-item-size: 136px;
|
|
|
|
|
-shell-grid-vertical-item-size: 136px;
|
|
|
|
|
row-spacing: 36px;
|
|
|
|
|
column-spacing: 36px;
|
|
|
|
|
max-row-spacing: 72px;
|
|
|
|
|
max-column-spacing: 72px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-grid .overview-icon {
|
|
|
|
|
@ -2551,7 +2652,7 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
.app-folder-dialog {
|
|
|
|
|
border-radius: 48px;
|
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0.15);
|
|
|
|
|
spacing: 0;
|
|
|
|
|
padding: 12px;
|
|
|
|
|
background-color: rgba(34, 34, 34, 0.95);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -2571,6 +2672,7 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
|
selected-color: #FFFFFF;
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-folder-dialog .folder-name-container .folder-name-entry:focus {
|
|
|
|
|
@ -2616,6 +2718,19 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-folder-dialog .icon-grid {
|
|
|
|
|
row-spacing: 12px;
|
|
|
|
|
column-spacing: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-folder-dialog .page-indicators {
|
|
|
|
|
margin-bottom: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-folder-dialog .page-indicators .page-indicator {
|
|
|
|
|
padding: 15px 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
@ -2627,9 +2742,22 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-folder-icon {
|
|
|
|
|
padding: 4px;
|
|
|
|
|
spacing-rows: 4px;
|
|
|
|
|
spacing-columns: 4px;
|
|
|
|
|
padding: 6px;
|
|
|
|
|
spacing-rows: 6px;
|
|
|
|
|
spacing-columns: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rename-folder-popup .rename-folder-popup-item {
|
|
|
|
|
spacing: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl {
|
|
|
|
|
padding: 0 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-menu,
|
|
|
|
|
.app-well-menu {
|
|
|
|
|
max-width: 27.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workspace-thumbnails {
|
|
|
|
|
@ -2640,15 +2768,20 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
margin: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workspace-thumbnails .placeholder {
|
|
|
|
|
background-image: url("assets/dash-placeholder.svg");
|
|
|
|
|
background-size: contain;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workspace-thumbnail-indicator {
|
|
|
|
|
border: 0 solid #4586D8;
|
|
|
|
|
border-width: 2px;
|
|
|
|
|
border: 2px solid #4586D8;
|
|
|
|
|
padding: 6px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-display > StBoxLayout,
|
|
|
|
|
.all-apps,
|
|
|
|
|
.search-display > StBoxLayout,
|
|
|
|
|
.frequent-apps > StBoxLayout {
|
|
|
|
|
padding: 0px 88px 10px 88px;
|
|
|
|
|
}
|
|
|
|
|
@ -2801,6 +2934,70 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
padding-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item {
|
|
|
|
|
color: rgba(255, 255, 255, 0.8);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
icon-shadow: none;
|
|
|
|
|
padding: 12px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-left-width: 0;
|
|
|
|
|
border-bottom-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:insensitive {
|
|
|
|
|
color: rgba(255, 255, 255, 0.3);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
icon-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:hover {
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
icon-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:focus {
|
|
|
|
|
color: #4586D8;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
icon-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:focus:active {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:active {
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #4586D8;
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
icon-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:first-child {
|
|
|
|
|
border-radius: 0 0 0 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:last-child {
|
|
|
|
|
border-right-width: 0;
|
|
|
|
|
border-radius: 0 0 12px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-notification-item:first-child:last-child {
|
|
|
|
|
border-radius: 0 0 12px 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotplug-transient-box {
|
|
|
|
|
spacing: 6px;
|
|
|
|
|
padding: 2px 72px 2px 12px;
|
|
|
|
|
@ -2975,6 +3172,17 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.emoji-page .keyboard-key {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
color: initial;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.emoji-panel .keyboard-key:latched {
|
|
|
|
|
border-color: #5a94dc;
|
|
|
|
|
background-color: #4586D8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.candidate-popup-content {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
spacing: 0;
|
|
|
|
|
@ -3047,7 +3255,7 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
background-size: contain;
|
|
|
|
|
border: none;
|
|
|
|
|
color: rgba(255, 255, 255, 0.85);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
border-radius: 9999px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.framed-user-icon:hover {
|
|
|
|
|
@ -3398,6 +3606,70 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Screen Shield */
|
|
|
|
|
.unlock-dialog-clock {
|
|
|
|
|
color: white;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
text-align: center;
|
|
|
|
|
spacing: 24px;
|
|
|
|
|
padding-bottom: 2.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-clock-time {
|
|
|
|
|
font-size: 64pt;
|
|
|
|
|
padding-top: 42px;
|
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-clock-date {
|
|
|
|
|
font-size: 16pt;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-clock-hint {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
padding-top: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-notifications-container {
|
|
|
|
|
margin: 12px 0;
|
|
|
|
|
spacing: 6px;
|
|
|
|
|
width: 23em;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-notifications-container .summary-notification-stack-scrollview {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-notifications-container .notification,
|
|
|
|
|
.unlock-dialog-notifications-container .unlock-dialog-notification-source {
|
|
|
|
|
padding: 12px 6px;
|
|
|
|
|
border: none;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
color: rgba(255, 255, 255, 0.85);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-notifications-container .notification.critical,
|
|
|
|
|
.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-notification-label {
|
|
|
|
|
padding: 0px 0px 0px 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unlock-dialog-notification-count-text {
|
|
|
|
|
weight: bold;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
border-radius: 99px;
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#lockDialogGroup {
|
|
|
|
|
background: #333333 url("assets/noise-texture.svg");
|
|
|
|
|
background-size: cover;
|
|
|
|
|
|