From 70cc37b91470fc791b4a305eb5526fbcf99e9ff7 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Thu, 24 Jul 2014 13:12:21 +0400 Subject: [PATCH] change background color buttons --- stylesheets/buttons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/buttons.css b/stylesheets/buttons.css index c9b1afd..5c4b99d 100644 --- a/stylesheets/buttons.css +++ b/stylesheets/buttons.css @@ -5,7 +5,7 @@ input[type="submit"]{ -moz-border-radius: 4; border-radius: 4px; color: #647082; - background: #fafafc; + background: #fff; padding: 4px 7px 4px 7px; text-decoration: none; font-size: 15px;