From 54f10b163bd93e2edbb4b9db02a15255263f2bfe Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Sat, 28 Dec 2019 13:16:07 +0300 Subject: [PATCH] dashboard date style updated --- public/css/custom.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 283989f03..4fd456779 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -60,7 +60,9 @@ /*--------Date Style--------*/ .el-date-table td.today span { - color: #3c3f72 !important; + color: #ffffff !important; + border: 1px solid #3c3f72; + background-color: #3c3f72; } .el-date-table td.end-date span, .el-date-table td.start-date span @@ -83,12 +85,12 @@ .el-date-table td.today.end-date span, .el-date-table td.today.start-date span { - color: #ffffff !important; + color: #ffffff; } .el-date-table td.in-range div { - background-color: #55588b !important; + background-color: #3c3f72 !important; color: #ffffff !important; } @@ -922,8 +924,8 @@ table .align-items-center td span.badge { width: 100%; height: 40px; font-size: .875rem; - padding: .425rem 1.25rem; - margin-top: 0.5rem; + padding: .425rem; + margin-top: 16px; } .header-button-bottom