- Timestamp:
- Aug 18, 2010, 11:21:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/libcaca.css
r4520 r4521 254 254 color: #fff; 255 255 } 256 .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] {256 #attachments input[type="button"], #attachments input[type="submit"], #attachments input[type="reset"], .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { 257 257 -moz-border-radius: 10px; 258 258 -webkit-border-radius: 10px; … … 265 265 width:148px; 266 266 } 267 .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover, .buttons input[type="button"]:active, .buttons input[type="submit"]:active, .buttons input[type="reset"]:active {267 #attachments input[type="button"]:hover, #attachments input[type="submit"]:hover, #attachments input[type="reset"]:hover, .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover, .buttons input[type="button"]:active, .buttons input[type="submit"]:active, .buttons input[type="reset"]:active { 268 268 background: #2C1F1C url(boutonhover.png) no-repeat center top; 269 269 border: 0;
Note: See TracChangeset
for help on using the changeset viewer.