Notes icon indicating copy to clipboard operation
Notes copied to clipboard

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

Open any86 opened this issue 3 years ago • 0 comments

:-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;  
} 

any86 avatar Sep 01 '21 01:09 any86