Changeset 1475:30ca756dd281
- Timestamp:
- 08/19/13 15:24:01 (12 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 3 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% ); -
admin/style/jsToolBar/jsToolBar.css
r1399 r1475 82 82 display: block; 83 83 list-style: none; 84 margin: 0 0 0 -5px;84 margin: 0; 85 85 padding: 0 0 5px 0; 86 86 background: #dfdfdf; 87 87 border-top: 1px solid #999; 88 font-size: 90%;89 font-weight: bold;90 88 } 91 89 .jstSwitcher li { 92 90 display: inline; 93 91 margin: 0 0 0 5px; 94 padding: 2px 4px;92 padding: 2px 8px; 95 93 } 96 94 .jstSwitcher li.jstSwitcherCurrent { 97 95 color: #fff; 98 background: # 999;96 background: #575859; 99 97 border-radius: 0 0 2px 2px; 100 98 }
Note: See TracChangeset
for help on using the changeset viewer.