1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11811] Remove outline on :focus

PHPBB3-11811
This commit is contained in:
Vjacheslav Trushkin
2013-08-25 10:11:33 +03:00
parent 424080c45a
commit 3cd445d055
3 changed files with 23 additions and 0 deletions

View File

@@ -543,6 +543,9 @@ input.radio {
border-style: none;
}
input:focus, select:focus, textarea:focus {
outline-style: none;
}
/* BBCode
------------ */