mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-01 23:23:24 +02:00
Use shaded tabs
This commit is contained in:
2
netbox/project-static/dist/netbox-dark.css
vendored
2
netbox/project-static/dist/netbox-dark.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox-light.css
vendored
2
netbox/project-static/dist/netbox-light.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -879,3 +879,15 @@ div.card > div.card-header > div.table-controls {
|
||||
font-size: $font-size-sm;
|
||||
}
|
||||
}
|
||||
|
||||
// Tabbed content
|
||||
.nav-tabs {
|
||||
.nav-link.active {
|
||||
background-color: $tab-content-bg;
|
||||
border-bottom-color: $tab-content-bg;
|
||||
}
|
||||
}
|
||||
.tab-content {
|
||||
background-color: $tab-content-bg;
|
||||
padding: $spacer;
|
||||
}
|
||||
|
||||
@@ -271,3 +271,6 @@ $code-color: $gray-200;
|
||||
$kbd-color: $white;
|
||||
$kbd-bg: $gray-300;
|
||||
$pre-color: null;
|
||||
|
||||
// Tabbed content
|
||||
$tab-content-bg: $gray-900;
|
||||
|
||||
@@ -25,3 +25,6 @@ $list-group-color: $gray-700;
|
||||
$list-group-disabled-color: $gray-500;
|
||||
|
||||
$table-flush-header-bg: $gray-100;
|
||||
|
||||
// Tabbed content
|
||||
$tab-content-bg: $gray-100;
|
||||
|
||||
Reference in New Issue
Block a user