2019-12-18 16:25:03 -05:00
|
|
|
/* Screen Shield */
|
|
|
|
|
2019-11-28 16:16:53 -05:00
|
|
|
.unlock-dialog-clock {
|
2019-12-19 10:38:27 -05:00
|
|
|
color: white;
|
2019-11-29 10:52:47 -05:00
|
|
|
font-weight: 300;
|
2019-12-19 10:38:27 -05:00
|
|
|
text-align: center;
|
2019-11-29 10:52:47 -05:00
|
|
|
padding-bottom: 2.5em;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:16:53 -05:00
|
|
|
.unlock-dialog-clock-time {
|
2019-11-29 10:52:47 -05:00
|
|
|
font-size: 64pt;
|
|
|
|
padding-bottom: 24px;
|
2019-12-19 10:38:27 -05:00
|
|
|
font-feature-settings: "tnum";
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:16:53 -05:00
|
|
|
.unlock-dialog-clock-date {
|
2019-11-29 10:52:47 -05:00
|
|
|
font-size: 16pt;
|
2019-12-19 10:38:27 -05:00
|
|
|
font-weight: normal;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:35:13 -05:00
|
|
|
.unlock-dialog-notifications-container {
|
2019-11-29 14:08:20 -05:00
|
|
|
margin: 12px 0;
|
2019-12-19 10:38:27 -05:00
|
|
|
spacing: 6px;
|
2019-11-29 14:08:20 -05:00
|
|
|
width: 23em;
|
2019-12-19 10:38:27 -05:00
|
|
|
background-color: transparent;
|
|
|
|
.summary-notification-stack-scrollview {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2019-12-18 16:25:03 -05:00
|
|
|
|
2019-12-19 10:38:27 -05:00
|
|
|
.notification,
|
2019-11-28 16:35:13 -05:00
|
|
|
.unlock-dialog-notification-source {
|
2019-12-19 10:38:27 -05:00
|
|
|
padding: 12px 6px;
|
|
|
|
border: 1px solid $osd_outer_borders_color;
|
|
|
|
background-color: transparentize($osd_bg_color,0.5);
|
|
|
|
color: $osd_fg_color;
|
|
|
|
border-radius: 4px;
|
2020-02-05 09:58:57 -05:00
|
|
|
|
|
|
|
&.critical { background-color: transparentize($osd_bg_color,0.1) }
|
2019-12-19 10:38:27 -05:00
|
|
|
}
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:35:13 -05:00
|
|
|
.unlock-dialog-notification-label {
|
2019-12-19 10:38:27 -05:00
|
|
|
padding: 0px 0px 0px 12px;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-29 14:08:20 -05:00
|
|
|
.unlock-dialog-notification-count-text {
|
|
|
|
weight: bold;
|
|
|
|
padding: 0px 12px;
|
|
|
|
}
|
2019-12-18 16:25:03 -05:00
|
|
|
|
|
|
|
.screen-shield-background { //just the shadow, really
|
2019-12-19 10:38:27 -05:00
|
|
|
background: black;
|
|
|
|
box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#lockDialogGroup {
|
2019-12-19 10:38:27 -05:00
|
|
|
background: lighten(#2e3436, 8%) url(resource:///org/gnome/shell/theme/noise-texture.png);
|
|
|
|
background-repeat: repeat;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:35:13 -05:00
|
|
|
#unlockDialogNotifications {
|
2019-12-19 10:38:27 -05:00
|
|
|
StButton#vhandle, StButton#hhandle {
|
|
|
|
background-color: transparentize($bg_color,0.7);
|
|
|
|
&:hover, &:focus { background-color: transparentize($bg_color,0.5); }
|
|
|
|
&:active { background-color: transparentize($selected_bg_color,0.5); }
|
|
|
|
}
|
2019-11-28 16:01:38 -05:00
|
|
|
}
|