diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-29 18:28:05 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-29 18:28:05 -0400 |
| commit | 51d15907484032cf47d5e7b5beffede4d9a1f791 (patch) | |
| tree | 02a28be18a59f3707a2c532f38cd25bb728dbc4c /themes | |
| parent | a8548c44ac08ce2aa41102494d4c0a9ba81a4023 (diff) | |
delete button colorv0.2.0
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/okadmin/public/css/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
