Files
danbooru/app/assets/stylesheets/common/tables.css.scss

38 lines
468 B
SCSS

@import "000_vars.css.scss";
table.striped {
p {
margin: 0;
}
td, th {
padding: 4px 6px;
}
tbody {
tr {
border-bottom: 1px solid $border_color;
}
tr:hover {
background-color: $reverse_highlight_color;
}
}
thead {
tr {
border-bottom: 2px solid #666;
}
th {
font-weight: bold;
text-align: left;
color: #333;
}
}
tr.even {
background-color: #FAFAFA;
}
}