Changeset 3718


Ignore:
Timestamp:
10/27/09 21:28:00 (4 years ago)
Author:
carmie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/trunk/trac/htdocs/libcaca.css

    r3717 r3718  
    9797} 
    9898 
     99/* formulaires */ 
     100 
     101input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 
     102    background: #C46300; 
     103} 
     104input[type="button"], input[type="submit"], input[type="reset"] { 
     105    background: #984601; 
     106} 
     107input[type="text"], input.textwidget, textarea { 
     108    border: 1px solid #C46300; 
     109} 
Note: See TracChangeset for help on using the changeset viewer.