Changeset 33391
- Timestamp:
- 03/23/12 05:20:02 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/cpDataTablesPlugin/trunk/web/css/dataTables.css
r33339 r33391 72 72 margin-top: -15px; 73 73 padding: 14px 0 2px 0; 74 border: 1px solid #ddd; 74 border: 1px solid #ffe57e; 75 border-radius: 5px; 76 -webkit-border-radius: 5px; 77 -moz-border-radius: 5px; 75 78 text-align: center; 76 79 color: #999; 77 80 font-size: 14px; 78 background-color: white;81 background-color: #ffe57e; 79 82 } 80 83