Changeset 1169:ad8a95442171 for admin
- Timestamp:
- 07/11/13 20:49:15 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/jsUpload/style.css
r1166 r1169 3 3 *display: inline; 4 4 border-radius: .2em; 5 outline: none; 6 text-decoration: none; 7 text-align: center; 8 cursor: pointer; 9 margin-right: 4px; 10 padding: .1em .5em 0 .5em; 11 font-size: 1em; 12 font-family: Helvetica,Arial,sans-serif; 13 float: left; 14 background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5)); 15 border: 1px solid #DFDFDF; 16 } 17 18 .enhanced_uploader .button.start { 5 19 background: #2373A8; 6 20 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 7 21 background: -moz-linear-gradient(top, #2373A8, #2C8FD1); 8 outline: none; 22 text-shadow: 0 1px 1px rgba(0,0,0,.3); 23 color: #fff; 9 24 border: 1px solid #2373A8; 10 text-decoration: none;11 text-shadow: 0 1px 1px rgba(0,0,0,.3);12 text-align: center;13 cursor: pointer;14 color: #fff;15 margin-right: 4px;16 padding: .1em .5em 0 .5em;17 font-size: 1em;18 float: left;19 25 } 20 26 21 .enhanced_uploader .button :hover {27 .enhanced_uploader .button.start:hover { 22 28 background: #2373A8; 23 29 border: 1px solid #2C8FD1;
Note: See TracChangeset
for help on using the changeset viewer.