1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +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 { .side-tabnav-tabs {
margin-bottom:1em; margin-bottom:1em;
} }
.side-tabnav-tabs .tab {
border-radius:2px;
overflow:hidden;
}
.side-tabnav-tabs .tab a { .side-tabnav-tabs .tab a {
display:block; display:block;
font-size:15px; font-size:15px;
padding:5px 4px 5px 47px; padding:5px 4px 5px 47px;
color:#333; color:#333;
font-weight:normal; font-weight:normal;
border-radius:2px;
background:no-repeat scroll 10px 50%; background:no-repeat scroll 10px 50%;
/* for IE 11: no border-radius here */
} }
.side-tabnav-tabs .tab .lib { .side-tabnav-tabs .tab .lib {
background-image:url('../img/lib.png'); background-image:url('../img/lib.png');