diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-06 17:33:24 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-06 17:37:42 +0200 |
commit | 49db5234109c4e46e82b0ece8b0f8da58ce5ea69 (patch) | |
tree | a1f9fe962aa9dbce83ae23ca6fd97f2c22334a14 /skins/larry/addressbook.css | |
parent | 0e5821166bcffa4a370053fb4432310adb78929c (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.css | 4 |
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: '"'; } |