mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Stats view now has a tab for vehicles forces. Display waypoint coordinates in waypoint tab.
This commit is contained in:
@@ -38,6 +38,21 @@ QPushButton[style="btn-success"]:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
QPushButton[style="start-button"]{
|
||||
background-color:#699245;
|
||||
color: white;
|
||||
cursor:pointer;
|
||||
padding: 15px 15px 15px 15px;
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
QPushButton[style="start-button"]:hover{
|
||||
background-color:#8ABC5A;
|
||||
padding: 15px 15px 15px 15px;
|
||||
border-radius:5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
QPushButton[style="btn-danger"]{
|
||||
background-color:#9E3232;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user