소스 검색

Timer color set to neutral white by default

Jay Salvat 10 년 전
부모
커밋
116accc5d5
6개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 0
      CHANGELOG.md
  2. 1 1
      dist/vegas.css
  3. 1 1
      dist/vegas.js
  4. 0 0
      dist/vegas.min.css
  5. 1 1
      dist/vegas.min.js
  6. 1 1
      src/vegas.css

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 ## CHANGE LOG
 
+* Timer color set to neutral white by default
+
 ### Vegas 2.0.4 2015-03-12
 
 * New video options mute and loop

+ 1 - 1
dist/vegas.css

@@ -27,7 +27,7 @@
     .vegas-timer-progress {
         width: 0%;
         height: 100%;
-        background: yellowgreen;
+        background: white;
         -webkit-transition: width ease-out;
                 transition: width ease-out;
     }

+ 1 - 1
dist/vegas.js

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.0.4 - built 2015-03-12
+ * v2.0.4 - built 2015-03-15
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/vegas.min.css


+ 1 - 1
dist/vegas.min.js

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.0.4 - built 2015-03-12
+ * v2.0.4 - built 2015-03-15
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------

+ 1 - 1
src/vegas.css

@@ -27,7 +27,7 @@
     .vegas-timer-progress {
         width: 0%;
         height: 100%;
-        background: yellowgreen;
+        background: white;
         transition: width ease-out;
     }
         .vegas-timer-running .vegas-timer-progress {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.