summaryrefslogtreecommitdiff
path: root/skins/larry/addressbook.css
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:33:24 +0200
commite29515a504e862065684f6f41ab632ab38087c8d (patch)
tree9947db83a57b7b5707b6bc4d6ffd8da260c3c561 /skins/larry/addressbook.css
parent640cc7280ea44886ed4a15d143c9446254f53b92 (diff)
No quotes around input field (doesn't really fit in Chrome)
Diffstat (limited to 'skins/larry/addressbook.css')
-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: '"';
}