design dark mode tab detail & turns & working days

This commit is contained in:
Ehsan
2024-09-29 11:50:10 +03:30
parent ffe60530b7
commit 3797a88318
6 changed files with 31 additions and 39 deletions
+20
View File
@@ -524,6 +524,22 @@ html {
fill: #5559ce !important;
}
.dark .table-profile-page .MuiTableContainer-root {
border-bottom: 1px solid #343645 !important;
}
.table-profile-page .MuiTableContainer-root {
border-bottom: 1px solid #dbdbdb !important;
}
.dark .table-profile-page .MuiTableContainer-root {
border-bottom: 1px solid #343645 !important;
}
.dark .table-profile-page .MuiTableRow-root th {
border: 1px solid #343645 !important;
}
@media (max-width: 1024px) {
.day-label-bar-inner-rtl,
.panel-jalaali,
@@ -545,6 +561,10 @@ html {
border-color: #35343d !important;
}
.dark .Mui-focused .MuiOutlinedInput-notchedOutline {
border-color: #5559ce !important;
}
.dark .MuiList-root {
background: #1f1d2b !important;
color: #a1a1a1 !important;