diff --git a/customize.dist/main.css b/customize.dist/main.css index cf6ff644c..7ff8ae129 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -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; diff --git a/customize.dist/src/cryptpad.less b/customize.dist/src/cryptpad.less index e00d63a58..156a6b14a 100644 --- a/customize.dist/src/cryptpad.less +++ b/customize.dist/src/cryptpad.less @@ -196,7 +196,7 @@ tbody { &.table-refresh { color: @cp-green; text-decoration: none; - //border-bottom: 0px; + cursor: pointer; } }