mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-02-08 15:58:53 +01:00
Merge pull request #29 from emilio/popup
Fix overflowing inputs on some platforms.
This commit is contained in:
commit
1c96a3354a
@ -86,11 +86,19 @@ footer a.button {
|
|||||||
|
|
||||||
input[type=url], select {
|
input[type=url], select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=url] {
|
||||||
|
padding: 1px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
-moz-appearance: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox-label {
|
.checkbox-label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user