From 6083c28418e713fb1f270c02b3bd578bfdce9e6b Mon Sep 17 00:00:00 2001
From: Fred Dixon <ffdixon@gmail.com>
Date: Tue, 16 Apr 2013 19:42:23 -0700
Subject: [PATCH] Remove red from cancel button in presentation upload dialog

---
 bigbluebutton-client/branding/default/style/css/BBBDefault.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-client/branding/default/style/css/BBBDefault.css b/bigbluebutton-client/branding/default/style/css/BBBDefault.css
index 1bc2caf6c3..0b284b0fa4 100755
--- a/bigbluebutton-client/branding/default/style/css/BBBDefault.css
+++ b/bigbluebutton-client/branding/default/style/css/BBBDefault.css
@@ -288,7 +288,7 @@ DataGrid {
 
 .presentationUploadCancelButtonStyle {
   fillAlphas: 1, 1, 1, 1;
-  fillColors: #ff0000, #ff0000, #ffffff, #eeeeee;
+  fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
   color: #5e5f63;
   textRollOverColor: #5e5f63;
   textSelectedColor: #5e5f63;
-- 
GitLab