This commit is contained in:
sunny 2018-05-30 18:40:37 +09:00
parent 82d7337cb9
commit 03e5342c79
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<h1>Download</h1>
<p-tabView orientation="left" (onChange)="onChange($event)" [activeIndex]="index">
<p-tabView orientation="left" (onChange)="onChange($event)" [activeIndex]="index" class="ui-tab-bgcolor">
<!--
<p-tabPanel [header]="item.header" *ngFor="let item of items; let i = index" [selected]="i == 0">
{{item.content}}

View File

@ -414,6 +414,7 @@
li {
display: inline-block;
vertical-align: top;
font-size: 12px !important;
//color: $textSecondaryColor;
&:nth-child(even) {
@ -1852,4 +1853,9 @@ body .ui-progressbar .ui-progressbar-value {
.ui-blockui.ui-widget-overlay {
opacity: 0;
}
.ui-tab-bgcolor{
.ui-tabview-nav > li.ui-state-active {
background-color: #f3f3f3 !important;
}
}