mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Merge pull request #332 from mikenz/css-did-nothing
Remove or update CSS that wasn't doing anything
This commit is contained in:
commit
a201e7e953
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user