Merge pull request #1048 from batuhawk/master

Dashboard date style updated
This commit is contained in:
Batuhan Baş 2019-12-28 13:16:40 +03:00 committed by GitHub
commit 24c36203e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
public/css/custom.css vendored
View File

@ -60,7 +60,9 @@
/*--------Date Style--------*/ /*--------Date Style--------*/
.el-date-table td.today span .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 .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 .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 .el-date-table td.in-range div
{ {
background-color: #55588b !important; background-color: #3c3f72 !important;
color: #ffffff !important; color: #ffffff !important;
} }
@ -922,8 +924,8 @@ table .align-items-center td span.badge {
width: 100%; width: 100%;
height: 40px; height: 40px;
font-size: .875rem; font-size: .875rem;
padding: .425rem 1.25rem; padding: .425rem;
margin-top: 0.5rem; margin-top: 16px;
} }
.header-button-bottom .header-button-bottom