]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/themes/claro/ProgressBar.css
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / themes / claro / ProgressBar.css
index c735e5c2fb98f035921d213e468dc09675a17ba4..925021f7a5cb2a09ee6f4c0cab1857a35014548f 100644 (file)
@@ -30,8 +30,8 @@
 .claro .dijitProgressBarEmpty {
   /* outer container and background of the bar that's not finished yet*/
 
-  background: #ffffff url("images/progressBarEmpty.png") repeat-none left;
-  border-color: #769dc0;
+  background: #ffffff url("images/progressBarEmpty.png") no-repeat left;
+  border-color: #759dc0;
 }
 .claro .dijitProgressBarTile {
   /* inner container for finished portion when in 'tile' (image) mode */
   background-image: none;
 }
 .claro .dijitProgressBarFull {
-  border-right: 1px solid #769dc0;
+  border-right: 1px solid #759dc0;
+  -webkit-transition-property: width;
+  -moz-transition-property: width;
+  transition-property: width;
+  -webkit-transition-duration: 0.25s;
+  -moz-transition-duration: 0.25s;
+  transition-duration: 0.25s;
 }
 .claro .dijitProgressBarLabel {
   /* Set to a color that contrasts with both the "Empty" and "Full" parts. */