From b3ec3512b9e05f8d84232393660cb18235450781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 3 Nov 2014 17:18:35 +0100 Subject: [PATCH] Change main input type from text to url --- app/node_views/index.html | 2 +- app/public/styles/less/main.less | 6 +----- app/public/styles/main.css | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app/node_views/index.html b/app/node_views/index.html index 5cd772b..0323450 100644 --- a/app/node_views/index.html +++ b/app/node_views/index.html @@ -10,7 +10,7 @@

Yellow Lab Tools

Free online test to help speeding up heavy web pages

- +

(This is a BETA, your feedback is more than welcome)

diff --git a/app/public/styles/less/main.less b/app/public/styles/less/main.less index ef48683..79f6dd2 100644 --- a/app/public/styles/less/main.less +++ b/app/public/styles/less/main.less @@ -13,14 +13,10 @@ body { text-align: center; } -body, input[type=submit], input[type=text], input[type=number], button { +body, input[type=submit], input[type=text], input[type=url], input[type=number], button { font-family: 'Century Gothic', helvetica, arial, sans-serif; } -input[type=text] { - -} - input[type=submit] { cursor: pointer; } diff --git a/app/public/styles/main.css b/app/public/styles/main.css index ca72257..5a8669b 100644 --- a/app/public/styles/main.css +++ b/app/public/styles/main.css @@ -18,6 +18,7 @@ body { body, input[type=submit], input[type=text], +input[type=url], input[type=number], button { font-family: 'Century Gothic', helvetica, arial, sans-serif;