mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Moved some CSS to battle specificity issues
- Fixes sidebar button coloring/hover
This commit is contained in:
parent
bdbbae825a
commit
89933d4986
2 changed files with 11 additions and 12 deletions
|
@ -33,6 +33,6 @@ onMounted(async() => {
|
|||
<PageHeader title="Forward Rules">
|
||||
<button @click="loadRules">Load Rules</button>
|
||||
</PageHeader>
|
||||
<NiceTable class="cl-p-3" :columns="columns" v-model:data="rules"/>
|
||||
<NiceTable class="cl-secondary" :columns="columns" v-model:data="rules"/>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue