diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-05 08:39:40 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-05 08:39:40 +0000 |
| commit | 728a5419a2575dc5743501caea21eac93a82cd82 (patch) | |
| tree | fd0583f46ebe6217f284cb1ed8f71a0d213e5dc9 | |
| parent | c3fde2ca67ca7e7349016346d165df0e87cc69ad (diff) | |
- Remove outline on focused inputs (removes default Chrome/Safari outline)
git-svn-id: https://svn.roundcube.net/trunk@6043 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index f58f3c123..5139c22df 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/skins/larry/styles.css @@ -59,6 +59,7 @@ textarea:focus { -moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); -webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); -o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); + outline: none; } input.placeholder, |
