Add Aero Glass to Ctrl-Tab - Bug 451300 r=mconnor

This commit is contained in:
Rob Arnold 2008-10-01 02:05:44 -04:00
parent db6a07d427
commit 543569e72a
2 changed files with 21 additions and 1 deletions

View File

@ -230,7 +230,7 @@
<label crop="center" flex="1"/>
</tooltip>
<panel id="ctrlTab-panel" class="KUI-panel" hidden="true" noautofocus="true" level="top">
<panel id="ctrlTab-panel" class="KUI-panel" hidden="true" noautofocus="true" noautohide="true" level="top">
<label id="ctrlTab-label" flex="1"/>
<svg:svg id="ctrlTab-svgRoot">
<svg:defs>

View File

@ -81,3 +81,23 @@
position: relative;
z-index: 10;
}
#ctrlTab-panel:-moz-system-metric(windows-compositor) {
background: transparent;
-moz-appearance: -moz-win-glass;
-moz-border-radius: 0;
border: none;
}
#ctrlTab-label:-moz-system-metric(windows-compositor) {
font: Segoe UI, window;
font-weight: normal;
font-size: 1.5em;
color: black;
text-shadow: white -1px -1px 9px, white -1px 1px 9px, white 1px 1px 9px, white 1px -1px 9px;
}
svg|*#ctrlTab-groundFade:-moz-system-metric(windows-compositor),
svg|*.ctrlTab-reflection:-moz-system-metric(windows-compositor) {
display: none;
}