forked from micc83/editTable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.edittable.min.css
1 lines (1 loc) · 1.88 KB
/
jquery.edittable.min.css
1
table.inputtable{width:100%;margin:15px 0;border:1px solid #ddd;border-collapse:collapse;border-spacing:0;-moz-box-shadow:0 1px 3px rgba(0,0,0,.075);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.075);box-shadow:0 1px 3px rgba(0,0,0,.075)}table.inputtable a.icon-button{background-color:#ccc;display:inline-block;width:18px;height:18px;text-decoration:none;color:#fff;font-weight:800;line-height:16px;text-align:center;font-size:14px;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;-moz-box-shadow:0 0 1px rgba(0,0,0,.2);-webkit-box-shadow:0 0 1px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.2)}table.inputtable a.icon-button.addcol,table.inputtable a.icon-button.addrow{background-color:#81b71a}table.inputtable a.icon-button.delcol,table.inputtable a.icon-button.delrow{background-color:#db4a39}table.inputtable a.icon-button.disabled{background-color:#eee}table.inputtable:not(.fr) td:last-child,table.inputtable:not(.fr) th:last-child{background-color:#f8f8f8;width:54px;border:none}table.inputtable td,table.inputtable th{border:1px solid #eee;text-align:center;height:40px;vertical-align:middle;font-size:14px}table.inputtable th{background-color:#f1f1f1;border-color:#ddd;border-top:none;border-bottom:2px solid #ddd}table.inputtable td input[type=text]{border:0;width:90%;height:100%;padding:0 5%;text-align:center}table.inputtable tr td input:focus{background-color:#fafafa}table.inputtable.wh tbody tr:nth-child(1),table.inputtable.wh tbody tr:nth-child(1) input{background-color:#fdfdfd;font-weight:800}table.inputtable th:first-child,table.inputtable td:first-child{border-left:none}table.inputtable tr:last-child td{border-bottom:none}@media only screen and (max-width:480px){table.inputtable td,table.inputtable th{min-width:40px;height:80px}table.inputtable a.icon-button{width:40px;height:40px;font-size:18px;min-width:40px;line-height:40px;margin:3px 0}table.inputtable td input{height:80px}}