any86/Notes

各个浏览器下 全屏状态下背景色设置

Opened this issue · 0 comments

any86 commented
:-webkit-full-screen {  
  background-color: @content-bg !important;  
}  
:-moz-full-screen {  
  background-color: @content-bg !important;  
}  
  
:-ms-fullscreen {  
  background-color: @content-bg !important;  
}  
:fullscreen {  
  background-color: @content-bg !important;  
}