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; }