mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-03 19:21:38 +02:00
minor design corrections
fix onkeyup / onchange event while typing / copying serial number to setup
This commit is contained in:
parent
bafe47e424
commit
1a57b23f5b
4 changed files with 37 additions and 29 deletions
|
@ -39,7 +39,7 @@ h2 {
|
|||
}
|
||||
|
||||
.topnav a:hover {
|
||||
background-color: #555 !important;
|
||||
background-color: #044e86 !important;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
@ -60,13 +60,13 @@ h2 {
|
|||
}
|
||||
|
||||
.topnav .active {
|
||||
background-color: #00afc1;
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
span.seperator {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
margin: 10px 0px 10px;
|
||||
margin: 5px 0px 5px;
|
||||
background-color: #494949;
|
||||
display: block;
|
||||
}
|
||||
|
@ -170,7 +170,7 @@ p.lic, p.lic a {
|
|||
}
|
||||
|
||||
.s_active, .s_collapsible:hover {
|
||||
background-color: #006ec0;
|
||||
background-color: #044e86;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -180,7 +180,7 @@ p.lic, p.lic a {
|
|||
}
|
||||
|
||||
.s_collapsible {
|
||||
background-color: #044e86;
|
||||
background-color: #006ec0;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
padding: 18px;
|
||||
|
@ -222,7 +222,7 @@ a.btn {
|
|||
}
|
||||
|
||||
a.btn:hover {
|
||||
background-color: #555 !important;
|
||||
background-color: #044e86 !important;
|
||||
}
|
||||
|
||||
input, select {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue