Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18234947 authored by Ronak Patel's avatar Ronak Patel Committed by Akhil
Browse files

Class name changes to correct regression

parent 45be920f
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
#personal-settings {

    .email-actions-container,
    .email-container+em,
    .email__actions-container,
    .email+em,
    .personal-settings-setting-box label[for="email"]~.add-button {
        display: none;
    }

	input:read-only {
		background-color: #e0e0e0;
	}
}
+1 −1
Original line number Diff line number Diff line
$(document).ready(function () {
    $('.email-container input[name="email"]').prop('readonly', true);
    $('.personal-settings-setting-box #email').prop('readonly', true);
})