mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 23:40:08 +00:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
|
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;
|
||
|
}
|