changed cursor style on settings page globally

This commit is contained in:
hauke 2014-09-06 17:01:05 +02:00
parent 25d7087d9e
commit 7dcf37f053
2 changed files with 4 additions and 4 deletions

View file

@ -122,3 +122,7 @@ blockquote.shared_content {
color: #000;
border: none;
}
.settings-heading {
cursor: pointer;
}

View file

@ -2727,7 +2727,3 @@ a.mail-list-link {
.mail-conv-delete-icon {
border: none;
}
.settings-heading {
cursor: pointer;
}