cursor: pointer for refresh button
This commit is contained in:
parent
e79d3d4d4e
commit
c7155d582e
@ -165,6 +165,7 @@ tbody tr:first-of-type th {
|
|||||||
tbody tr:first-of-type th.table-refresh {
|
tbody tr:first-of-type th.table-refresh {
|
||||||
color: #46E981;
|
color: #46E981;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
tbody tr:nth-child(odd) {
|
tbody tr:nth-child(odd) {
|
||||||
background-color: #685d56;
|
background-color: #685d56;
|
||||||
|
|||||||
@ -196,7 +196,7 @@ tbody {
|
|||||||
&.table-refresh {
|
&.table-refresh {
|
||||||
color: @cp-green;
|
color: @cp-green;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
//border-bottom: 0px;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user