- change red button to gray and add play icon to the webcam start button

This commit is contained in:
Richard Alam 2013-02-11 00:15:40 +00:00
parent f40c3949c9
commit dc24de7743
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ DataGrid {
.micSettingsWindowCancelButtonStyle { .micSettingsWindowCancelButtonStyle {
fillAlphas: 1, 1, 1, 1; fillAlphas: 1, 1, 1, 1;
fillColors: #ff0000, #ff0000, #ffffff, #eeeeee; fillColors: #ffffff, #eeeeee, #ffffff, #eeeeee;
rollOverColor: #eeeeee; rollOverColor: #eeeeee;
color: #5e5f63; color: #5e5f63;
textRollOverColor: #5e5f63; textRollOverColor: #5e5f63;
@ -627,5 +627,5 @@ MDIWindow {
.cameraDisplaySettingsWindowStartBtn .cameraDisplaySettingsWindowStartBtn
{ {
icon: Embed('assets/images/play-blue.png');
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B