diff options
author | alecpl <alec@alec.pl> | 2012-04-05 08:39:40 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-05 08:39:40 +0000 |
commit | 62a61871a75ce9b94e0b917f28239b822b65e36a (patch) | |
tree | 9fb0265f88b8ba56c5c7c8828946bd762e03aaa8 | |
parent | 8d8f7a7b8e7ea8464aa807611b3db320fab12156 (diff) |
- Remove outline on focused inputs (removes default Chrome/Safari outline)
-rw-r--r-- | skins/larry/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index f58f3c123..5139c22df 100644 --- a/skins/larry/styles.css +++ b/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, |