mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11811] Remove outline on :focus
PHPBB3-11811
This commit is contained in:
@@ -731,6 +731,10 @@ optgroup, select {
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select:focus {
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
optgroup {
|
optgroup {
|
||||||
font-size: 1.00em;
|
font-size: 1.00em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -976,6 +980,7 @@ input:focus, textarea:focus {
|
|||||||
border: 1px solid #BC2A4D;
|
border: 1px solid #BC2A4D;
|
||||||
background-color: #E9E9E2;
|
background-color: #E9E9E2;
|
||||||
color: #BC2A4D;
|
color: #BC2A4D;
|
||||||
|
outline-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Submit button fieldset or paragraph
|
/* Submit button fieldset or paragraph
|
||||||
@@ -1070,6 +1075,11 @@ input.disabled {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Focus states */
|
||||||
|
input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Pagination
|
/* Pagination
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.pagination {
|
.pagination {
|
||||||
|
@@ -29,6 +29,10 @@ select {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select:focus {
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
@@ -298,6 +302,7 @@ fieldset.submit-buttons input {
|
|||||||
.inputbox:focus {
|
.inputbox:focus {
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
color: #4b4b4b;
|
color: #4b4b4b;
|
||||||
|
outline-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.inputbox { width: 85%; }
|
input.inputbox { width: 85%; }
|
||||||
@@ -369,6 +374,11 @@ input.disabled {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Focus states */
|
||||||
|
input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Topic and forum Search */
|
/* Topic and forum Search */
|
||||||
.search-box {
|
.search-box {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
@@ -543,6 +543,9 @@ input.radio {
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:focus, select:focus, textarea:focus {
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* BBCode
|
/* BBCode
|
||||||
------------ */
|
------------ */
|
||||||
|
Reference in New Issue
Block a user