OpenAuth.Net/OpenAuth.Mvc/Content/ace/css/less/sidebar/ff_fix.less

17 lines
362 B
Plaintext
Raw Normal View History

2016-10-14 11:22:16 +08:00
//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;
}
}
*/