Fixed rendering of userguide; api category menu and input box
This commit is contained in:
@@ -42,7 +42,7 @@ legend { font-weight: bold; font-size:1.2em; }
|
||||
label { font-weight: bold; }
|
||||
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
|
||||
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
|
||||
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
|
||||
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #888; }
|
||||
input, select { cursor: pointer; }
|
||||
input[type='text'],input[type='password'] { cursor: text; }
|
||||
|
||||
|
Reference in New Issue
Block a user