Sha256: 10a6c52aa4a77a5ee71975a30843b0d49f6c2c6b46352c3237b1e138853e3ff0

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 KB

Contents

table.data {
  border-collapse: collapse;
  border: 1px solid #000;
  margin-top: 15px;
}
  
table.data th {
  background: #d0d0d0;
  border: #000 1px solid;  
  color: #000;
  padding: 12px;
}

table.data th a {
  color: #000;
  display: block;
  text-decoration: none;
}

table.data th a:hover {
  color: #000;
}

table.data td {
  background: #fff;
  border-right: #000 1px solid;  
  margin: 0;
  padding: 8px 12px;
}

table.data tr:nth-child(odd)  td { background: #fff; }
table.data tr:nth-child(even) td { background: #f1f1f1; }

table.data td.edit_button {
  
}

table.data tr.table_rows {
  td:nth-child(1),
  td:nth-child(2){
    text-align: center;
 }
}

table.data td.edit_button_over {
  background: #f9ad81 !important;
}

table.data tr:nth-child(even) td {
  
}


table.data tr:nth-child(odd) td {
  
}

table.data th:nth-child(1),
table.data th:nth-child(2) {
    width: 57px;
    text-align: center;
 }

table.data tr:hover td,
table.data tr:nth-child(even):hover td,
table.data tr:nth-child(odd):hover td {
  background: #fff799;
  cursor: pointer; 
  cursor: hand;
}

.table_controls_buttons {
  margin-top: 10px;
  margin-bottom: 5px;
    input{
      background:#7493b2;
      border: 0px;
      color: #fff;
      border-radius: 15px;
      padding: 5px 10px;
      text-transform: uppercase;
      &:hover{
        background: #da7c7f;
      }
    }
}

.table_controls_menu {
  display: inline-block;
  width: 100%;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
caboose-cms-1.0.2 app/assets/stylesheets/caboose/admin/modules/data_table.scss
caboose-cms-1.0.1 app/assets/stylesheets/caboose/admin/modules/data_table.scss