소스 검색

! Under the principle of GSD management, update the installer progress bar. Fixes #1011

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 년 전
부모
커밋
4b3fe03f33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Themes/default/css/install.css

+ 1 - 1
Themes/default/css/install.css

@@ -89,7 +89,7 @@ img#smflogo {
 #overall_progress, #step_progress {
 	height: 2.3em;
 	z-index: 1;
-	background-color: #ffd000;
+	background-color: #6BB247;
 }
 
 #overall_progress_upgrade, #step_progress_upgrade {