mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix style
This commit is contained in:
parent
f1605e494f
commit
f923ae891a
1 changed files with 4 additions and 4 deletions
|
|
@ -1070,17 +1070,17 @@ PixmapButton:disabled {
|
|||
background: {color:bg-buttons-disabled};
|
||||
}
|
||||
|
||||
ValueItemButton {
|
||||
UserValueItemButton {
|
||||
border-radius: 0px;
|
||||
background: transparent;
|
||||
}
|
||||
ValueItemButton:hover {
|
||||
UserValueItemButton:hover {
|
||||
background: {color:bg-view-selection-hover};
|
||||
}
|
||||
ValueItemButton[selected="1"] {
|
||||
UserValueItemButton[selected="1"] {
|
||||
background: {color:bg-view-selection};
|
||||
}
|
||||
ValueItemButton[selected="1"]:hover {
|
||||
UserValueItemButton[selected="1"]:hover {
|
||||
background: {color:bg-view-selection-hover};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue