1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +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

@@ -731,6 +731,10 @@ optgroup, select {
color: #000;
}
select:focus {
outline-style: none;
}
optgroup {
font-size: 1.00em;
font-weight: bold;
@@ -976,6 +980,7 @@ input:focus, textarea:focus {
border: 1px solid #BC2A4D;
background-color: #E9E9E2;
color: #BC2A4D;
outline-style: none;
}
/* Submit button fieldset or paragraph
@@ -1070,6 +1075,11 @@ input.disabled {
color: #666666;
}
/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
outline-style: none;
}
/* Pagination
---------------------------------------- */
.pagination {