diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-29 18:07:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-29 18:07:55 -0400 |
| commit | a8548c44ac08ce2aa41102494d4c0a9ba81a4023 (patch) | |
| tree | 80a673fb7222c0aaa06efd1b459e5248cb35a1f0 /themes/okadmin/public/css/main.css | |
| parent | c05578b9d5cc0b69cc2a2e31cc0e36a40b09f683 (diff) | |
additional edits
Diffstat (limited to 'themes/okadmin/public/css/main.css')
| -rw-r--r-- | themes/okadmin/public/css/main.css | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index 73b2727..bf139a3 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -142,7 +142,7 @@ h2 { } .main.index .resource-category nav a:last-child { - background: #333; + background: #000; color: white; } @@ -164,7 +164,7 @@ h2 { /* Makes the button look like a link */ .main.index .resource-category button { - background: #333; + background: #000; color: white; border: none; padding: 10px; @@ -181,13 +181,15 @@ h2 { .btn:hover, .main.index .resource-category nav a:hover, .add-image-button:hover button { - color: white; - background: #bbb; + color: #fff; + background: #888; } +.main.index .resource-category button:hover, .main.resource form button[type="submit"]:hover, .main.index .resource-category nav a.btn.add-btn:hover { background: #000; + color: #ff8; } .add-btn:after { @@ -385,9 +387,9 @@ input[type=submit] { color: red; } .main.resource form button[type="submit"]{ - background: #333; - font-size: 17px; - padding:10px; + background: #000; + font-size: 17px; + padding:10px; } .main.resource form ol { margin: 0; |
