diff options
Diffstat (limited to 'themes/okadmin/public')
| -rw-r--r-- | themes/okadmin/public/css/main.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index 15d96ac..3aec0ac 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -163,7 +163,7 @@ h2 { /* Makes the button look like a link */ -.main.index .resource-category button { +button, .btn { background: #000; color: white; border: none; @@ -437,8 +437,13 @@ input[type=submit] { display: block; width: 1em; height: 2em; - background: #ddd; + background: #f8f8f8; float: left; + clear: left; +} + +li .handle { + background: #ddd; } .main.resource form .links li { |
