Issue with applying dotted border to cells in table design

后端 未结 9 1111
不知归路
不知归路 2021-01-12 07:48

Here\'s my fiddle:

http://jsfiddle.net/gFA4p/84/

In this screenshot, the green lines represent where I\'m trying to apply dotted lines.

9条回答
  •  没有蜡笔的小新
    2021-01-12 08:15

    looks like it's overwriting or ignoring your dotted borders in td. because you set the borders to solid here:

    .geniusPicks table tr.pickConsensusBody td {
        background: none repeat scroll 0 0 grey;
        border: 1px solid;
    }
    

    edit: someone beat my by ~20 seconds here...

提交回复
热议问题