mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
data-theme to data-bs-theme
This commit is contained in:
parent
f6c0e3d0b6
commit
ef70eaded8
|
@ -157,14 +157,14 @@ onMounted(async () => {
|
|||
}
|
||||
}
|
||||
|
||||
[data-theme='light'] .add-pairlist {
|
||||
[data-bs-theme='light'] .add-pairlist {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.empty {
|
||||
border: 3px dashed rgba(255, 255, 255, 0.65);
|
||||
|
||||
[data-theme='light'] & {
|
||||
[data-bs-theme='light'] & {
|
||||
border: 3px dashed rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user