]> source.dussan.org Git - redmine.git/commitdiff
input[type="number"] should be highlighted as well when it has focus (#31971).
authorGo MAEDA <maeda@farend.jp>
Wed, 25 Sep 2019 07:36:34 +0000 (07:36 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 25 Sep 2019 07:36:34 +0000 (07:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18527 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index edf96d4fee22a424e00c2e14aff02150deecbca4..e0e5cec2a277143af5c6963eb2fa3041824b36c2 100644 (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;