diff --git a/view/global.css b/view/global.css index 1588d3393..5c414cb35 100644 --- a/view/global.css +++ b/view/global.css @@ -122,3 +122,7 @@ blockquote.shared_content { color: #000; border: none; } + +.settings-heading { + cursor: pointer; +} \ No newline at end of file diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index e71676649..a3cc593d3 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2727,7 +2727,3 @@ a.mail-list-link { .mail-conv-delete-icon { border: none; } - -.settings-heading { - cursor: pointer; -}