mirror of
https://github.com/redmine/redmine.git
synced 2026-01-07 16:12:59 +01:00
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18602 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -70,8 +70,7 @@ input[type="button"], input[type="submit"], input[type="reset"] { background-col
|
||||
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
|
||||
|
||||
/* Fields */
|
||||
input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
|
||||
input[type="text"], input[type="password"] { padding: 3px; }
|
||||
input[type="text"], input[type="password"], textarea, select { border: 1px solid #d7d7d7; }
|
||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
|
||||
option { border-bottom: 1px dotted #d7d7d7; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user