Skip to content

Commit

Permalink
Style Custom CSS Section in Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 16, 2023
1 parent f07759c commit c309561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/css/application-branding.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,20 +262,20 @@ input#form-username, input#form-password {
border-radius: 4px;
}

textarea#form-login_message {
textarea#form-login_message, textarea#form-app_branding_custom_head_css {
width: 100%;
height: 50%;
}

textarea.login-message-textarea, textarea.meta-desc-textarea {
textarea.login-message-textarea, textarea.meta-desc-textarea, textarea.custom-head-css {
background: #D8E2F9;
}

.username-input::placeholder, .username-input::-webkit-input-placeholder, .password-input::placeholder, .password-input::-webkit-input-placeholder, .captcha-input::placeholder, .captcha-input::-webkit-input-placeholder, #form-username::placeholder, #form-username::-webkit-input-placeholder {
color: #4D4D4D !important;
}

textarea.login-message-textarea::placeholder, textarea.login-message-textarea::-webkit-input-placeholder, textarea.meta-desc-textarea::placeholder, textarea.meta-desc-textarea::-webkit-input-placeholder {
textarea.login-message-textarea::placeholder, textarea.login-message-textarea::-webkit-input-placeholder, textarea.meta-desc-textarea::placeholder, textarea.meta-desc-textarea::-webkit-input-placeholder, textarea.custom-head-css::placeholder, textarea.custom-head-css::-webkit-input-placeholder {
color: #4D4D4D !important;
}

Expand Down

0 comments on commit c309561

Please sign in to comment.