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:33:24 +0200 |
commit | e29515a504e862065684f6f41ab632ab38087c8d (patch) | |
tree | 9947db83a57b7b5707b6bc4d6ffd8da260c3c561 /skins | |
parent | 640cc7280ea44886ed4a15d143c9446254f53b92 (diff) |
No quotes around input field (doesn't really fit in Chrome)
Diffstat (limited to 'skins')
-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: '"'; } |