diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-12-20 11:03:44 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-12-20 11:03:44 +0100 |
commit | 96bd53170139816546c17f58f62d38f6e8f259cd (patch) | |
tree | 1134a55d3efa60964162e673b693b56447f81d08 | |
parent | 5bbb6e12157c67c4fbe4ed4853625b775e0be973 (diff) | |
parent | 11ad71b38132df795777109864479885ba724e21 (diff) | |
download | forums-96bd53170139816546c17f58f62d38f6e8f259cd.tar forums-96bd53170139816546c17f58f62d38f6e8f259cd.tar.gz forums-96bd53170139816546c17f58f62d38f6e8f259cd.tar.bz2 forums-96bd53170139816546c17f58f62d38f6e8f259cd.tar.xz forums-96bd53170139816546c17f58f62d38f6e8f259cd.zip |
Merge pull request #4087 from VSEphpbb/ticket/14368
[ticket/14368] Fix color of post editor input boxes
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index b145a75ace..4458a59502 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1027,7 +1027,6 @@ fieldset.quick-login input.inputbox { .inputbox:focus { border-color: #11A3EA; - color: #0F4987; } .inputbox:focus:-moz-placeholder { |