d2260bafef
The button did not have enough padding, now it does! Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> Co-authored-by: Benjamin <73490201+benjaminhalko@users.noreply.github.com>
33 lines
722 B
Text
33 lines
722 B
Text
QPushButton#GraphicsAPIStatusBarButton {
|
|
color: #656565;
|
|
border: 1px solid transparent;
|
|
background-color: transparent;
|
|
padding: 0px 3px 0px 3px;
|
|
text-align: center;
|
|
min-width: 60px;
|
|
min-height: 20px;
|
|
}
|
|
|
|
QPushButton#GraphicsAPIStatusBarButton:hover {
|
|
border: 1px solid #76797C;
|
|
}
|
|
|
|
QPushButton#3DOptionStatusBarButton {
|
|
color: #A5A5A5;
|
|
font-weight: bold;
|
|
border: 1px solid transparent;
|
|
background-color: transparent;
|
|
padding: 0px 3px 0px 3px;
|
|
text-align: center;
|
|
min-width: 60px;
|
|
min-height: 20px;
|
|
}
|
|
|
|
QPushButton#3DOptionStatusBarButton:hover {
|
|
border: 1px solid #76797C;
|
|
}
|
|
|
|
QPushButton#button_reset_defaults {
|
|
min-width: 57px;
|
|
padding: 4px 8px;
|
|
}
|