From b05a50baf07220234cd17c0ff6a3033adfb33e74 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 10 Nov 2013 11:00:50 -0500 Subject: Change colour of normal state delete button --- assets/css/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/application.css b/assets/css/application.css index 1c6d241..1dcfc0b 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -168,8 +168,8 @@ header { .button.red{ - background-color: #887c7c; - border-color: #887c7c; + background-color: #882222; + border-color: #882222; color: #eee; text-shadow: 0px 1px 2px rgba(0,0,0,0.9); -webkit-box-shadow: 0px 4px 1px 0px rgba(92, 5, 5, 1); -- cgit v1.2.3