Dotclear

Changeset 1800:049b46e6f72a


Ignore:
Timestamp:
09/12/13 22:26:49 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Boutons. Dernière tentative avant la Kalashnikov.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1798 r1800  
    573573input[type=submit], a.button.submit { 
    574574     color: #fff; 
    575      background-color:#25A6E1; 
    576575     border: 1px solid #2C8FD1; 
    577576     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    578577     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 
    579578     background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    580      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); 
     579     background-color:#25A6E1; 
    581580     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 
    582581     } 
    583582     input[type=submit]:hover, input[type=submit]:focus, 
    584583     a.button.submit:hover, a.button.submit:focus { 
    585           background:#188BC0; 
    586584          background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    587585          background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 
    588586          background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    589           filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 
     587          background-color:#188BC0; 
    590588          } 
    591589/* suppression, reset, "neutres" fond gris */ 
     
    595593a.button.delete, a.button.reset, a.button { 
    596594     color: #000; 
    597      background-color: #f5f5f5; 
    598595     background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
    599596     background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
     597     background-color: #eee; 
    600598     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
    601599     } 
     
    608606     a.button.delete:hover, a.button.reset:hover, a.button:hover, 
    609607     a.button.delete:focus, a.button.reset:focus, a.button:focus { 
    610           background-color:#e9e9e9; 
    611608          background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 
    612609          background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 
    613           filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9'); 
     610          background-color:#f3f3f3; 
    614611          } 
    615612     /* suppression */ 
     
    665662     border: 1px solid #CCC; 
    666663     } 
    667      input.disabled:hover, input[type=submit].disabled { 
     664     input.disabled:hover, input[type=submit].disabled:hover { 
    668665          color: #676e78; 
    669           background: #DFDFDF; 
     666          background: #eee; 
    670667          border: 1px solid #CCC; 
    671668          } 
     
    13731370          } 
    13741371          .box.small { 
    1375                width: 300px; 
     1372               width: 280px; 
    13761373               } 
    13771374          .box.large { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map