From c9137cfa590a73e32eef4e87d6d3b23e8e02f2c8 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 12 Jan 2017 13:01:05 -0800 Subject: update ui for admin addons page to have more data --- system/admin/static/dashboard/css/admin.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'system/admin/static/dashboard/css') 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; -- cgit v1.2.3