wip
This commit is contained in:
16
scp/settings/style.h
Normal file
16
scp/settings/style.h
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
const button_style = R"(
|
||||
QPushButton {
|
||||
color: grey;
|
||||
border: none;
|
||||
background: none;
|
||||
font-size: 65px;
|
||||
font-weight: 500;
|
||||
}
|
||||
QPushButton:checked {
|
||||
color: white;
|
||||
}
|
||||
QPushButton:pressed {
|
||||
color: #ADADAD;
|
||||
}
|
||||
)";
|
||||
Reference in New Issue
Block a user