Changeset 4630
- Timestamp:
- Aug 20, 2010, 1:08:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/libcaca.css
r4629 r4630 456 456 background: #879A4A url(bouton.png) no-repeat center top; 457 457 } 458 #delete input[type="submit"] {458 .plugin .uninstall input[type="submit"], #delete input[type="submit"] { 459 459 background: #AD5151 url(bouton.png) no-repeat center top; 460 460 } … … 462 462 background: #73833F url(boutonhover.png) no-repeat center top; 463 463 } 464 #delete input[type="submit"]:hover {464 .plugin .uninstall input[type="submit"]:hover, #delete input[type="submit"]:hover { 465 465 background: #BD7474 url(boutonhover.png) no-repeat center top; 466 466 } … … 481 481 width: 148px; 482 482 } 483 484 /*Admin forms */ 485 .plugin .uninstall { 486 height:100px; 487 margin:7px 0 18px; 488 margin-top:7px; 489 padding:0; 490 text-align:center; 491 } 492 493 483 494 #attachments input[type="button"]:hover, 484 495 #attachments input[type="submit"]:hover,
Note: See TracChangeset
for help on using the changeset viewer.