2021-12-29 19:57:22 +00:00
|
|
|
#help-popup.style-settings-popup.dirty .title::after {
|
|
|
|
content: ' *';
|
|
|
|
}
|
|
|
|
.compact-layout #help-popup.style-settings-popup {
|
|
|
|
width: 90%;
|
|
|
|
}
|
2021-12-07 04:44:49 +00:00
|
|
|
.style-settings {
|
2022-01-28 12:52:55 +00:00
|
|
|
padding: 0 1px; /* for focus outline */
|
2021-12-07 04:44:49 +00:00
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2021-12-29 19:57:22 +00:00
|
|
|
.style-settings > * {
|
2021-12-07 04:44:49 +00:00
|
|
|
display: block;
|
2021-12-29 19:57:22 +00:00
|
|
|
margin: 1rem 0;
|
2021-12-07 04:44:49 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2021-12-29 19:57:22 +00:00
|
|
|
.style-settings > :first-child {
|
|
|
|
margin-top: 0;
|
2021-12-07 04:44:49 +00:00
|
|
|
}
|
2021-12-29 19:57:22 +00:00
|
|
|
.style-settings > :last-child {
|
|
|
|
margin-bottom: 0;
|
2021-12-07 04:44:49 +00:00
|
|
|
}
|
2022-01-19 19:21:54 +00:00
|
|
|
.style-settings input:disabled ~ label {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
.style-settings .rel {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.style-settings .w100 {
|
2021-12-07 04:44:49 +00:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2021-12-29 19:57:22 +00:00
|
|
|
margin-top: .25em;
|
2021-12-07 04:44:49 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2021-12-07 11:43:21 +00:00
|
|
|
.style-settings textarea {
|
|
|
|
resize: vertical;
|
2021-12-29 19:57:22 +00:00
|
|
|
min-width: 33vw;
|
2021-12-07 11:43:21 +00:00
|
|
|
min-height: 2.5em;
|
|
|
|
max-height: 50vh;
|
2021-12-07 04:44:49 +00:00
|
|
|
}
|
2021-12-29 19:57:22 +00:00
|
|
|
.style-settings textarea:not(:placeholder-shown) {
|
|
|
|
min-width: 50vw;
|
|
|
|
}
|
2022-02-17 00:26:20 +00:00
|
|
|
.style-settings .radio-wrapper {
|
2022-02-17 00:10:59 +00:00
|
|
|
display: inline-flex;
|
|
|
|
padding: 0 .8em 0 0;
|
|
|
|
}
|
|
|
|
a[data-cmd=note] {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|