wlogout: change hover styles for buttons

This commit is contained in:
2022-09-18 11:53:03 +03:00
parent 0f3a3168dd
commit acf9329401

View File

@@ -6,7 +6,7 @@ window {
}
button {
color: #cbccc6;
border: none;
border: 1px solid transparent;
background-color: #202734;
background-repeat: no-repeat;
background-position: center;
@@ -19,12 +19,15 @@ button {
}
button:focus,
button:active,
button:hover {
button:active {
background-color: #ffa759;
outline-style: none;
}
button:hover {
border-color: #ffa759;
}
#lock {
background-image: image(
url("/usr/share/wlogout/icons/lock.png"),