From 3111bdd3a0d9ed637c63602e340e3eef555166af Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 3 Apr 2012 16:18:15 -0400 Subject: [PATCH] Added specificity to the input styles for password reset --- static/css/application.css | 4 ++-- templates/sass/_profile.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/application.css b/static/css/application.css index 8cc48307f1..0881442571 100644 --- a/static/css/application.css +++ b/static/css/application.css @@ -3524,7 +3524,7 @@ div.profile-wrapper section.user-info ul li p { div.profile-wrapper section.user-info ul li a.deactivate { color: #aaa; font-style: italic; } -div.profile-wrapper section.user-info ul li input { +div.profile-wrapper section.user-info ul li input#pwd_reset_button { background: none; border: none; -webkit-box-shadow: none; @@ -3539,7 +3539,7 @@ div.profile-wrapper section.user-info ul li input { right: 11.326px; text-transform: uppercase; top: 9px; } -div.profile-wrapper section.user-info ul li input:hover { +div.profile-wrapper section.user-info ul li input#pwd_reset_button:hover { color: #555; } div.profile-wrapper section.user-info div#change_password_pop { border-bottom: 1px solid #d3d3d3; diff --git a/templates/sass/_profile.scss b/templates/sass/_profile.scss index 2410806bed..4662248baa 100644 --- a/templates/sass/_profile.scss +++ b/templates/sass/_profile.scss @@ -104,7 +104,7 @@ div.profile-wrapper { font-style: italic; } - input { + input#pwd_reset_button { background: none; border: none; @include box-shadow(none);