mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Reworked payloads, factions, map display, carrier. Re-added Tarawa support, many minor bug fixes. UI changes.
This commit is contained in:
@@ -92,6 +92,18 @@ QLabel[style="BARCAP"]{
|
||||
color:white;
|
||||
}
|
||||
|
||||
QLabel[style="TARCAP"]{
|
||||
border: 1px solid black;
|
||||
background-color: #445299;
|
||||
color:white;
|
||||
}
|
||||
|
||||
QLabel[style="CAP"]{
|
||||
border: 1px solid black;
|
||||
background-color: #445299;
|
||||
color:white;
|
||||
}
|
||||
|
||||
QLabel[style="INTERCEPTION"]{
|
||||
border: 1px solid black;
|
||||
background-color: #7752bc;
|
||||
@@ -104,6 +116,24 @@ QLabel[style="CAS"]{
|
||||
color:white;
|
||||
}
|
||||
|
||||
QLabel[style="BAI"]{
|
||||
border: 1px solid black;
|
||||
background-color: #ab2244;
|
||||
color:white;
|
||||
}
|
||||
|
||||
QLabel[style="ANTISHIP"]{
|
||||
border: 1px solid black;
|
||||
background-color: #ab2244;
|
||||
color:white;
|
||||
}
|
||||
|
||||
QLabel[style="STRIKE"]{
|
||||
border: 1px solid black;
|
||||
background-color: #ab2244;
|
||||
color:white;
|
||||
}
|
||||
|
||||
QLabel[style="DEAD"]{
|
||||
border: 1px solid black;
|
||||
background-color: #cc8844;
|
||||
|
||||
Reference in New Issue
Block a user