mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Add Aero Glass to Ctrl-Tab - Bug 451300 r=mconnor
This commit is contained in:
parent
db6a07d427
commit
543569e72a
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user