Dotclear


Ignore:
Timestamp:
07/11/13 20:49:15 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

[jsUpload] clear color for buttons. Send button is the action button, so keep it blue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/jsUpload/style.css

    r1166 r1169  
    33  *display: inline; 
    44  border-radius: .2em; 
     5  outline: none; 
     6  text-decoration: none; 
     7  text-align: center; 
     8  cursor: pointer; 
     9  margin-right: 4px; 
     10  padding: .1em .5em 0 .5em; 
     11  font-size: 1em; 
     12  font-family: Helvetica,Arial,sans-serif; 
     13  float: left; 
     14  background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5)); 
     15  border: 1px solid #DFDFDF; 
     16} 
     17 
     18.enhanced_uploader .button.start { 
    519  background: #2373A8; 
    620  background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 
    721  background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1); 
    8   outline: none; 
     22  text-shadow: 0 1px 1px rgba(0,0,0,.3); 
     23  color: #fff; 
    924  border: 1px solid #2373A8; 
    10   text-decoration: none; 
    11   text-shadow: 0 1px 1px rgba(0,0,0,.3); 
    12   text-align: center; 
    13   cursor: pointer; 
    14   color: #fff; 
    15   margin-right: 4px; 
    16   padding: .1em .5em 0 .5em; 
    17   font-size: 1em; 
    18   float: left; 
    1925} 
    2026 
    21 .enhanced_uploader .button:hover { 
     27.enhanced_uploader .button.start:hover { 
    2228  background: #2373A8; 
    2329  border: 1px solid #2C8FD1; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map