1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge pull request #4087 from VSEphpbb/ticket/14368

[ticket/14368] Fix color of post editor input boxes
This commit is contained in:
Marc Alexander
2015-12-20 11:03:44 +01:00

View File

@@ -1027,7 +1027,6 @@ fieldset.quick-login input.inputbox {
.inputbox:focus {
border-color: #11A3EA;
color: #0F4987;
}
.inputbox:focus:-moz-placeholder {