Ignore:
Timestamp:
Sep 3, 2014, 10:14:40 PM (10 years ago)
Author:
mistic100
Message:

feature:2616 tweak progressbar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r29394 r29395  
    370370
    371371.big-progressbar {
    372   background:#DFDFDF;
    373   border:1px solid #ccc;
     372  background:#ccc;
     373  border:1px solid #ddd;
     374  border-radius:5px;
    374375}
    375376.big-progressbar .progressbar {
    376   background:#005E89;
    377   background:#42A4CE linear-gradient(135deg, rgba(14,114,158,0) 44%,rgba(14,114,158,0.4) 44%,rgba(14,114,158,0.4) 57%,rgba(14,114,158,0) 57%);
     377  background:#FF8A23;
     378  background:#FF8A23 linear-gradient(135deg, rgba(255,51,51,0) 44%,rgba(255,51,51,0.2) 44%,rgba(255,51,51,0.2) 57%,rgba(255,51,51,0) 57%);
    378379  background-size:25px 25px;
    379380  box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.4);
    380 }
     381  border-radius:5px;
     382}
Note: See TracChangeset for help on using the changeset viewer.