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

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

This commit is contained in:
NicoHood 2018-01-10 18:06:37 +01:00
commit f711c14f0f
No known key found for this signature in database
GPG Key ID: 51DAE9B7C1AE9161

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