Move IE8 fixes to fixes.css

remotes/origin/ldap_group_count
Morris Jobke 10 years ago
parent 6c0e27ac99
commit d17094e0a5

@ -86,3 +86,8 @@ select {
left: 6px;
}
/* fix background of navigation popup in IE8 */
.ie8 #navigation {
background-color: #24282F;
}

@ -129,7 +129,6 @@
max-height: 85%;
margin-top: 0;
padding-bottom: 10px;
background-color: #24282F;
background-color: rgba(36, 40, 47, .97);
border-bottom-right-radius: 7px;
box-shadow: 0 0 7px rgba(29,45,68,.97);

Loading…
Cancel
Save