summaryrefslogtreecommitdiff
path: root/system/admin/static/dashboard
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-12 13:01:05 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-12 13:01:05 -0800
commitc9137cfa590a73e32eef4e87d6d3b23e8e02f2c8 (patch)
tree2a1e6cc62dc65ff0c98262a386dc77f564530222 /system/admin/static/dashboard
parentbb77182ca41c420c3fcbf9f0754e604e336bead6 (diff)
update ui for admin addons page to have more data
Diffstat (limited to 'system/admin/static/dashboard')
-rw-r--r--system/admin/static/dashboard/css/admin.css12
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;