can't rely on unicode everywhere, so let's use an svg icon

This commit is contained in:
ansuz
2016-08-03 16:58:39 +02:00
parent 306d524416
commit 90e323394d
3 changed files with 42 additions and 9 deletions

View File

@@ -2,6 +2,16 @@ a.github-corner > svg {
fill: #46E981;
color: #302B28;
}
.table-refresh > svg {
width: .9em;
height: .9em;
fill: #46E981;
-webkit-transform: translate(0, 15%);
-moz-transform: translate(0, 15%);
-o-transform: translate(0, 15%);
-ms-transform: translate(0, 15%);
transform: translate(0, 15%);
}
/*
Apparently Chrome fails to render fonts half the time, so we just have to drop
lato for now :(
@@ -181,13 +191,14 @@ tbody tr th,
tbody tr td {
color: #fafafa;
}
tbody tr th:last-child {
border-right: 0px;
}
tbody .remove {
tbody tr th.remove,
tbody tr td.remove {
cursor: pointer !important;
color: #FF0073;
}
tbody tr th:last-child {
border-right: 0px;
}
tbody td {
border-right: 1px solid black;
padding: 12px;