Make tabs be their own panels
This commit is contained in:
parent
5adfc09237
commit
15709040e7
5 changed files with 46 additions and 126 deletions
|
@ -187,12 +187,10 @@ $lightbox-fg-color: #ffffff;
|
|||
$lightbox-border-color: #ffffff;
|
||||
|
||||
// Tabbed views
|
||||
$tab-list-bg-color: $secondary-accent-color;
|
||||
$tab-list-fg-color: $accent-color;
|
||||
$tab-list-active-bg-color: $tertiary-accent-color;
|
||||
$tab-list-active-fg-color: $accent-color;
|
||||
$tab-border-color: $tertiary-accent-color;
|
||||
$tab-panel-bg-color: #fff;
|
||||
$tab-label-fg-color: #45474a;
|
||||
$tab-label-active-fg-color: #ffffff;
|
||||
$tab-label-bg-color: transparent;
|
||||
$tab-label-active-bg-color: #7ac9a1;
|
||||
|
||||
// unused?
|
||||
$progressbar-color: #000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue