1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

Mate screensaver styling

This commit is contained in:
David Mohammed 2018-01-09 20:56:44 +00:00
parent d599cac75e
commit 3ba66b5440
No known key found for this signature in database
GPG Key ID: C2EAA8A26ADC59EE

View File

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