Changeset 29396


Ignore:
Timestamp:
Sep 3, 2014, 11:00:40 PM (10 years ago)
Author:
plg
Message:

feature 2616: graphical changes on upload big progress bar

Location:
trunk/admin/themes
Files:
3 edited

Legend:

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

    r29395 r29396  
    370370
    371371.big-progressbar {
    372   background:#ccc;
    373   border:1px solid #ddd;
     372  background:#fff;
     373  border:1px solid #aaa;
    374374  border-radius:5px;
    375375}
     
    379379  background-size:25px 25px;
    380380  box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.4);
    381   border-radius:5px;
    382 }
     381}
  • trunk/admin/themes/default/theme.css

    r29395 r29396  
    10191019  width:100%;
    10201020  max-width:600px;
    1021   background:#DFDFDF;
    1022   padding:2px;
    1023   border-radius:16px;
     1021  background:#fff;
     1022  padding:0;
     1023  border-radius:5px;
    10241024  position:relative;
     1025  height:18px;
    10251026}
    10261027.big-progressbar .progressbar {
     
    10281029  min-width:18px;
    10291030  background:#444;
    1030   border-radius:10px;
     1031  border-radius:5px 0 0 5px;
    10311032}
    10321033
  • trunk/admin/themes/roma/theme.css

    r29395 r29396  
    300300  background:#1a1e22;
    301301  box-shadow:inset 0px 1px 1px 0px black, 0px 1px 1px 0px #36393F;
    302   border-radius:0;
    303302}
    304303.big-progressbar .progressbar {
    305   background:#f70;
    306   background:#f70 linear-gradient(135deg, rgba(255,51,51,0) 44%,rgba(255,51,51,0.4) 44%,rgba(255,51,51,0.4) 57%,rgba(255,51,51,0) 57%);
    307   background-size:25px 25px;
    308   box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.6);
    309   border-radius:0;
     304  background:#ff3363;
    310305}
    311306
Note: See TracChangeset for help on using the changeset viewer.