neighbor column sorting style

This commit is contained in:
Matthias Hannig 2018-09-09 17:44:59 +02:00
parent 28a814bca4
commit 5868cb8794
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
.col-neighbor-attr {
white-space: nowrap;
a, a:link, a:active {
color: #333;
}
i.fa {
color: #333;
}
}
.col-neighbor-active {
font-weight: bold;
color: #2e6da4;
}

View File

@ -7,6 +7,7 @@
@import 'components/status';
@import 'components/card';
@import 'components/modal';
@import 'components/neighbors';
@import 'components/routes';
@import 'components/error';
@import 'components/lookup';