mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
set placeholder color
This commit is contained in:
parent
078d418684
commit
0092f81f0b
@ -449,12 +449,22 @@
|
||||
background-color: var(--background-color-accent);
|
||||
|
||||
color: var(--text-color);
|
||||
|
||||
::placeholder {
|
||||
color: var(--text-color);
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-input-affix-wrapper {
|
||||
background-color: var(--background-color-accent);
|
||||
|
||||
color: var(--text-color);
|
||||
|
||||
::placeholder {
|
||||
color: var(--text-color);
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-input-affix-wrapper-status-error {
|
||||
@ -500,11 +510,11 @@
|
||||
.ant-notification-notice {
|
||||
.ant-notification-notice-with-icon {
|
||||
.ant-notification-notice-message {
|
||||
margin-inline-start: 46px!important;
|
||||
margin-inline-start: 46px !important;
|
||||
}
|
||||
|
||||
.ant-notification-notice-description {
|
||||
margin-inline-start: 46px!important;
|
||||
margin-inline-start: 46px !important;
|
||||
}
|
||||
|
||||
.ant-notification-notice-icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user