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:
parent
52a8d25a05
commit
1a4807a0c0
@ -22,6 +22,12 @@ select {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*table { border-collapse: collapse; border-spacing: 0; }*/
|
||||
|
||||
:focus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user