Compare commits

...

2 Commits

Author SHA1 Message Date
06805d6245 Merge branch '2025' into main 2025-08-04 03:15:18 +00:00
94af5b761a fix some hovering effects 2025-08-01 14:57:13 +07:00

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 {
}