added new billing ElementSearcher style
This commit is contained in:
@ -210,6 +210,15 @@ body {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.ES {
|
||||
color: black;
|
||||
background: radial-gradient(rgb(111, 255, 209), rgb(1, 113, 52)) !important;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .ES {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.left {
|
||||
text-align: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user