mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Color changes, fix login password box
- type=password was on the wrong element - New color assignments for tables - Only uses one palette for now - Changed input bg to highlight color - Forced dark mode on sidebar - Moved some table coloring to components.css - Fixed some comments being out-of-line
This commit is contained in:
parent
89933d4986
commit
3a0d094e7b
5 changed files with 75 additions and 38 deletions
|
@ -144,10 +144,6 @@ function dragDropRow() {
|
|||
</template>
|
||||
|
||||
<style scoped>
|
||||
.selected {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.dragged-over-before {
|
||||
border-top: 0.25rem solid var(--cl-fg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue