mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-13 10:20:20 +01:00
webapp: Make all styles scoped
This commit is contained in:
@@ -76,7 +76,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.ptr--text {
|
.ptr--text {
|
||||||
color: var(--bs-primary-text-emphasis) !important;
|
color: var(--bs-primary-text-emphasis) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -465,7 +465,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.drag-handle {
|
.drag-handle {
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user