Update custom.css

This commit is contained in:
Tara Rostami 2023-12-12 09:36:28 +03:30 committed by GitHub
parent 30fae5763c
commit b0c98db15a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -790,16 +790,22 @@ style attribute {
.has-warning .ant-input, .has-warning .ant-input,
.has-warning .ant-input:hover { .has-warning .ant-input:hover {
background-color: #fff6e6; background-color: #ffeee1;
border-color: #ffd98c; border-color: #fec093;
} }
.has-warning .ant-input::placeholder { .has-warning .ant-input::placeholder {
color: #faad14; color: #f37b24;
} }
.has-warning .ant-input:not([disabled]):hover { .has-warning .ant-input:not([disabled]):hover {
border-color: #ffd98c; border-color: #fec093;
}
.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon, .ant-modal-confirm-warning .ant-modal-confirm-body>.anticon,
.ant-alert-warning .ant-alert-icon,
.has-warning.has-feedback .ant-form-item-children-icon {
color: #f37b24;
} }
.dark .has-warning .ant-input, .dark .has-warning .ant-input,
@ -1040,6 +1046,16 @@ li.ant-select-dropdown-menu-item:empty:after {
overflow: clip; overflow: clip;
} }
.tag-of-wrap {
text-wrap: pretty;
overflow-wrap: anywhere;
max-width: 200px;
}
.ant-modal-body {
overflow-x: auto;
}
.ant-calendar-year-panel-year:hover, .ant-calendar-year-panel-year:hover,
.ant-calendar-decade-panel-decade:hover, .ant-calendar-decade-panel-decade:hover,
.ant-calendar-month-panel-month:hover, .ant-calendar-month-panel-month:hover,