Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -rcd769413344091cea88a30861b49188c8c147cba -r73091a6f5717c0fc88e236c06c618ad361f30a3c --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision cd769413344091cea88a30861b49188c8c147cba) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) @@ -73,6 +73,7 @@ } MuteButton { id: _muteButton + backgroundColor: _root.color anchors { verticalCenter : _root.verticalCenter left : _root.left @@ -87,6 +88,7 @@ } UpDownButton { id: _updownButton + backgroundColor: _root.color isUp: true anchors { verticalCenter : _root.verticalCenter @@ -100,7 +102,7 @@ height: 45 width : height - color : Colors.transparent + backgroundColor: _root.color borderColor : Colors.white anchors {