我想为表格单元格填充背景颜色。单元格有填充,因此单元格没有完全填充。这是演示。例如,第一行中的第二个单元格。
这是我的风格:
.named-schedule-table td {
border-width: 1px 0 0 1px;
vertical-align: top ;
text-align: center ;
border-style: solid;
line-height: 1.6em;
overflow: hidden;
padding: 0.4em 0.6em;
text-overflow: ellipsis;
vertical-align: middle;
}
.appearance {
background: none repeat scroll 0 0 #CFDDEE;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
cursor: pointer;
margin: 3px 1px 3px 1px;
height: 25px;
line-height: 25px;
text-align: center;
}
.current-day {
background-color: #FCF8E3
}