|
|
|
@ -401,7 +401,7 @@ strong {
|
|
|
|
|
.table-view li { |
|
|
|
|
position: relative; |
|
|
|
|
padding: 11px 60px 12px 15px; |
|
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='1'><rect fill='#e6e6e6' x='0' y='0' width='320' height='0.5'/></svg>"); |
|
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320px' height='1'><rect fill='#c8c7cc' x='0' y='0' width='320px' height='0.5'/></svg>"); |
|
|
|
|
background-position: 15px 100%; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
} |
|
|
|
@ -428,7 +428,6 @@ strong {
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15); |
|
|
|
|
border-radius: 6px; |
|
|
|
|
} |
|
|
|
|
.table-view.inset li:first-child, |
|
|
|
|
.table-view.inset li:last-child { |
|
|
|
|
background-image: none; |
|
|
|
|
} |
|
|
|
@ -441,8 +440,9 @@ strong {
|
|
|
|
|
color: #999; |
|
|
|
|
font-weight: 500; |
|
|
|
|
background-color: #fafafa; |
|
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='1'><rect fill='#e6e6e6' x='0' y='0' width='320' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='1'><rect fill='#e6e6e6' x='0' y='0' width='320' height='0.5'/></svg>"); |
|
|
|
|
background-position: top, bottom; |
|
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320px' height='1'><rect fill='#c8c7cc' x='0' y='0' width='320px' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320px' height='1'><rect fill='#c8c7cc' x='0' y='0' width='320px' height='0.5'/></svg>"); |
|
|
|
|
background-position: 0 100%, 0 0%; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
} |
|
|
|
|
.table-view .table-view-divider:first-child { |
|
|
|
|
top: 0; |
|
|
|
|