You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
467 B
29 lines
467 B
PivotItem {
|
|
padding: 10px 12px;
|
|
color: black;
|
|
background-color: transparent;
|
|
border: none;
|
|
outline: none;
|
|
margin: 0;
|
|
}
|
|
|
|
PivotItem[isSelected=true]:hover {
|
|
color: rgba(0, 0, 0, 0.63);
|
|
}
|
|
|
|
PivotItem[isSelected=true]:pressed {
|
|
color: rgba(0, 0, 0, 0.53);
|
|
}
|
|
|
|
PivotItem[isSelected=false]:pressed {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
Pivot {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#view {
|
|
background-color: transparent;
|
|
} |