Index: sources/gui/qml/dialogs/AlarmListDialog.qml =================================================================== diff -u -rd00eeb4a8b354eade40a0853c022eb03ea4ae233 -r78aa5e70b591b3544ff9d9e6b772fe07deaa2f0f --- sources/gui/qml/dialogs/AlarmListDialog.qml (.../AlarmListDialog.qml) (revision d00eeb4a8b354eade40a0853c022eb03ea4ae233) +++ sources/gui/qml/dialogs/AlarmListDialog.qml (.../AlarmListDialog.qml) (revision 78aa5e70b591b3544ff9d9e6b772fe07deaa2f0f) @@ -35,11 +35,11 @@ property int alarmID : -1 property bool minVisible : true - property color contentbackgroundColor : Colors.modeBackgroundColor + property color contentbackgroundColor : Colors.modeBackgroundDialogColor property int headerOverlap : 30 anchors.fill: parent - color : Colors.modeBackgroundColor + color : Colors.modeBackgroundDialogColor radius : Variables.alarmDialogRadius signal muteClicked() @@ -116,7 +116,7 @@ visible : ! vAlarmActiveList.adjustment_Accepted text : vAlarmActiveList.status objectName: "_NotificationDialog_Description" - color: Colors.offWhite + color: Colors.modeAlarmListColor font.pixelSize: Fonts.fontPixelButton anchors { horizontalCenter: parent.horizontalCenter; @@ -140,8 +140,8 @@ itemWidth : width rowSpacing : 0 colSpacing : 0 - lineColor : Colors.offWhite - textColor : Colors.offWhite + lineColor : Colors.modeAlarmListColor + textColor : Colors.modeAlarmListColor itemsText : vAlarmActiveList.alarmIDs itemsValue : vAlarmActiveList.alarmTexts itemsTouchable : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ]