Input CSS fixes

This commit is contained in:
Alan Friedman 2016-01-12 08:47:35 -05:00
parent 68a56cc854
commit b800a52a0e

View File

@ -158,6 +158,9 @@ input {
position: absolute; position: absolute;
right: 0; right: 0;
width: 100%; width: 100%;
/*Fix for inner shadow on iOS*/
-webkit-appearance: none;
border-radius: 0px;
} }
#settings-modal .modal-footer button.encryption-inactive { #settings-modal .modal-footer button.encryption-inactive {