1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

input[type="number"] should be highlighted as well when it has focus (#31971).

git-svn-id: http://svn.redmine.org/redmine/trunk@18527 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-09-25 07:36:34 +00:00
parent 2dab26cef1
commit 8bef8c8231

View File

@ -488,6 +488,7 @@ input[type="submit"]:hover {
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus, input[type="password"]:active,
input[type="date"]:focus, input[type="date"]:active,
input[type="number"]:focus, input[type="number"]:active,
select:focus, select:active,
textarea:focus, textarea:active {
border: 1px solid #5ad;