]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/themes/nihilo/ProgressBar.css
6c50a7ef6f6939e336f931159da3c110dad4b040
[tt-rss.git] / lib / dijit / themes / nihilo / ProgressBar.css
1
2 /****
3 dijit.ProgressBar
4 ****/
5
6 .nihilo .dijitProgressBar {
7 margin:2px 0 2px 0;
8 }
9
10 .nihilo .dijitProgressBarEmpty{
11 /* outer container and background of the bar that's not finished yet*/
12 background:#fff url("images/progressBarEmpty.png") repeat-x center center;
13 border-color: #f8d582 #f8d582 #f8d582 #f8d582;
14 }
15
16 .nihilo .dijitProgressBarTile{
17 /* inner container for finished portion when in 'tile' (image) mode */
18 background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
19 }
20
21 .nihilo .dijitProgressBarFull {
22 border-right:1px solid #f8d582;
23 }
24
25 .nihilo .dijitProgressBarLabel {
26 /* Set to a color that contrasts with both the "Empty" and "Full" parts. */
27 color:#293a4b;
28 }
29
30 .nihilo .dijitProgressBarIndeterminate .dijitProgressBarTile {
31 /* use an animated gif for the progress bar in 'indeterminate' mode */
32 background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
33 }