design
This commit is contained in:
parent
82d7337cb9
commit
03e5342c79
|
@ -1,5 +1,5 @@
|
||||||
<h1>Download</h1>
|
<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">
|
<p-tabPanel [header]="item.header" *ngFor="let item of items; let i = index" [selected]="i == 0">
|
||||||
{{item.content}}
|
{{item.content}}
|
||||||
|
|
|
@ -414,6 +414,7 @@
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
font-size: 12px !important;
|
||||||
//color: $textSecondaryColor;
|
//color: $textSecondaryColor;
|
||||||
|
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
|
@ -1852,4 +1853,9 @@ body .ui-progressbar .ui-progressbar-value {
|
||||||
|
|
||||||
.ui-blockui.ui-widget-overlay {
|
.ui-blockui.ui-widget-overlay {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
}
|
||||||
|
.ui-tab-bgcolor{
|
||||||
|
.ui-tabview-nav > li.ui-state-active {
|
||||||
|
background-color: #f3f3f3 !important;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user