Improve close button hover effect
This commit is contained in:
parent
049552697e
commit
1dcacae78c
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ class WindowCloseButton(TextualButton):
|
|||
color: white;
|
||||
}
|
||||
WindowCloseButton:hover {
|
||||
background: white 10%;
|
||||
background: black;
|
||||
border: none;
|
||||
}
|
||||
WindowCloseButton:focus {
|
||||
text-style: bold;
|
||||
|
|
|
|||
Loading…
Reference in a new issue