1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-24 21:44:25 +00:00

fix login button position, add pointer cursor, remove input outline in FF

This commit is contained in:
d47081 2023-11-11 08:14:22 +02:00
parent 804e07490e
commit 52a8d25a05

View File

@ -1,5 +1,9 @@
@import url("palette.css");
*:focus {
outline: none;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
@ -20,6 +24,14 @@ select {
padding: 4px;
}
input[type="button"],
input[type="submit"],
button {
cursor: pointer;
margin: 4px 0;
padding: 4px 16px;
}
.col {
display: inline-block;
vertical-align: middle;