- yWeb: enable auto-reload of screenshots

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-10-16 16:43:15 +02:00
committed by Thilo Graf
parent 0ea08ea28a
commit 46093b1cdf
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;