From ee426cf59786ca85ee8eaa5c9174200db302e95b Mon Sep 17 00:00:00 2001 From: Yuki K Date: Wed, 14 Sep 2016 18:07:13 -0400 Subject: [PATCH] TESTING - Better Color for text box and selections boxes --- .../assets/application-0b1f0761b0f488c409a80b516518e0e1.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css index 150a29b..a7de890 100644 --- a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css +++ b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css @@ -1101,6 +1101,7 @@ input { color: #b39393; border-style: solid; border-width: 0px 0px 1px 0px; + margin: 4px 4px 4px 0; border-color: darkred; } HTML.webkit input[type=file] { color: #FFF } @@ -1112,6 +1113,10 @@ input[type=text]:focus { background: #401212; color: #d8d1d1; } +input[type=button] { + background: #d8d1d1; + color: #401212; +} label { font-weight: bold; white-space: nowrap;