Merge pull request #332 from mikenz/css-did-nothing

Remove or update CSS that wasn't doing anything
This commit is contained in:
Robbie Averill 2018-01-08 10:08:14 +13:00 committed by GitHub
commit a201e7e953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 22 deletions

View File

@ -39,33 +39,13 @@
display: none;
}
/* Custom chzn styles for dark blue background */
.cms-subsites .chzn-container-single .chzn-single,
.cms-subsites .chzn-container-active .chzn-single {
filter: none; /* Fix for IE9 */
border: 1px solid #152338;
background: #213557;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.cms-menu .cms-subsites .dropdown span {
padding-left: 5px;
color: black;
}
.cms-subsites .chzn-container-single .chzn-single div b {
background: url(../images/chosen-sprite-light.png) 3px 0 no-repeat;
}
.cms-subsites .chzn-container .chzn-drop {
padding-left: 5px;
background: #213557;
border: 1px solid #152338;
border-top: 0;
color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125);
.cms-subsites .chosen-container-single .chosen-single div b {
margin: 0 5px;
}
#AddSubsiteLink {