wlogout: change hover styles for buttons
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user