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