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.

28 lines
470 B

PivotItem {
padding: 10px 12px;
color: white;
background-color: transparent;
border: none;
outline: none;
}
PivotItem[isSelected=true]:hover {
color: rgba(255, 255, 255, 0.63);
}
PivotItem[isSelected=true]:pressed {
color: rgba(255, 255, 255, 0.53);
}
PivotItem[isSelected=false]:pressed {
color: rgba(255, 255, 255, 0.75);
}
Pivot {
border: none;
background-color: transparent;
}
#view {
background-color: transparent;
}