Difference between revisions of "MediaWiki:Common.css"
From Earth Science Information Partners (ESIP)
| Line 12: | Line 12: | ||
min-width: 100% !important; | min-width: 100% !important; | ||
background-image: none; | background-image: none; | ||
| + | } | ||
| + | .form-control.select2-container .select2-choices { | ||
| + | border: 1px solid #aaa !important; | ||
} | } | ||
Revision as of 12:30, July 18, 2020
/* CSS placed here will be applied to all skins */
.read-more {
padding-left: 4rem;
background: linear-gradient(90deg, transparent, white, white, white);
margin-left: -3.4rem;
}
.ui-datepicker {
z-index: 1040 !important;
}
.pfTokens, .select2-container-multi .select2-choices {
min-width: 100% !important;
background-image: none;
}
.form-control.select2-container .select2-choices {
border: 1px solid #aaa !important;
}