design dark mode tab detail & turns & working days
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user