diff --git a/Configuration.ui b/Configuration.ui index bc8e7f596..eae6ab94f 100644 --- a/Configuration.ui +++ b/Configuration.ui @@ -1493,7 +1493,8 @@ both here. false - background-color: rgb(255, 255, 255); + background-color: rgb(255, 255, 255); +color: rgb(0, 0, 0); TextLabel @@ -1541,7 +1542,8 @@ both here. - background-color: rgb(255, 255, 255); + background-color: rgb(255, 255, 255); +color: rgb(0, 0, 0); TextLabel diff --git a/widgets/mainwindow.ui b/widgets/mainwindow.ui index 4eed5fecd..ece61762c 100644 --- a/widgets/mainwindow.ui +++ b/widgets/mainwindow.ui @@ -448,6 +448,7 @@ QPushButton:checked { + color: rgb(0, 0, 0); background-color: cyan; border-style: outset; border-width: 1px; @@ -481,6 +482,7 @@ QPushButton:checked { + color: rgb(0, 0, 0); background-color: red; border-style: outset; border-width: 1px; @@ -524,6 +526,7 @@ QPushButton:checked { + color: rgb(0, 0, 0); background-color: red; border-style: outset; border-width: 1px; @@ -998,6 +1001,7 @@ Not available to nonstandard callsign holders. QPushButton:checked { + color: rgb(0, 0, 0); background-color: red; border-style: outset; border-width: 1px; @@ -2381,6 +2385,7 @@ list. The list can be maintained in Settings (F2). QPushButton:checked { + color: rgb(0, 0, 0); background-color: red; border-style: outset; border-width: 1px;