diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-29 16:52:22 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-29 16:52:22 -0400 |
| commit | e100d79a376a46cfcace0ec9085d1445e5f0f0c2 (patch) | |
| tree | 44a2c174b2beb44f4b17f5579026e25dddf70942 /themes/okadmin/public/css/main.css | |
| parent | 8952389c16bd1b9c732a1afd985214cec40a6c2d (diff) | |
button styles
Diffstat (limited to 'themes/okadmin/public/css/main.css')
| -rw-r--r-- | themes/okadmin/public/css/main.css | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index f0069d0..24f7100 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -170,11 +170,22 @@ h2 { font-family: Roboto, sans-serif; } -.main.index .resource-category .btn { +.btn { + text-transform: lowercase; font-family: Roboto, sans-serif; } -.main.index .resource-category .btn:hover {} +.btn:hover, +.main.index .resource-category nav a:hover, +.add-image-button:hover button { + color: white; + background: #ddd; +} + +.main.resource form button[type="submit"]:hover, +.main.index .resource-category nav a.btn.add-btn:hover { + background: #666; +} .add-btn:after { content: " Add Item"; @@ -361,13 +372,14 @@ input[type=submit] { .main.resource form#delete_form button { float: right; - background:red; + color: white; + background: red; margin-bottom: 50px } - .main.resource form#delete_form button:hover { - background:black; + background: #ddd; + color: red; } .main.resource form button[type="submit"]{ background: black; |
