28 lines
442 B
Plaintext
28 lines
442 B
Plaintext
FluentLabelBase {
|
|
color: white;
|
|
}
|
|
|
|
HyperlinkLabel {
|
|
color: --ThemeColorPrimary;
|
|
border: none;
|
|
background-color: transparent;
|
|
text-align: left;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
HyperlinkLabel[underline=true] {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
HyperlinkLabel[underline=false] {
|
|
text-decoration: none;
|
|
}
|
|
|
|
HyperlinkLabel:hover {
|
|
color: --ThemeColorDark1;
|
|
}
|
|
|
|
HyperlinkLabel:pressed {
|
|
color: --ThemeColorLight1;
|
|
} |