1
0
Fork 0
lightdm-mobile-greeter/style.css

54 lines
682 B
CSS
Raw Normal View History

2020-03-01 17:19:59 +13:00
window * {
background: none;
color: greenyellow;
box-shadow: none;
text-decoration: none;
}
2020-04-15 16:06:30 +12:00
button {
border: none;
border-radius: 20em;
2020-03-01 17:19:59 +13:00
}
2020-04-15 16:06:30 +12:00
window {
background-color: black;
2020-03-01 17:19:59 +13:00
}
2020-03-01 17:19:59 +13:00
label {
font-weight: bold;
}
button:active {
background-color: greenyellow;
color: black;
}
button:active label {
color: black;
}
2020-04-15 16:06:30 +12:00
hdykeypad > button label{
font-size: 5em;
font-weight: bold;
padding: 10px;
}
2020-04-15 16:06:30 +12:00
.login_btn > label {
font-size: 2em;
background-clip: padding-box;
padding: 0.5em;
}
.pin, .prompt {
font-size: 2em;
}
2020-04-17 15:52:01 +12:00
popover {
background-color: black;
font-size: 2em;
}
popover radiobutton {
padding: 1em;
}