1
0
Fork 0
mirror of synced 2024-05-24 14:29:58 +12:00

RareStyle: Add proper disabled colors for wrappers widget

This commit is contained in:
loathingKernel 2023-12-24 23:30:29 +02:00
parent 826d38ca55
commit 40e5aacd68
2 changed files with 4 additions and 0 deletions

View file

@ -745,3 +745,7 @@ QLabel#WrapperSettingsLabel {
border-color: rgb( 47, 79, 79);
background-color: rgb( 40, 42, 46);
}
QLabel#WrapperSettingsLabel:disabled {
border-color: rgb( 67, 71, 77);
background-color: rgb( 32, 34, 37);
}