summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-29 18:28:05 -0400
committerJules Laplace <jules@okfoc.us>2016-09-29 18:28:05 -0400
commit51d15907484032cf47d5e7b5beffede4d9a1f791 (patch)
tree02a28be18a59f3707a2c532f38cd25bb728dbc4c /themes
parenta8548c44ac08ce2aa41102494d4c0a9ba81a4023 (diff)
delete button colorv0.2.0
Diffstat (limited to 'themes')
-rw-r--r--themes/okadmin/public/css/main.css8
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;