1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 12:34:19 +00:00

add global cursor pointer effect for the form buttons

This commit is contained in:
d47081 2023-11-11 08:17:02 +02:00
parent 52a8d25a05
commit 1a4807a0c0

View File

@ -22,6 +22,12 @@ select {
padding: 4px; padding: 4px;
} }
input[type="button"],
input[type="submit"],
button {
cursor: pointer;
}
/*table { border-collapse: collapse; border-spacing: 0; }*/ /*table { border-collapse: collapse; border-spacing: 0; }*/
:focus { :focus {