summaryrefslogtreecommitdiff
path: root/system/admin/static
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-01-12 16:19:00 -0800
committerGitHub <noreply@github.com>2017-01-12 16:19:00 -0800
commit21b9f301c5e1305c3be4e260161d2495bca059de (patch)
tree3be88e282bb9801b5b0354f89c5fe127996b0b6a /system/admin/static
parentad96d5fa100615ada7ae8f06e75088f9297122fd (diff)
[addons] Expanding basic addon framework (#29)
Diffstat (limited to 'system/admin/static')
-rw-r--r--system/admin/static/dashboard/css/admin.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css
index ce533a4..a977afb 100644
--- a/system/admin/static/dashboard/css/admin.css
+++ b/system/admin/static/dashboard/css/admin.css
@@ -191,6 +191,23 @@ li:hover .quick-delete-post, li:hover .delete-user {
top: -10px;
}
+tr.default-fields, tr.editor-fields {
+ margin-top: 20px;
+ 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;