mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-26 22:44:36 +00:00
fix login button position, add pointer cursor, remove input outline in FF
This commit is contained in:
parent
804e07490e
commit
52a8d25a05
@ -1,5 +1,9 @@
|
|||||||
@import url("palette.css");
|
@import url("palette.css");
|
||||||
|
|
||||||
|
*:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -20,6 +24,14 @@ select {
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="button"],
|
||||||
|
input[type="submit"],
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 4px 0;
|
||||||
|
padding: 4px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.col {
|
.col {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user