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.
 
 
 
 
 
 

12 line
217 B

  1. div.status_bar_outer {
  2. background-color: rgba(0,0,0,0.1);
  3. border: 1px solid rgba(0,0,0,0.4);
  4. height: 21px;
  5. width: 240px;
  6. }
  7. div.status_bar_inner {
  8. background: #aaf; /* Old browsers */
  9. height: 21px;
  10. width: 0%;
  11. }