Преглед на файлове

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 {

Някои файлове не бяха показани, защото твърде много файлове са промени