mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Bug 1229727 - Adjust full screen warning position when in OS X Fullscreen. r=dao
MozReview-Commit-ID: LpqbREOy2DX --HG-- extra : transplant_source : w%12%0D%7F%F3XhH%A7%2B%88%BCZ%DB%9A%03%D2%FF%AFE
This commit is contained in:
parent
88cc5b6c9a
commit
2ac1fe0a16
@ -696,6 +696,9 @@ html|*#fullscreen-warning[ontop] {
|
||||
/* Use -10px to hide the border and border-radius on the top */
|
||||
transform: translate(-50%, -10px);
|
||||
}
|
||||
#main-window[OSXLionFullscreen] html|*#fullscreen-warning[ontop] {
|
||||
transform: translate(-50%, 80px);
|
||||
}
|
||||
|
||||
html|*#fullscreen-domain-text,
|
||||
html|*#fullscreen-generic-text {
|
||||
|
Loading…
x
Reference in New Issue
Block a user