diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-12 13:01:05 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-12 13:01:05 -0800 |
commit | c9137cfa590a73e32eef4e87d6d3b23e8e02f2c8 (patch) | |
tree | 2a1e6cc62dc65ff0c98262a386dc77f564530222 /system/admin/static | |
parent | bb77182ca41c420c3fcbf9f0754e604e336bead6 (diff) |
update ui for admin addons page to have more data
Diffstat (limited to 'system/admin/static')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index f986fbe..a977afb 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -196,6 +196,18 @@ tr.default-fields, tr.editor-fields { margin-bottom: 20px; } +.addon-meta a { + color: #7e7e7e; + text-decoration: underline; + font-style: italic; +} + +.addon-meta { + display: block; + color: #9e9e9e; + font-size: 12px; +} + /* OVERRIDE Bootstrap + Materialize conflicts */ .iso-texteditor.input-field label { color: #9e9e9e; |