2018-12-23 16:50:58 +00:00
|
|
|
.ext-replacetext-invert {
|
2021-07-03 11:31:18 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2018-12-23 16:50:58 +00:00
|
|
|
.ext-replacetext-searchmatch {
|
2021-07-03 11:31:18 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2018-12-23 16:50:58 +00:00
|
|
|
.ext-replacetext-searchoptions {
|
2021-07-03 11:31:18 +00:00
|
|
|
// Support: Firefox, needs `clear: both` on `fieldset` when zoom level > 100%, see T176499
|
|
|
|
clear: both;
|
|
|
|
padding: 0.5em 0.75em 0.75em 0.75em;
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
margin: -1px 0 0;
|
|
|
|
border: 1px solid #c8ccd1;
|
|
|
|
border-radius: 0 0 2px 2px;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
float: left;
|
|
|
|
margin-right: 3em;
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 0 1em 0 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-23 16:50:58 +00:00
|
|
|
.ext-replacetext-divider {
|
2021-07-03 11:31:18 +00:00
|
|
|
clear: both;
|
|
|
|
border-bottom: 1px solid #eaecf0;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-23 16:50:58 +00:00
|
|
|
.ext-replacetext-search-togglebox {
|
2021-07-03 11:31:18 +00:00
|
|
|
float: right;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin-left: 0.25em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.client-nojs {
|
2018-12-23 16:50:58 +00:00
|
|
|
.ext-replacetext-search-togglebox,
|
|
|
|
.ext-replacetext-invert {
|
2021-07-03 11:31:18 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|