Blame view

WebRoot/static/ace/css/less/sidebar/ff_fix.less 362 Bytes
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  //FF_fix
  
  /**
  @media only screen and (min--moz-device-pixel-ratio:0) {
   .navbar.navbar-fixed-top {
  	border-radius: 0.05em;
  	& , > .navbar-container , .ace-nav > li .dropdown-menu {
  		-moz-backface-visibility: hidden;
  	}
  	// ".ace-nav > li .dropdown-menu" becomes fuzzy if it has scrollbars
   }
   .sidebar.sidebar-fixed {
  	-moz-backface-visibility: hidden;
   }
  }
  */