// admin import

This commit is contained in:
Kevin Granger
2013-11-25 17:55:59 +01:00
parent 0e3504f3b3
commit 4c8c48f441
3 changed files with 14 additions and 11 deletions
@@ -21,6 +21,11 @@
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
@@ -42,12 +47,6 @@
td.pointer
cursor: pointer
tr.filter
background-color: lighten(#CAE5F4,5%)
input[type="text"].filter, input[type="password"].filter, select.filter
font-size: 12px
border-color: darken(#CAE5F4,10%)
tr.highlighted td
background-color: $brand-primary!important
color: white