diff options
| author | garbash <dor.garbash@gmail.com> | 2015-03-01 13:19:00 -0800 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-03-01 13:19:00 -0800 |
| commit | 1dc39bdfa7c6d744f2707795f84cdc0c5a0d9af4 (patch) | |
| tree | 8e28d986a67aecc81201287695aad6a6a44d2801 /res/client/css/style.css | |
| parent | a186d588f166f1f45b3d3a2a9e875c86410dc581 (diff) | |
Fixed outline in edit box with chrome bug
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 144ef9de..1fdd8441 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -885,6 +885,8 @@ p { .insideforeign { display: inline; } + .insideforeign:focus { + outline: none; } .foreign { text-align: left; } |
