mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Configurable RF/TCN/ICLS/LINK4 with UI feedback
Resolves #70 Freq/Channel will turn orange when double booked. Freq will turn red if GUARD freq was assigned.
This commit is contained in:
@@ -208,7 +208,6 @@ QPushButton[style="btn-danger"]:hover{
|
||||
background-color:#D84545;
|
||||
}
|
||||
|
||||
|
||||
QPushButton[style="btn-accept"] {
|
||||
background-color:#82A466;
|
||||
color: white;
|
||||
@@ -510,7 +509,11 @@ QLineEdit{
|
||||
border:1px solid #3B4656;
|
||||
background: #465C74;
|
||||
color: #fff;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.tacan-edit {
|
||||
background: #1D2731;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
@@ -642,4 +645,22 @@ QCalendarWidget QTableView{
|
||||
border-width: 2px;
|
||||
background-color:lightgrey;
|
||||
border: 1px solid black;
|
||||
}
|
||||
}
|
||||
|
||||
/* Plain old classes */
|
||||
|
||||
.btn-danger {
|
||||
background-color:#9E3232;
|
||||
color: white;
|
||||
padding: 6px;
|
||||
border-radius:2px;
|
||||
border: 1px solid #9E3232;
|
||||
}
|
||||
|
||||
.btn-danger:hover {
|
||||
background-color:#D84545;
|
||||
}
|
||||
|
||||
.comms {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user