Changeset 1475:30ca756dd281 for admin/style/default.css
- Timestamp:
- 08/19/13 15:24:01 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1470 r1475 1357 1357 } 1358 1358 p.form-note.info { 1359 background: #f5eaff url(info.png) no-repeat .3em . 2em;1359 background: #f5eaff url(info.png) no-repeat .3em .3em; 1360 1360 border: 1px solid #ddbaff; 1361 1361 } … … 1432 1432 a.submit { 1433 1433 display: inline-block; 1434 outline: none;1435 1434 cursor: pointer; 1436 1435 text-align: center; … … 1448 1447 a.submit { 1449 1448 color: #fff; 1450 border: 1px solid #A2CBE9; 1451 text-shadow: 0 -1px 1px #3275bc; 1449 text-shadow: 0 -1px 1px #1A87B9; 1452 1450 background:#25A6E1; 1453 1451 background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); … … 1455 1453 background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 1456 1454 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); 1457 border:1px solid # 1A87B91455 border:1px solid #2C8FD1; 1458 1456 1459 1457 } … … 1469 1467 background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 1470 1468 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 1471 border: 1px solid #2C8FD1;1472 1469 } 1473 1470 /* suppression et reset */ … … 1490 1487 input[type=submit].reset:focus, 1491 1488 input[type=submit].delete:focus { 1492 background: #dfdfdf;1493 background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5));1494 background: -moz-linear-gradient(top, #dfdfdf, #f5f5f5);1495 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5');1489 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 1490 background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 1491 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9'); 1492 background-color:#e9e9e9; 1496 1493 } 1497 1494 a.delete, … … 1532 1529 font-size: 1.4rem; 1533 1530 } 1534 .button.add:hover, .button.add: focus {1531 .button.add:hover, .button.add:active, .button.add:focus { 1535 1532 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) ); 1536 1533 background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
Note: See TracChangeset
for help on using the changeset viewer.