Files
fluent_widgets_pyside6/qfluentwidgets/_rc/qss/light/label.qss
2025-08-14 18:45:16 +08:00

28 lines
442 B
Plaintext

FluentLabelBase {
color: black;
}
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;
}