mirror of https://github.com/rancher/ui.git
table head tweak
This commit is contained in:
parent
d1993ee5d2
commit
cb37e3745f
|
|
@ -13,6 +13,7 @@
|
|||
background: $light-grey!important;
|
||||
border: 0;
|
||||
border-bottom: 3px solid rgba($mid-grey, .5);
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue