mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update custom.css
This commit is contained in:
parent
2b420bd517
commit
3375ba1ec1
1 changed files with 11 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
--dark-color-codemirror-line-selection: rgba(0, 135, 113, 0.3);
|
--dark-color-codemirror-line-selection: rgba(0, 135, 113, 0.3);
|
||||||
--dark-color-login-background: var(--dark-color-background);
|
--dark-color-login-background: var(--dark-color-background);
|
||||||
--dark-color-login-wave: var(--dark-color-surface-200);
|
--dark-color-login-wave: var(--dark-color-surface-200);
|
||||||
|
--dark-color-tooltip: rgba(61, 76, 104, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme='ultra-dark'] {
|
html[data-theme='ultra-dark'] {
|
||||||
|
@ -69,6 +70,7 @@ html[data-theme='ultra-dark'] {
|
||||||
--dark-color-codemirror-line-selection: rgba(85, 85, 85, 0.4);
|
--dark-color-codemirror-line-selection: rgba(85, 85, 85, 0.4);
|
||||||
--dark-color-login-background: #0a2227;
|
--dark-color-login-background: #0a2227;
|
||||||
--dark-color-login-wave: #0f2d32;
|
--dark-color-login-wave: #0f2d32;
|
||||||
|
--dark-color-tooltip: rgba(88, 93, 100, 0.9);
|
||||||
.ant-dropdown-menu-dark {
|
.ant-dropdown-menu-dark {
|
||||||
background-color: var(--dark-color-surface-500);
|
background-color: var(--dark-color-surface-500);
|
||||||
}
|
}
|
||||||
|
@ -1276,3 +1278,12 @@ b, strong {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .ant-tooltip-inner,
|
||||||
|
.dark .ant-tooltip-arrow:before {
|
||||||
|
background-color: var(--dark-color-tooltip);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-sm .ant-select-selection__rendered {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue