From eb0693bda1edce80569ee15c1543a7a897c8f359 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 14 Jul 2019 01:09:48 +0200 Subject: thicker border --- StoneIsland/www/css/account.css | 4 +++- StoneIsland/www/index.html | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 4f9903e1..28e49ca4 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -160,7 +160,9 @@ input[type=text], input[type=password], input[type=number], input[type=date], in input[type=text], input[type=password], input[type=number], input[type=email] { -webkit-appearance: none; } - +input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email] { + border-width: 2px; +} .half-input { margin: 0px auto; display: flex; diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 9cb3780f..022c931e 100755 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -1146,11 +1146,11 @@ - + - + -- cgit v1.2.3-70-g09d2