pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 4cee6540db9b56a520d85b00c6405074bc348359 parent 9a9a45b1c299218fdb5973ec40f186ca76f5f22c Author: Jul <jul@9o.is> Date: Sat, 7 Jun 2014 06:27:06 -0400 changed success/error input styling a bit Diffstat:
| M | src/main/webapp/less/overrides.less | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/less/overrides.less b/src/main/webapp/less/overrides.less @@ -197,8 +197,9 @@ body { } &:focus { - border-color: @brand-primary !important; + border-color: @brand-success !important; color: @gray-darkest !important; + background: none; } } } @@ -215,8 +216,9 @@ body { } &:focus { - border-color: @brand-primary !important; + border-color: @brand-danger !important; color: @gray-darkest !important; + background: none; } } }