From 51d15907484032cf47d5e7b5beffede4d9a1f791 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 29 Sep 2016 18:28:05 -0400 Subject: delete button color --- themes/okadmin/public/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/okadmin/public/css') diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index bf139a3..15d96ac 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -377,14 +377,14 @@ input[type=submit] { .main.resource form#delete_form button { float: right; - color: white; - background: red; + color: red; + background: #ccc; margin-bottom: 50px } .main.resource form#delete_form button:hover { - background: #ccc; - color: red; + background: red; + color: white; } .main.resource form button[type="submit"]{ background: #000; -- cgit v1.2.3-70-g09d2