vendor/assets/stylesheets/table.scss in active_frontend-1.0.11 vs vendor/assets/stylesheets/table.scss in active_frontend-2.0.0

- old
+ new

@@ -30,40 +30,40 @@ font-size: 15px; font-weight: bold; padding: 7px 10px 7px 10px; } .table th a { color: rgba(43,50,53,1); } -.table th a:hover { color: rgba(15,135,226,1); } +.table th a:hover { color: rgba(0,132,255,1); } .table th.tablespy-sort-asc:before { content: "\f3d8"; float: right; font-family: "Ionicons"; font-weight: normal; - font-style: normal; + font-style: normal; } .table th.tablespy-sort-desc:before { content: "\f3d0"; float: right; font-family: "Ionicons"; font-weight: normal; - font-style: normal; + font-style: normal; } .table th.tablespy-sort-none:before { content: "\f462"; float: right; font-family: "Ionicons"; font-weight: normal; - font-style: normal; + font-style: normal; } .table th.tablespy-sort-asc, .table th.tablespy-sort-desc, .table th.tablespy-sort-none { cursor: pointer; } .table th.tablespy-sort-empty:before { content: ""; } .table th.tablespy-sort-empty { pointer-events: none; } .table caption { border-bottom: 1px solid rgba(225,232,237,1); - border-top: 0; + border-top: 0; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, @@ -123,11 +123,11 @@ @media only screen and (max-width: 960px) { .table-responsive { border: 1px solid rgba(225,232,237,1); max-height: 300px; -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: scroll; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: scroll; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, \ No newline at end of file