Fixed rendering of userguide; api category menu and input box

This commit is contained in:
Deon George
2016-05-02 16:29:47 +10:00
parent 53873600c1
commit 0a7e8b349d
2 changed files with 36 additions and 1 deletions

View File

@@ -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; }