mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +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 {
|
||||
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');
|
||||
|
Reference in New Issue
Block a user