Changeset 1800:049b46e6f72a
- Timestamp:
- 09/12/13 22:26:49 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1798 r1800 573 573 input[type=submit], a.button.submit { 574 574 color: #fff; 575 background-color:#25A6E1;576 575 border: 1px solid #2C8FD1; 577 576 background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 578 577 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 579 578 background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 580 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);579 background-color:#25A6E1; 581 580 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 582 581 } 583 582 input[type=submit]:hover, input[type=submit]:focus, 584 583 a.button.submit:hover, a.button.submit:focus { 585 background:#188BC0;586 584 background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 587 585 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 588 586 background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 589 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0);587 background-color:#188BC0; 590 588 } 591 589 /* suppression, reset, "neutres" fond gris */ … … 595 593 a.button.delete, a.button.reset, a.button { 596 594 color: #000; 597 background-color: #f5f5f5;598 595 background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 599 596 background: -moz-linear-gradient(top, #f5f5f5, #dfdfdf); 597 background-color: #eee; 600 598 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 601 599 } … … 608 606 a.button.delete:hover, a.button.reset:hover, a.button:hover, 609 607 a.button.delete:focus, a.button.reset:focus, a.button:focus { 610 background-color:#e9e9e9;611 608 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 612 609 background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 613 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');610 background-color:#f3f3f3; 614 611 } 615 612 /* suppression */ … … 665 662 border: 1px solid #CCC; 666 663 } 667 input.disabled:hover, input[type=submit].disabled {664 input.disabled:hover, input[type=submit].disabled:hover { 668 665 color: #676e78; 669 background: # DFDFDF;666 background: #eee; 670 667 border: 1px solid #CCC; 671 668 } … … 1373 1370 } 1374 1371 .box.small { 1375 width: 300px;1372 width: 280px; 1376 1373 } 1377 1374 .box.large {
Note: See TracChangeset
for help on using the changeset viewer.