Styles für grünen kreis hinzugefügt

This commit is contained in:
Hendrik Fellerhoff 2012-03-21 03:05:23 +01:00
parent 4ad6fe2a5b
commit 129c0d53bd
2 changed files with 10 additions and 1 deletions

View File

@ -108,7 +108,11 @@
</div>
</div>
<div class="buzzer">
<span class="circle red">Auf</span>
<span class="circle red">Zu</span>
<button>Buzzern</button>
</div>
<div class="buzzer">
<span class="circle green">Auf</span>
<button>Buzzern</button>
</div>
</div>

View File

@ -22,6 +22,11 @@ body {
.circle.red {
background-color: #ff1732;
color: #000b40;
}
.circle.green {
background-color: green;
color: #ffffff;
}
.buzzer {