From bedad011c939c91a0bdfc82a2037c53b39a05bf8 Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Tue, 30 Jan 2018 23:38:27 +0800 Subject: [PATCH] Add style for row highlighting for datatables --- public/assets/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index c3219708..41ae33cb 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -114,6 +114,17 @@ span.has-danger, cursor: pointer; } +.m-table__row--danger td { + background-color: #f4516c !important; + color: #fff !important; +} + +.m-table__row--danger td > span, +.m-table__row--danger td > span a, +.m-table__row--danger td > span a i { + color: #fff !important; +} + @media (min-width: 995px) { .modal-lg { max-width: 1024px;