mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
fix checkbox/radio buttons for some browsers
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
172aff1c2b
commit
7a14f45904
2 changed files with 4 additions and 0 deletions
|
@ -2546,6 +2546,8 @@ input[type="search"] {
|
|||
input[type="checkbox"], input[type="radio"] {
|
||||
border: 1px #999 solid;
|
||||
margin: 0 0 0 0;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
}
|
||||
input[type="submit"], input[type="button"] {
|
||||
background-color: #eee;
|
||||
|
|
|
@ -2547,6 +2547,8 @@ input[type="search"] {
|
|||
input[type="checkbox"], input[type="radio"] {
|
||||
border: 1px #999 solid;
|
||||
margin: 0 0 0 0;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
}
|
||||
input[type="submit"], input[type="button"] {
|
||||
background-color: #555753;
|
||||
|
|
Loading…
Reference in a new issue