1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-26 05:06:12 +01:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12292] Fix syntax error in admin.css
This commit is contained in:
Cesar G
2014-03-22 20:51:06 -07:00

View File

@@ -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;
} }