From 539b28b3dc798e48054fb0df9b9f7b80fd2ec6bc Mon Sep 17 00:00:00 2001 From: saman bb Date: Sat, 1 Jun 2013 02:07:54 -0400 Subject: [PATCH] fix wiki link styling. --- css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 35346c888..467352f57 100644 --- a/css/app.css +++ b/css/app.css @@ -1348,12 +1348,13 @@ input[type=number] { .form-field .wiki-link { float: right; + background: #fafafa; padding: 5px; text-align: center; } .form-field .wiki-link:hover { - background: #ececec; + background: #f1f1f1; } #preset-input-maxspeed {