mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +02:00
Add style for the new Zone Selector HDM compliant
Add style for the new Zone Selector HDM compliant
This commit is contained in:
parent
78ab7a628d
commit
1c2ea1571c
1 changed files with 59 additions and 0 deletions
|
@ -1955,6 +1955,65 @@ div.multiZoneSelToolbar {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.zoneSelectorListPanel {
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
border-width: 0px;
|
||||||
|
background-color: #666666;
|
||||||
|
color: #dddddd;
|
||||||
|
padding: 0% 2% 0% 2%;
|
||||||
|
z-index: 2;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.zoneSelectListHeader {
|
||||||
|
position: static;
|
||||||
|
width: 96%;
|
||||||
|
height: 6%;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
padding-top: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
border-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.zoneSelectList {
|
||||||
|
position: static;
|
||||||
|
width: 96%;
|
||||||
|
height: 86%;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
border-width: 0px;
|
||||||
|
background-color: #c0c0c0;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.zoneSelectListFooter {
|
||||||
|
position: static;
|
||||||
|
width: 96%;
|
||||||
|
height: auto;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
padding: 2px;
|
||||||
|
cursor: pointer;
|
||||||
|
border-width: 0px;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
#menuBackgroundOverlay{
|
#menuBackgroundOverlay{
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
|
|
Loading…
Reference in a new issue