app/assets/stylesheets/captive-admin/components/_tables.scss in captive-admin-0.2.2 vs app/assets/stylesheets/captive-admin/components/_tables.scss in captive-admin-0.2.3
- old
+ new
@@ -1,35 +1,39 @@
// --------- Index Tables
table.index_table {
- @include shadow-xs;
-
- border-radius: $border-radius-s;
overflow: hidden;
th {
+ padding: $spacer-4;
+ color: $fg-subtle;
+
a,
a:link,
a:visited {
- color: $fg-muted;
+ color: $fg-subtle;
}
&.sorted-asc,
&.sorted-desc {
background: $bg-default;
- border-bottom: 2px solid $border-color-emphasis;
+
+ a {
+ color: $fg-default;
+ }
}
&:last-child {
border-right: none;
}
}
tr.even td {
- background: $bg-subtle;
+ background: $bg-default;
}
td {
- border-bottom: none;
+ border-bottom: 1px solid $blue-grey-100;
vertical-align: middle;
+ padding: $spacer-4;
}
}