From 43fa2be8b4844be154babda79220acf4c9502367 Mon Sep 17 00:00:00 2001 From: Yuki K Date: Wed, 14 Sep 2016 17:58:18 -0400 Subject: [PATCH] TESTING - Better Color for text box and selections boxes More Updates --- ...ication-0b1f0761b0f488c409a80b516518e0e1.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css index 10f7331..150a29b 100644 --- a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css +++ b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css @@ -1105,12 +1105,12 @@ input { } HTML.webkit input[type=file] { color: #FFF } input[type=password]:focus { - background: #FFC; - color: #000; + background: #401212; + color: #d8d1d1; } input[type=text]:focus { - background: #FFC; - color: #000; + background: #401212; + color: #d8d1d1; } label { font-weight: bold; @@ -1191,11 +1191,16 @@ textarea { padding: 0 .3em; font-family: sans-serif; font-size: 1.2em; + background: transparent; + color: #b39393; + border-style: solid; + border-width: 1px; + border-color: darkred; } textarea.no-block { display: inline } textarea:focus { - background: #FFC; - color: #000; + background: #401212; + color: #d8d1d1; } ul { margin: 0 0 1em 0 } ul.bare-list li { list-style-type: none }