summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-06 17:33:24 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-06-06 17:37:42 +0200
commit49db5234109c4e46e82b0ece8b0f8da58ce5ea69 (patch)
treea1f9fe962aa9dbce83ae23ca6fd97f2c22334a14 /skins
parent0e5821166bcffa4a370053fb4432310adb78929c (diff)
No quotes around input field (doesn't really fit in Chrome)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/addressbook.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css
index 5181c22b1..46b4949da 100644
--- a/skins/larry/addressbook.css
+++ b/skins/larry/addressbook.css
@@ -184,9 +184,7 @@ form #contacthead {
}
#contacthead span.nickname:before,
-#contacthead span.nickname:after,
-#contacthead input.ff_nickname:before,
-#contacthead input.ff_nickname:after {
+#contacthead span.nickname:after {
content: '"';
}