did a bunch of stoof
This commit is contained in:
@@ -1,38 +1,28 @@
|
||||
* {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
window {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
background-color: rgba(12, 12, 12, 0.9);
|
||||
}
|
||||
button {
|
||||
color: #BD93F9;
|
||||
font-family: "Hack";
|
||||
|
||||
border-radius: 0px;
|
||||
margin: 10px;
|
||||
color: #ffffff;
|
||||
background-color: #1e1e1e;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
||||
border-width: 10px;
|
||||
border-radius: 25px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
background-size: 20%;
|
||||
}
|
||||
|
||||
button:focus,
|
||||
button:active,
|
||||
button:hover {
|
||||
background-color: #BD93F9;
|
||||
background-color: #333333;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
#lock
|
||||
#logout,
|
||||
#suspend,
|
||||
#hibernate,
|
||||
#shutdown,
|
||||
#reboot {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(
|
||||
url("/usr/share/wlogout/icons/lock.png"),
|
||||
|
||||
Reference in New Issue
Block a user