mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added some styles
This commit is contained in:
parent
4e1f604183
commit
60f876dfaa
1 changed files with 22 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue