summaryrefslogtreecommitdiff
path: root/system/admin/static/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/static/dashboard')
-rw-r--r--system/admin/static/dashboard/css/admin.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css
index 7da4154..e23658e 100644
--- a/system/admin/static/dashboard/css/admin.css
+++ b/system/admin/static/dashboard/css/admin.css
@@ -158,6 +158,29 @@ footer p {
margin-left: 10px;
}
+span.post-detail {
+ font-size: 11px;
+ color: #9e9e9e;
+ font-style: italic;
+}
+
+.quick-delete-post {
+ display: none;
+}
+
+li:hover .quick-delete-post {
+ display: inline-block;
+}
+
+.quick-delete-post span {
+ cursor: pointer;
+ color: #F44336;
+ text-transform: uppercase;
+ font-size: 11px;
+ font-weight: bold;
+ margin-right: 20px;
+}
+
/* OVERRIDE Bootstrap + Materialize conflicts */
.iso-texteditor.input-field label {