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:
parent
d599cac75e
commit
3ba66b5440
@ -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…
Reference in New Issue
Block a user