новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenBoard/resources/library/interactive/barre_prof.wgt/dijit/themes/claro/ProgressBar.css

28 lines
623 B

.claro .dijitProgressBar {
margin: 2px 0 2px 0;
}
.claro .dijitProgressBarEmpty {
background: #ffffff url("images/progressBarEmpty.png") repeat-none left;
border-color: #769dc0;
}
.claro .dijitProgressBarTile {
background: #abd6ff url("images/progressBarFull.png") repeat-x top;
}
.dj_ie6 .claro .dijitProgressBarTile {
background-image: none;
}
.claro .dijitProgressBarFull {
border-right: 1px solid #769dc0;
}
.claro .dijitProgressBarLabel {
color: #000000;
}
.claro .dijitProgressBarIndeterminate .dijitProgressBarTile {
background: #efefef url("images/progressBarAnim.gif") repeat-x top;
}