mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
fixed 'bg img blurry' bug for IE 11
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user