diff --git a/bigbluebutton-client/branding/default/style/css/BBBDefault.css b/bigbluebutton-client/branding/default/style/css/BBBDefault.css index b6f7e97ad3..3e775b4bb2 100755 --- a/bigbluebutton-client/branding/default/style/css/BBBDefault.css +++ b/bigbluebutton-client/branding/default/style/css/BBBDefault.css @@ -378,7 +378,7 @@ DataGrid { .micSettingsWindowCancelButtonStyle { fillAlphas: 1, 1, 1, 1; - fillColors: #ff0000, #ff0000, #ffffff, #eeeeee; + fillColors: #ffffff, #eeeeee, #ffffff, #eeeeee; rollOverColor: #eeeeee; color: #5e5f63; textRollOverColor: #5e5f63; @@ -627,5 +627,5 @@ MDIWindow { .cameraDisplaySettingsWindowStartBtn { - + icon: Embed('assets/images/play-blue.png'); } diff --git a/bigbluebutton-client/branding/default/style/css/assets/images/play-blue.png b/bigbluebutton-client/branding/default/style/css/assets/images/play-blue.png new file mode 100755 index 0000000000..f8c8ec683e Binary files /dev/null and b/bigbluebutton-client/branding/default/style/css/assets/images/play-blue.png differ