Ignore:
Timestamp:
07/30/08 18:38:43 (4 years ago)
Author:
hverton
Message:

Added fonts to form elements, not all browsers inherit them from the body class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl

    r1527 r1560  
    4949 
    5050                        /* buttons */ 
    51 .button                 { font-size:0.8em; font-weight:normal; width:auto; overflow:visible; font-weight: bold; color:#ffffff; background-color:#666; border-top:1px #bbb solid; border-left:1px #bbb solid; border-bottom:1px #000 solid; border-right:1px #000 solid; cursor:pointer; margin:2px 0px 2px 0px; padding:0px; } 
     51.button                 { font-size:0.8em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; font-weight:normal; width:auto; overflow:visible; font-weight: bold; color:#ffffff; background-color:#666; border-top:1px #bbb solid; border-left:1px #bbb solid; border-bottom:1px #000 solid; border-right:1px #000 solid; cursor:pointer; margin:2px 0px 2px 0px; padding:0px; } 
    5252.button:hover           { color:#666; background-color:#ddd; border-top:1px #999 solid; border-left:1px #999 solid; border-bottom:1px #fff solid; border-right:1px #fff solid; } 
    5353 
    5454                        /* text entry fields */ 
    55 .textbox                { font-size:1em; color:#444; background-color:#fff; border:1px #444 solid; } 
     55.textbox                { font-size:1em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; color:#444; background-color:#fff; border:1px #444 solid; } 
    5656 
    5757/* --- Website template ------------------------------------ */ 
Note: See TracChangeset for help on using the changeset viewer.