Fix for settings modal showing both footer buttons

This commit is contained in:
Alan Friedman 2016-01-11 12:59:37 -05:00
parent ca18da8504
commit fc60050ee1

View File

@ -160,6 +160,10 @@ input {
width: 100%;
}
#settings-modal .modal-footer button.encryption-inactive {
display: none;
}
#first-modal .modal-footer button.encryption-inactive {
display: none;
}