58 lines
1.2 KiB
Sass
58 lines
1.2 KiB
Sass
.table
|
|
border-collapse: separate
|
|
border-spacing: 0 2px 0 0
|
|
margin-bottom: 5px
|
|
thead > tr > th
|
|
border: none
|
|
font-weight: normal
|
|
vertical-align: top
|
|
background: white
|
|
border-bottom: solid 1px darken(#CAE5F4,15%)
|
|
span.title_box
|
|
color: black
|
|
font-size: 1.1em
|
|
font-weight: bold
|
|
display: block
|
|
word-wrap: nowrap
|
|
white-space: nowrap
|
|
&.active
|
|
font-weight: bold
|
|
a
|
|
text-decoration: none
|
|
a.active
|
|
color: black
|
|
thead > tr.filter > th
|
|
background-color: lighten(#CAE5F4,5%)
|
|
input[type="text"].filter, input[type="password"].filter, select.filter
|
|
font-size: 12px
|
|
border-color: darken(#CAE5F4,10%)
|
|
input, select
|
|
margin: 0
|
|
tbody
|
|
> tr > td
|
|
border-top: none
|
|
background-color: white
|
|
padding: 3px 7px
|
|
vertical-align: middle
|
|
word-wrap: nowrap
|
|
font-size: 12px
|
|
border-bottom: solid 1px #eee
|
|
> tr.odd > td
|
|
background-color: $table-bg-accent
|
|
> tr:hover > td
|
|
background-color: $table-bg-hover
|
|
|
|
td.center, th.center
|
|
text-align: center
|
|
td.pointer
|
|
cursor: pointer
|
|
|
|
tr.highlighted td
|
|
background-color: $brand-primary!important
|
|
color: white
|
|
|
|
td.actions
|
|
min-width: 200px
|
|
|
|
.bulk-actions
|
|
margin: 17px 0 0 0 |