Plugin Directory

Changeset 704241


Ignore:
Timestamp:
04/26/2013 02:48:10 PM (13 years ago)
Author:
karevn
Message:

Form fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • usernoise/trunk/css/form.css

    r704223 r704241  
    267267    -ms-border-radius: 3px;
    268268    -o-border-radius: 3px;
     269    -webkit-border-radius: 3px;
    269270}
    270271@media screen and (max-width: 640px){
     
    278279    }
    279280}
     281
     282button.usernoise{
     283    background: #444 !important;
     284    color: white;
     285    border: none;
     286    padding: 5px 12px;
     287    border-radius: 3px;
     288    -moz-border-radius: 3px;
     289    -ms-border-radius: 3px;
     290    -o-border-radius: 3px;
     291    -webkit-border-radius: 3px;
     292   
     293}
     294button.usernoise:hover{
     295    color: white;
     296}
Note: See TracChangeset for help on using the changeset viewer.