added some styles

This commit is contained in:
Jakub Trllo 2025-11-03 14:29:18 +01:00
parent 4e1f604183
commit 60f876dfaa

View file

@ -1069,6 +1069,20 @@ PixmapButton:disabled {
background: {color:bg-buttons-disabled};
}
ValueItemButton {
border-radius: 0px;
background: transparent;
}
ValueItemButton:hover {
background: {color:bg-view-selection-hover};
}
ValueItemButton[selected="1"] {
background: {color:bg-view-selection};
}
ValueItemButton[selected="1"]:hover {
background: {color:bg-view-selection-hover};
}
#ThumbnailPixmapHoverButton {
font-size: 11pt;
background: {color:bg-view};
@ -1227,6 +1241,14 @@ PixmapButton:disabled {
min-width: 8px;
}
#FloatingHintLabel {
background: #16191D;
color: #8b9198;
padding: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
ValidationArtistMessage QLabel {
font-size: 20pt;
font-weight: bold;