mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed transparent border to hide radius issue
This commit is contained in:
parent
77afc0e469
commit
aede775a9c
1 changed files with 2 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ QCheckBox {
|
|||
/* Buttons */
|
||||
QPushButton {
|
||||
text-align:center center;
|
||||
border: 1px solid transparent;
|
||||
border: 0px solid transparent;
|
||||
border-radius: 0.2em;
|
||||
padding: 3px 5px 3px 5px;
|
||||
background: {color:bg-buttons};
|
||||
|
|
@ -91,7 +91,7 @@ QPushButton::menu-indicator {
|
|||
}
|
||||
|
||||
QToolButton {
|
||||
border: 1px solid transparent;
|
||||
border: 0px solid transparent;
|
||||
background: {color:bg-buttons};
|
||||
border-radius: 0.2em;
|
||||
padding: 2px;
|
||||
|
|
@ -787,7 +787,6 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
}
|
||||
|
||||
#ValidationActionButton {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0.2em;
|
||||
padding: 4px 6px 4px 6px;
|
||||
background: {color:bg-buttons};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue