mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix 'Accept' button in AirWingConfigurationDialog (#2318)
* Fix 'Accept' button in AirWingConfigurationDialog - Fixes 'Accept' not saving changes - Adds 'Reset' button (non-confirming) - Adds confirmation pop-up when pressing [X]
This commit is contained in:
@@ -208,6 +208,19 @@ QPushButton[style="btn-danger"]:hover{
|
||||
background-color:#D84545;
|
||||
}
|
||||
|
||||
|
||||
QPushButton[style="btn-accept"] {
|
||||
background-color:#82A466;
|
||||
color: white;
|
||||
padding: 6px;
|
||||
border-radius:2px;
|
||||
border: 1px solid #82A466;
|
||||
}
|
||||
|
||||
QPushButton[style="btn-accept"]:hover {
|
||||
background-color:#5C863F;
|
||||
}
|
||||
|
||||
QPushButton:disabled{
|
||||
|
||||
background:#d6d6d6;
|
||||
|
||||
Reference in New Issue
Block a user