1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

fixed 'bg img blurry' bug for IE 11

This commit is contained in:
llj
2014-02-28 17:52:46 +08:00
parent d720b43746
commit c88087f334

View File

@@ -358,14 +358,18 @@ textarea:-moz-placeholder {/* for FF */
.side-tabnav-tabs {
margin-bottom:1em;
}
.side-tabnav-tabs .tab {
border-radius:2px;
overflow:hidden;
}
.side-tabnav-tabs .tab a {
display:block;
font-size:15px;
padding:5px 4px 5px 47px;
color:#333;
font-weight:normal;
border-radius:2px;
background:no-repeat scroll 10px 50%;
/* for IE 11: no border-radius here */
}
.side-tabnav-tabs .tab .lib {
background-image:url('../img/lib.png');