fix some hovering effects

This commit is contained in:
nnduc
2025-08-01 14:57:13 +07:00
parent e4e6c4e7b1
commit 94af5b761a

View File

@ -83,6 +83,15 @@ tooltip label{
background: @bg_hover;
color: @content_main;
}
button {
border: none;
border-radius: 0;
}
button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: inherit;
}
#taskbar {
}