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