cursor: pointer for refresh button

This commit is contained in:
ansuz 2016-08-03 11:37:58 +02:00
parent e79d3d4d4e
commit c7155d582e
2 changed files with 2 additions and 1 deletions

View File

@ -165,6 +165,7 @@ tbody tr:first-of-type th {
tbody tr:first-of-type th.table-refresh {
color: #46E981;
text-decoration: none;
cursor: pointer;
}
tbody tr:nth-child(odd) {
background-color: #685d56;

View File

@ -196,7 +196,7 @@ tbody {
&.table-refresh {
color: @cp-green;
text-decoration: none;
//border-bottom: 0px;
cursor: pointer;
}
}