mirror of https://github.com/xwiki-labs/cryptpad
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 {
|
||||
color: #46E981;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
tbody tr:nth-child(odd) {
|
||||
background-color: #685d56;
|
||||
|
|
|
@ -196,7 +196,7 @@ tbody {
|
|||
&.table-refresh {
|
||||
color: @cp-green;
|
||||
text-decoration: none;
|
||||
//border-bottom: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue