Ignore:
Timestamp:
03/12/15 12:28:06 (9 years ago)
Author:
rboipsl
Message:

copy date
One transmission
mise a jour sur champs
changement couleur en demi-deuil

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/resources/css/button.css

    r529 r816  
    6262    background-color: #F0FFF0; 
    6363    color: #529214; 
     64    border-radius:8px; 
    6465} 
    6566 
     
    8384/* DISABLE */ 
    8485button.disable, button.disable:hover { 
     86    border-radius:8px; 
    8587    background-color: #CCCCCC; 
    8688    border: 1px solid #dedede; 
     
    139141/* RED BUTTON */ 
    140142button.red_button { 
    141     background-color: #d45400; 
     143    background-color: #8a68bb; 
    142144    height: 40px; 
    143145    float: right; 
     
    146148} 
    147149 
     150 
     151 
    148152.red_button_text { 
    149     color: black; 
     153    color: white; 
    150154    font-size: 11px; 
    151155    font-weight: bold; 
     156 
    152157} 
    153158 
    154159.red_button_text:hover { 
    155     color : #d45400; 
     160    color : #bfafd6; 
    156161    font-size: 11px; 
    157162    font-weight: bold; 
     
    159164 
    160165button.red_button:hover { 
    161     background-color: #ff7c25; 
     166    background-color: #bfafd6; 
    162167 
    163168} 
     169 
     170/*  */ 
     171button.tapas1 { 
     172    background-color: #bfafd6; 
     173    height: 40px; 
     174    float: right; 
     175    margin-right: 0; 
     176    border: 0; 
     177    border-radius:8px; 
     178} 
     179 
     180 
     181 
     182.tapas1_text { 
     183    color: white; 
     184    font-size: 11px; 
     185    font-weight: bold; 
     186} 
     187 
     188.tapas1:hover { 
     189    color : #bfafd6; 
     190    font-size: 11px; 
     191    font-weight: bold; 
     192} 
     193 
     194button.tapas1:hover { 
     195    background-color: #bfafd6; 
     196 
     197} 
     198 
     199 
Note: See TracChangeset for help on using the changeset viewer.