themes/freifunk-generic: Also add css like in r7584

This commit is contained in:
Manuel Munz 2011-10-01 18:50:05 +00:00
parent 00376f2e85
commit 1ed800b00f

View file

@ -215,6 +215,20 @@ ul.dropdowns ul ul ul li:hover ul {
left: 100%;
}
#xhr_poll_status {
cursor: pointer;
}
#xhr_poll_status #xhr_poll_status_off {
font-weight: bold;
color: #FF0000;
}
#xhr_poll_status #xhr_poll_status_on {
font-weight: bold;
color: #00FF00;
}
#menubar {
position: relative;
width: 100%;