天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
354 B

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