From c7155d582ea2ef68764872c43e646e575af3b611 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 3 Aug 2016 11:37:58 +0200 Subject: [PATCH] cursor: pointer for refresh button --- customize.dist/main.css | 1 + customize.dist/src/cryptpad.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; } }