diff --git a/resources/static/css/common.css b/resources/static/css/common.css index c12bdae416fdfb37a4ca365559162111d5418ab9..8cde3058603695e2453a5096aea317e1d0fc02b3 100644 --- a/resources/static/css/common.css +++ b/resources/static/css/common.css @@ -128,6 +128,10 @@ input[type=password]:disabled { * issue #1311 */ -webkit-text-fill-color: #4f4f4f; opacity: 1; + /* Remove the box-shadow and border-color that come with a focused input + * field */ + box-shadow: none; + border-color: #b2b2b2; } input[type=radio],