Mate screensaver styling

pull/894/head
David Mohammed 6 years ago
parent d599cac75e
commit 3ba66b5440
No known key found for this signature in database
GPG Key ID: C2EAA8A26ADC59EE

@ -829,6 +829,38 @@ panel-toplevel.background {
.panel .menu .spinner,
.menu .spinner { opacity: 1 } // Fixes sound indicator buttons
/********************
* Mate-Screensaver *
********************/
.lock-dialog {
background-color: $panel_bg;
color: white;
& entry, entry:focus textview text {
background-color: transparent;
color: white;
border-style: none;
border-bottom: 1px solid $borders_color;
border-radius: 1px;
}
frame > border {
border-style: none;
border-width: 0px;
}
& notebook {
color: white;
background-color: gtkopacity($panel_bg, 0.8);
}
& button {
@extend %selected-button;
}
}
//
// Wingpanel Popover
//

Loading…
Cancel
Save