Revision 688
Added by doc over 16 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 | 14 |
10-Feb-2008 Christian Sommer |
15 |
! removed hover highlighting of input fields to avoid possible confusion |
|
15 | 16 |
! added visualization of wrong/empty input fields |
16 | 17 |
# fixed a bug with re-enter admin password |
17 | 18 |
09-Feb-2008 Christian Sommer |
trunk/wb/install/stylesheet.css | ||
---|---|---|
13 | 13 |
margin: 0; |
14 | 14 |
} |
15 | 15 |
|
16 |
input:hover, input:focus, select:hover, select:focus, option:hover, option:focus {
|
|
16 |
input:focus, select:focus {
|
|
17 | 17 |
background: #FFFFE0; |
18 | 18 |
} |
19 | 19 |
|
Also available in: Unified diff
removed hover highlighting from installation routine to avoid possible confusion