diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-18 23:25:41 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-18 23:25:41 -0700 |
commit | 1b76c6ae8bf65def5d3e0e042cb7087b5f13bca9 (patch) | |
tree | fba5c085e817c63020d0b071b45121357eab0167 /system/admin/static | |
parent | 3c32a01d540844354c96383c640443e99a5030a7 (diff) |
changing UI for quick-delete-post button
Diffstat (limited to 'system/admin/static')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 5dda604..4d1275f 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -176,6 +176,8 @@ li:hover .quick-delete-post { cursor: pointer; color: #F44336; text-transform: uppercase; + font-size: 11px; + font-weight: bold; } |