From 7dcf37f053404b8a58cbc85b38158e3496637366 Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 6 Sep 2014 17:01:05 +0200 Subject: [PATCH] changed cursor style on settings page globally --- view/global.css | 4 ++++ view/theme/vier/style.css | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -}