Sha256: d5d9f742a7108e20f7f19ac75b9117d528d5aa2b67f70c508ae2428a328ac0ac

Contents?: true

Size: 1.09 KB

Versions: 10

Compression:

Stored size: 1.09 KB

Contents

table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
}
table[data-sortable] th {
  vertical-align: bottom;
  font-weight: bold;
}
table[data-sortable] th, table[data-sortable] td {
  text-align: left;
  padding: 10px;
}
table[data-sortable] th:not([data-sortable="false"]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}
table[data-sortable] th:after {
  content: "";
  visibility: hidden;
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}
table[data-sortable] th[data-sorted="true"]:after {
  visibility: visible;
}
table[data-sortable] th[data-sorted-direction="descending"]:after {
  border-top-color: inherit;
  margin-top: 8px;
}
table[data-sortable] th[data-sorted-direction="ascending"]:after {
  border-bottom-color: inherit;
  margin-top: 3px;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootbox_crud-0.2.1 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.2.0 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1.7 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1.6 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1.5 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1.4 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1.3 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1.2 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1.1 vendor/assets/stylesheets/sortable-theme-minimal.css
bootbox_crud-0.1.1 vendor/assets/stylesheets/sortable-theme-minimal.css