|
Rank: Member Joined: 9/2/2011 Posts: 19 Location: Doncaster, UK
|
Hello, I'm looking to make sone changes to the unattended panel so searched for what I thought was the relevant block in Base.css and copy it straight to Default.css of my theme. Code:.HostMasterPanel h3 { background-color: #5B7693; border-color: #244F7F; }
.StatusDiagramPanel { display: inline-block; width: 240px; }
.StatusDiagramPanel div { float: left; height: 40px; margin: 0px -32px 0px 0px; font-size: 11px; }
.StatusDiagramPanel .NodePanel { width: 90px; height: 12px; background-position: center top; background-repeat: no-repeat; text-align: center; padding-top: 32px; }
.StatusDiagramPanel .ConnectedPanel { width: 50px; margin-top: 8px; height: 8px; border-radius: 2px; background-color: #CCC; }
.StatusDiagramPanel .ConnectedPanel.Connected { background-color: #4C4; }
.StatusDiagramPanel .RelayPanel { background-image: url(../Images/Relay.png); }
.StatusDiagramPanel .HostEndPointPanel { background-image: url(../Images/Host.png); }
.StatusDiagramPanel .GuestEndPointPanel.Support { background-image: url(../Images/SupportGuest.png); }
.StatusDiagramPanel .GuestEndPointPanel.Access { background-image: url(../Images/AccessGuest.png); }
.StatusDiagramPanel .RelayPanel { background-image: url(../Images/Relay.png); }
.HostDetailPanel #detailLoadingMask, .ModalDialog .ModalDialogBackground { background-color: rgb(222, 222, 222); background-color: rgba(222, 222, 222, 0.6); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
However, none of the icons (Relay.png, Host.png and SupportGuest.png) now display. I've not changed or moved them (yet). Have I missed something? Tony Quote:In view of the fact that God limited the intelligence of man, it seems unfair that He did not also limit his stupidity. Konrad Adenauer
|