mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
Theme Cicada/Vicuna (#5279)
This commit is contained in:
parent
7baf70309f
commit
cd01f842bf
6 changed files with 10 additions and 10 deletions
|
|
@ -5370,7 +5370,7 @@ tbody.collapse.in {
|
|||
height: 1px;
|
||||
margin: 9px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
background-color: #191919;
|
||||
}
|
||||
|
||||
> {
|
||||
|
|
|
|||
|
|
@ -3198,7 +3198,7 @@ tbody.collapse.in {
|
|||
height: 1px;
|
||||
margin: 9px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5; }
|
||||
background-color: #191919; }
|
||||
.dropdown-menu > li > a {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
.tabulator-row.tabulator-row-odd.tabulator-selectable:hover:not(.tabulator-selected) {
|
||||
background-color: #242424;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
.tabulator-row.tabulator-row-even {
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
.tabulator-row.tabulator-row-even.tabulator-selectable:hover:not(.tabulator-selected) {
|
||||
background-color: #242424;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
.tabulator .tabulator-tableholder {
|
||||
|
|
|
|||
|
|
@ -5481,7 +5481,7 @@ tbody.collapse.in {
|
|||
height: 1px;
|
||||
margin: 9px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
background-color: #191919;
|
||||
}
|
||||
|
||||
> {
|
||||
|
|
@ -5559,7 +5559,7 @@ tbody.collapse.in {
|
|||
padding: 3px 20px;
|
||||
font-size: 12px;
|
||||
line-height: 1.428571429;
|
||||
color: #191919;
|
||||
color: #999;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3184,7 +3184,7 @@ tbody.collapse.in {
|
|||
height: 1px;
|
||||
margin: 9px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5; }
|
||||
background-color: #191919; }
|
||||
.dropdown-menu > li > a {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
|
|
@ -3235,7 +3235,7 @@ tbody.collapse.in {
|
|||
padding: 3px 20px;
|
||||
font-size: 12px;
|
||||
line-height: 1.428571429;
|
||||
color: #191919;
|
||||
color: #999;
|
||||
white-space: nowrap; }
|
||||
|
||||
.dropdown-backdrop {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
.tabulator-row.tabulator-row-odd.tabulator-selectable:hover:not(.tabulator-selected) {
|
||||
background-color: #1b272f;
|
||||
background-color: #1f2c35;
|
||||
}
|
||||
|
||||
.tabulator-row.tabulator-row-even {
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
.tabulator-row.tabulator-row-even.tabulator-selectable:hover:not(.tabulator-selected) {
|
||||
background-color: #1b272f;
|
||||
background-color: #1f2c35;
|
||||
}
|
||||
|
||||
.tabulator .tabulator-tableholder {
|
||||
|
|
|
|||
Loading…
Reference in a new issue