mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Improved layout for airbase window layout.
Fixed missing icons for some windows.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
QWidget {
|
||||
/*QWidget {
|
||||
background-color: #4E5760;
|
||||
color:white;
|
||||
}
|
||||
@@ -21,22 +21,39 @@ QTopPanel *{
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
}*/
|
||||
|
||||
QPushButton[style="btn-primary"]{
|
||||
QPushButton[style="btn-success"]{
|
||||
background-color:#699245;
|
||||
color: white;
|
||||
cursor:pointer;
|
||||
padding: 5px 5px 5px 5px;
|
||||
border-radius:2px;
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
QPushButton[style="btn-primary"]:hover{
|
||||
background-color:#f00;
|
||||
QPushButton[style="btn-success"]:hover{
|
||||
background-color:#8ABC5A;
|
||||
padding: 5px 5px 5px 5px;
|
||||
border-radius:2px;
|
||||
border-radius:5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
QBaseMenu{
|
||||
QPushButton[style="btn-danger"]{
|
||||
background-color:#9E3232;
|
||||
color: white;
|
||||
cursor:pointer;
|
||||
padding: 5px 5px 5px 5px;
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
QPushButton[style="btn-danger"]:hover{
|
||||
background-color:#D84545;
|
||||
padding: 5px 5px 5px 5px;
|
||||
border-radius:5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*QBaseMenu{
|
||||
background-color:#699245;
|
||||
color:white;
|
||||
}
|
||||
@@ -44,4 +61,4 @@ QBaseMenu{
|
||||
QWidget[style="baseMenuHeader"]{
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
}*/
|
||||
BIN
resources/ui/ground_assets/aa_blue.png
Normal file
BIN
resources/ui/ground_assets/aa_blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 234 B |
BIN
resources/ui/tasks/cap.png
Normal file
BIN
resources/ui/tasks/cap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 718 B |
BIN
resources/ui/tasks/cas.png
Normal file
BIN
resources/ui/tasks/cas.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 551 B |
BIN
resources/ui/tasks/empty.png
Normal file
BIN
resources/ui/tasks/empty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 217 B |
BIN
resources/ui/tasks/sead.png
Normal file
BIN
resources/ui/tasks/sead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 572 B |
Reference in New Issue
Block a user