diff options
Diffstat (limited to 'system/admin/static/dashboard')
-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; |