themes/freifunk-generic: Also add css like in r7584
This commit is contained in:
parent
00376f2e85
commit
1ed800b00f
1 changed files with 14 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue