From b9946822f30fa98fa648c3355f5dc6e12d9998f5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 18 Aug 2016 15:46:29 +0200 Subject: [PATCH] fix removal buttons on home page --- customize.dist/main.css | 4 ++-- customize.dist/src/cryptpad.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/main.css b/customize.dist/main.css index c76daa412..06418e8b2 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -191,8 +191,8 @@ tbody tr th, tbody tr td { color: #fafafa; } -tbody tr th .remove, -tbody tr td .remove { +tbody tr th.remove, +tbody tr td.remove { cursor: pointer; color: #FF0073; } diff --git a/customize.dist/src/cryptpad.less b/customize.dist/src/cryptpad.less index fb86330ba..4b400022f 100644 --- a/customize.dist/src/cryptpad.less +++ b/customize.dist/src/cryptpad.less @@ -232,7 +232,7 @@ tbody { th, td { color: @fore; - .remove { + &.remove { cursor: pointer; color: @cp-red; }