Changeset 704241
- Timestamp:
- 04/26/2013 02:48:10 PM (13 years ago)
- File:
-
- 1 edited
-
usernoise/trunk/css/form.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usernoise/trunk/css/form.css
r704223 r704241 267 267 -ms-border-radius: 3px; 268 268 -o-border-radius: 3px; 269 -webkit-border-radius: 3px; 269 270 } 270 271 @media screen and (max-width: 640px){ … … 278 279 } 279 280 } 281 282 button.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 } 294 button.usernoise:hover{ 295 color: white; 296 }
Note: See TracChangeset
for help on using the changeset viewer.