Changeset 1065:fe4840b56b20 for themes/ductile/style.css
- Timestamp:
- 12/13/12 09:39:27 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r889 r1065 250 250 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#d7d7dc',GradientType=0 ); 251 251 background: linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%); 252 -webkit-border-radius: 4px;253 -moz-border-radius: 4px;254 -o-border-radius: 4px;255 -ms-border-radius: 4px;256 -khtml-border-radius: 4px;257 252 border-radius: 4px; 258 253 border-right: 1px solid #aaa; … … 530 525 padding: 4px; 531 526 background: #fff; 532 -webkit-border-radius: 3px;533 -moz-border-radius: 3px;534 -o-border-radius: 3px;535 -ms-border-radius: 3px;536 -khtml-border-radius: 3px;537 527 border-radius: 3px; 538 528 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; … … 557 547 background: rgb(119,119,119); 558 548 border: solid 1px #686867; 559 -webkit-border-radius: 5px;560 -moz-border-radius: 5px;561 -o-border-radius: 5px;562 -ms-border-radius: 5px;563 -khtml-border-radius: 5px;564 549 border-radius: 5px; 565 550 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
Note: See TracChangeset
for help on using the changeset viewer.