Merge remote-tracking branch 'origin/mate-screensaver'

pull/894/head
NicoHood 6 years ago
commit f711c14f0f
No known key found for this signature in database
GPG Key ID: 51DAE9B7C1AE9161

@ -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