mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 19:14:53 +00:00
Input CSS fixes
This commit is contained in:
parent
68a56cc854
commit
b800a52a0e
@ -158,6 +158,9 @@ input {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
/*Fix for inner shadow on iOS*/
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#settings-modal .modal-footer button.encryption-inactive {
|
||||
|
Loading…
x
Reference in New Issue
Block a user