mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
styled few widgets
This commit is contained in:
parent
027000c4ef
commit
c7206daa93
1 changed files with 24 additions and 0 deletions
|
|
@ -635,3 +635,27 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
#VariantInput[state="exists"], #VariantInput[state="exists"]:focus, #VariantInput[state="exists"]:hover {
|
||||
border-color: #4E76BB;
|
||||
}
|
||||
|
||||
#InstanceListView::item {
|
||||
border-radius: 0.3em;
|
||||
margin: 1px;
|
||||
}
|
||||
#InstanceListGroupWidget {
|
||||
border: 1px solid white;
|
||||
border-radius: 0.3em;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#PublishOverlayFrame {
|
||||
background: rgba(0, 0, 0, 127)
|
||||
}
|
||||
|
||||
#PublishOverlay {
|
||||
background: rgb(194, 226, 236);
|
||||
border: 2px solid black;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
#PublishOverlay QLabel {
|
||||
color: black;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue