Ver código fonte

Timer color set to neutral white by default

Jay Salvat 10 anos atrás
pai
commit
116accc5d5
6 arquivos alterados com 6 adições e 4 exclusões
  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
 ## CHANGE LOG
 
 
+* Timer color set to neutral white by default
+
 ### Vegas 2.0.4 2015-03-12
 ### Vegas 2.0.4 2015-03-12
 
 
 * New video options mute and loop
 * New video options mute and loop

+ 1 - 1
dist/vegas.css

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

+ 1 - 1
dist/vegas.js

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

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/vegas.min.css


+ 1 - 1
dist/vegas.min.js

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

+ 1 - 1
src/vegas.css

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

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff