Restyle tree table UI
This commit is contained in:
parent
731619ac5c
commit
1a5cde17ac
2 changed files with 7 additions and 3 deletions
|
@ -17,11 +17,11 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
|
font-size: 15px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-bottom: 1px solid #CCC;
|
border-bottom: 1px solid #CCC;
|
||||||
text-shadow: 0 1px 1px #fff;
|
text-shadow: 0 1px 1px #fff;
|
||||||
@include bg-dark-gray-gradient;
|
|
||||||
|
|
||||||
ul.nav {
|
ul.nav {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
|
@ -57,13 +57,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-table {
|
.tree-table {
|
||||||
|
border: none;
|
||||||
|
|
||||||
th .btn {
|
th .btn {
|
||||||
margin: -2px -1px;
|
margin: -2px -1px;
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
background: #fafafa;
|
background: #fff !important;
|
||||||
|
border-left: none;
|
||||||
|
border-right: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue