diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 80eb6e0ca..d70e18ee6 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -832,7 +832,7 @@ textarea { } textarea:focus, input[type="text"]:focus { border: solid 1px #4690d6; - background: #e4ecf5; + background-color: #e4ecf5; color:#333333; } .submit_button { |