From a9874b50c523be5cdaf3b21bd0c16049fccea8bc Mon Sep 17 00:00:00 2001 From: Yuki K Date: Wed, 14 Sep 2016 18:13:23 -0400 Subject: [PATCH] TESTING - Better Color for text box and selections boxes --- ...pplication-0b1f0761b0f488c409a80b516518e0e1.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css index a7de890..87e9741 100644 --- a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css +++ b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css @@ -1096,7 +1096,7 @@ img { vertical-align: middle; } input { - padding: 0 0 .2em 0; + padding: 0.2em; background: transparent; color: #b39393; border-style: solid; @@ -1105,17 +1105,13 @@ input { border-color: darkred; } HTML.webkit input[type=file] { color: #FFF } -input[type=password]:focus { +input[type=text]:focus,input[type=password]:focus { background: #401212; color: #d8d1d1; } -input[type=text]:focus { - background: #401212; - color: #d8d1d1; -} -input[type=button] { - background: #d8d1d1; - color: #401212; +input[type=button],input[type=submit] { + background: darkred; + color: #b39393; } label { font-weight: bold;