diff options
Diffstat (limited to 'styles/zenburn-light.css')
-rw-r--r-- | styles/zenburn-light.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/styles/zenburn-light.css b/styles/zenburn-light.css index 19d9262..63ca5c3 100644 --- a/styles/zenburn-light.css +++ b/styles/zenburn-light.css @@ -177,6 +177,9 @@ img { margin-top: 5px; margin-left: 10px; width: 250px; + background: #656565; + border: none; + padding: 1px; } .submit_comment_text { @@ -186,6 +189,9 @@ img { margin-top: 5px; margin-left: 19px; width: 250px; + background: #656565; + border: none; + padding: 1px; } .submit_comment_quiz { @@ -195,8 +201,18 @@ img { margin-top: 5px; margin-left: 13px; width: 50px; + background: #656565; + border: none; + padding: 1px; } .submit_comment_button { margin: 10px 0px 5px 45px; + border: 1px solid #656565; + background: #656565; } + + .submit_comment_button:active { + background: #575757; + } + |