diff --git a/themes/night/night.css b/themes/night/night.css index c92ff18e..b62f3128 100644 --- a/themes/night/night.css +++ b/themes/night/night.css @@ -163,7 +163,8 @@ input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { - -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important; + background-color: #eee !important; + -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important; -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important; box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important; }