yWeb: enable auto-reload of screenshots

Origin commit data
------------------
Commit: 9eb1060cbb
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-16 (Mon, 16 Oct 2017)

Origin message was:
------------------
- yWeb: enable auto-reload of screenshots
This commit is contained in:
vanhofen
2017-10-16 16:43:15 +02:00
parent 4eff70753a
commit 13d189d622
4 changed files with 26 additions and 4 deletions

View File

@@ -86,14 +86,14 @@ div {
margin:0;
padding:0;
}
input[type="text"]:focus,input[type="password"]:focus{
input[type="text"]:focus,input[type="number"]:focus,input[type="password"]:focus{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
margin: 0px;
background: #ffffcc;
}
input[type="text"],input[type="password"],select{
input[type="text"],input[type="number"],input[type="password"],select{
border: 1px solid #aaaaaa;
margin: 0px;