8 lines
132 B
CSS
8 lines
132 B
CSS
|
.wizardButtonNeu{
|
||
|
height: 50px;
|
||
|
background-color: yellow;
|
||
|
}
|
||
|
.wizardButtonFertig{
|
||
|
height: 50px;
|
||
|
background-color: green;
|
||
|
}
|