mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +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;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
border: 3px dashed rgba(255, 255, 255, 0.65);
|
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);
|
border: 3px dashed rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user