diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-20 18:00:19 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-20 18:00:19 -0800 |
commit | a8a626c96a699ceb6cfda0ed81a9910ed8ae9991 (patch) | |
tree | d6921b9b02dfc4651cbc7f7f623a295367d0e968 /system/admin/static | |
parent | f6b39f22c712a11842b83e12879c1ef899337291 (diff) |
fixing scope of FileRepeater and minor css updates
Diffstat (limited to 'system/admin/static')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 4d6e444..9cba7d0 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -221,4 +221,8 @@ li:hover .quick-delete-post, li:hover .delete-user { .approve-details { text-align: right; padding: 10px 0 !important; +} + +select { + border: 1px solid #e2e2e2; }
\ No newline at end of file |