mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
improved light theme styling
This commit is contained in:
parent
8606115064
commit
64d165828b
|
@ -14,7 +14,7 @@
|
|||
<span class="text-small">{{ pairlist.description }}</span>
|
||||
</div>
|
||||
<b-button
|
||||
class="p-0"
|
||||
class="p-0 add-pairlist"
|
||||
style="border: none"
|
||||
variant="outline-light"
|
||||
:disabled="pairlistStore.config.pairlists.length == 0 && !pairlist.is_pairlist_generator"
|
||||
|
@ -148,9 +148,17 @@ onMounted(async () => {
|
|||
}
|
||||
}
|
||||
|
||||
[data-theme='light'] .add-pairlist {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.empty {
|
||||
border: 3px dashed rgba(255, 255, 255, 0.65);
|
||||
|
||||
[data-theme='light'] & {
|
||||
border: 3px dashed rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: 'Drag pairlist here';
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue
Block a user