diff options
| -rw-r--r-- | themes/okadmin/public/css/main.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index 24f7100..73b2727 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -42,7 +42,10 @@ a {} .main.index .resource-list a.disabled { display: block; text-decoration: line-through; - opacity: 0.5; + color: #aaa; +} +.main.index .resource-list a.disabled:hover { + color: #888; } .main.index .resource-list a:hover { @@ -139,7 +142,7 @@ h2 { } .main.index .resource-category nav a:last-child { - background: black; + background: #333; color: white; } @@ -161,7 +164,7 @@ h2 { /* Makes the button look like a link */ .main.index .resource-category button { - background: black; + background: #333; color: white; border: none; padding: 10px; @@ -179,12 +182,12 @@ h2 { .main.index .resource-category nav a:hover, .add-image-button:hover button { color: white; - background: #ddd; + background: #bbb; } .main.resource form button[type="submit"]:hover, .main.index .resource-category nav a.btn.add-btn:hover { - background: #666; + background: #000; } .add-btn:after { @@ -378,11 +381,11 @@ input[type=submit] { } .main.resource form#delete_form button:hover { - background: #ddd; + background: #ccc; color: red; } .main.resource form button[type="submit"]{ - background: black; + background: #333; font-size: 17px; padding:10px; } @@ -425,6 +428,7 @@ input[type=submit] { .main.resource form .group input[type=text].link-input-new { width: 13.05em; padding: 0 0 0 0.5em; + margin: 1px; } .handle { |
