Skip to content

Commit

Permalink
Remove or update CSS that wasn't doing anything
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenz committed Jan 5, 2018
1 parent 1cdae50 commit 4e297d9
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions css/LeftAndMain_Subsites.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4e297d9

Please sign in to comment.