Color coded most buttons, green for proceed and red for go back.
This commit is contained in:
parent
7bbb1b2e3c
commit
3affd7add4
5 changed files with 23 additions and 4 deletions
|
|
@ -3,6 +3,18 @@ html,body {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
.forwardButton {
|
||||
background-color: #008000;
|
||||
border: 2px outset #00a000;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.backwardButton {
|
||||
background-color: #800000;
|
||||
border: 2px outset #a00000;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
background-image: url(bg.jpg);
|
||||
background-repeat: repeat-x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue