table head tweak

This commit is contained in:
lvuch 2017-02-10 12:21:19 -07:00
parent d1993ee5d2
commit cb37e3745f
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@
background: $light-grey!important;
border: 0;
border-bottom: 3px solid rgba($mid-grey, .5);
z-index: 4;
}
}

View File

@ -5,12 +5,13 @@ table {
width: 100%;
}
.fixed-header-actions {
padding-top: 5px;
min-height: 40px;
width: 100%;
z-index: 1;
background: white;
}
.fixed-header {
z-index: 2;
tr {
background: $link-color;
}
@ -57,6 +58,8 @@ table {
border-width: 0 0 3px 0;
border-color: rgba($mid-grey, .2);
text-align: left;
padding: 5px 0;
.btn {
color: white;
}