mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modified Run button styles
This commit is contained in:
parent
f0a8f0b30d
commit
4e441e870c
1 changed files with 8 additions and 0 deletions
|
|
@ -91,13 +91,21 @@ QProgressBar::chunk:horizontal {
|
|||
font-size: 0.5em;
|
||||
border: 1px solid rgb(48, 48, 48);
|
||||
}
|
||||
|
||||
#ButtonWithOptions {
|
||||
border: 1px solid white;
|
||||
border-radius: 0.4em;
|
||||
background-color: rgb(72, 200, 150);
|
||||
color: rgb(64, 64, 64);
|
||||
}
|
||||
#ButtonWithOptions QPushButton{
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: rgb(64, 64, 64);
|
||||
font-weight: bold;
|
||||
}
|
||||
#ButtonWithOptions QToolButton{
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: rgb(64, 64, 64);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue