mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'VSEphpbb/ticket/12292' into develop-ascraeus
* VSEphpbb/ticket/12292: [ticket/12292] Fix syntax error in admin.css
This commit is contained in:
commit
2e6911b7e7
1 changed files with 1 additions and 1 deletions
|
@ -1556,7 +1556,7 @@ input.disabled {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Focus states */
|
/* Focus states */
|
||||||
input.button1:focus, input.button2:focus, {
|
input.button1:focus, input.button2:focus {
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue