mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1325591 - Hide overlay and clickToPlay of video in Windows high contrast theme. r=Gijs,mikedeboer
MozReview-Commit-ID: ARxnSMQ32el --HG-- extra : rebase_source : ecaaf622f3b0897eb90ed106a157cbe1b8946dfa
This commit is contained in:
parent
99ad79fa44
commit
0f97eac300
@ -476,3 +476,12 @@ audio > xul|videocontrols {
|
||||
[error="errorGeneric"] > [anonid="errorGeneric"] {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
%ifdef XP_WIN
|
||||
@media (-moz-windows-default-theme: 0) {
|
||||
.controlsSpacer,
|
||||
.clickToPlay {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user