mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- yWeb: enable auto-reload of screenshots
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user