mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-03 02:42:39 +02:00
Responsiveness for striped tables
This commit is contained in:
3
dist/mini-default.css
vendored
3
dist/mini-default.css
vendored
@@ -939,6 +939,9 @@ table {
|
||||
table.striped tr:nth-of-type(2n) > td {
|
||||
background: #eeeeee; }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
table.striped:not(.preset) tr:nth-of-type(2n) {
|
||||
background: #eeeeee; } }
|
||||
.card {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
|
Reference in New Issue
Block a user