design theme dark in general information page
This commit is contained in:
@@ -512,6 +512,18 @@ html {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.radio-mui * {
|
||||
transition: 0.1s ease !important;
|
||||
}
|
||||
|
||||
.dark .MuiSvgIcon-root {
|
||||
color: #a1a1a1 !important;
|
||||
}
|
||||
|
||||
.dark .Mui-checked .MuiSvgIcon-root {
|
||||
fill: #5559ce !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.day-label-bar-inner-rtl,
|
||||
.panel-jalaali,
|
||||
@@ -629,3 +641,13 @@ html {
|
||||
background: #1f1d2b !important;
|
||||
box-shadow: 0px 0px 14.2px 0px rgba(74, 73, 73, 0.19) !important;
|
||||
}
|
||||
|
||||
.dark .MuiTabs-scroller,
|
||||
.dark .MuiTabs-flexContainer {
|
||||
border-bottom-color: #343645 !important;
|
||||
}
|
||||
|
||||
.dark .MuiTabs-root .MuiButtonBase-root {
|
||||
font-weight: 400 !important;
|
||||
color: #a1a1a1 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user