Sha256: 2cb5ee5e3f8381f63e0eb190495e6388f6f96cbf4388711599d9cb578a478d33
Contents?: true
Size: 833 Bytes
Versions: 4
Compression:
Stored size: 833 Bytes
Contents
#listing_product_stock { margin-left: 0px; margin-right: 0px; th { border-bottom: 1px solid $color-border; } > tbody { > tr.stock-item-edit-row { td { background-color: $color-tbl-even; border-left: none; } &:nth-child(even) td { /* An nth-even child is actually an odd row */ background-color: $color-tbl-odd; } } > tr { &:first-child td { border-top: none; } } } td { vertical-align: middle; &.location-name-cell { border-left: none; } input.error { border-color: $color-error; } .select2-container.error { border-radius: 4px; border: 1px solid $color-error; } } tr:hover { .stock-variant-field-table td { background-color: transparent; } } }
Version data entries
4 entries across 4 versions & 1 rubygems