|
699 | 699 | stroke-linecap: round; |
700 | 700 | pointer-events: none; |
701 | 701 | } |
| 702 | +.ideditor g.auxiliary path.preview { |
| 703 | + stroke: #ccc; |
| 704 | + stroke-width: 2; |
| 705 | + stroke-dasharray: 8, 4; |
| 706 | +} |
702 | 707 |
|
703 | 708 | /* Visual Diffs |
704 | 709 | ------------------ |
|
1741 | 1746 | } |
1742 | 1747 |
|
1743 | 1748 | /* steps */ |
1744 | | -.ideditor .preset-icon .icon.tag-highway-steps, |
1745 | 1749 | .ideditor .preset-icon .icon.tag-highway-ladder { |
| 1750 | + color: #6f1f1f; |
| 1751 | + fill: #fff; |
| 1752 | +} |
| 1753 | +.ideditor .preset-icon .icon.tag-highway-steps { |
1746 | 1754 | color: #81d25c; |
1747 | 1755 | fill: #fff; |
1748 | 1756 | } |
|
1761 | 1769 | stroke-linecap: round; |
1762 | 1770 | stroke-dasharray: none; |
1763 | 1771 | } |
1764 | | -.ideditor path.line.stroke.tag-highway-steps, |
1765 | 1772 | .ideditor path.line.stroke.tag-highway-ladder, |
1766 | | -.ideditor .preset-icon-container path.line.casing.tag-highway-steps, |
1767 | 1773 | .ideditor .preset-icon-container path.line.casing.tag-highway-ladder { |
| 1774 | + stroke: #6f1f1f; |
| 1775 | +} |
| 1776 | +.ideditor path.line.stroke.tag-highway-steps, |
| 1777 | +.ideditor .preset-icon-container path.line.casing.tag-highway-steps { |
1768 | 1778 | stroke: #81d25c; |
1769 | 1779 | } |
1770 | 1780 | .ideditor .preset-icon-container path.line.stroke.tag-highway-steps, |
|
4640 | 4650 |
|
4641 | 4651 | /* Hide/Toggle collapsible sections (aka Disclosure) |
4642 | 4652 | ------------------------------------------------------- */ |
| 4653 | +.ideditor summary.hide-toggle { |
| 4654 | + display: block; |
| 4655 | + list-style: none; |
| 4656 | + cursor: pointer; |
| 4657 | + color: var(--link-color); |
| 4658 | + font-size: 14px; |
| 4659 | + font-weight: bold; |
| 4660 | + line-height: 25px; |
| 4661 | +} |
| 4662 | +.ideditor details.disclosure-wrap[open] summary.hide-toggle { |
| 4663 | + margin-bottom: 10px; |
| 4664 | +} |
| 4665 | +.ideditor summary.hide-toggle::-webkit-details-marker { |
| 4666 | + display: none; |
| 4667 | +} |
4643 | 4668 | .ideditor .hide-toggle .icon.pre-text { |
4644 | 4669 | vertical-align: middle; |
4645 | 4670 | width: 16px; |
4646 | 4671 | height: 16px; |
4647 | 4672 | margin-top: -3px; |
4648 | 4673 | } |
4649 | 4674 |
|
4650 | | -.ideditor a:visited.hide-toggle, |
4651 | | -.ideditor a.hide-toggle { |
4652 | | - display: inline-block; |
4653 | | - font-size: 14px; |
4654 | | - font-weight: bold; |
4655 | | - margin-bottom: 5px; |
4656 | | -} |
4657 | | - |
4658 | 4675 |
|
4659 | 4676 | /* Sidebar / Inspector |
4660 | 4677 | ------------------------------------------------------- */ |
|
5302 | 5319 |
|
5303 | 5320 | .ideditor .label-text .label-textannotation svg.icon { |
5304 | 5321 | margin: 0 8px; |
5305 | | - color: #333; |
5306 | 5322 | opacity: 0.5; |
5307 | 5323 | width: 14px; |
5308 | 5324 | height: 14px; |
|
5723 | 5739 | padding-left: 0; |
5724 | 5740 | padding-right: 11px; |
5725 | 5741 | } |
| 5742 | +.ideditor .combobox-address-street-place .combobox-option, |
| 5743 | +.ideditor .combobox-option.has-icon { |
| 5744 | + display: flex; |
| 5745 | + align-items: center; |
| 5746 | +} |
| 5747 | +.ideditor .combobox-option.has-icon .combobox-option-label { |
| 5748 | + display: flex; |
| 5749 | + align-items: center; |
| 5750 | +} |
5726 | 5751 | .ideditor .tag-value-icon .icon { |
5727 | 5752 | width: 21px; |
5728 | 5753 | height: 21px; |
5729 | 5754 | margin: auto; |
5730 | 5755 | } |
| 5756 | +.ideditor .tag-value-icon .emoji { |
| 5757 | + font-size: 24px; |
| 5758 | + line-height: 24px; |
| 5759 | +} |
5731 | 5760 | .ideditor[dir='ltr'] .form-field-input-combo .tag-value-icon + input, |
5732 | 5761 | .ideditor[dir='ltr'] .form-field-input-semicombo .input-wrap .tag-value-icon + input, |
5733 | 5762 | .ideditor[dir='ltr'] .form-field-input-multicombo .input-wrap .tag-value-icon + input { |
|
6303 | 6332 | border: 1px solid var(--border-color); |
6304 | 6333 | border-radius: 0 0 4px 4px; |
6305 | 6334 | } |
| 6335 | +.ideditor div.combobox:has(.has-description) { |
| 6336 | + max-height: 400px; |
| 6337 | +} |
6306 | 6338 |
|
6307 | 6339 | .ideditor .combobox a { |
6308 | 6340 | display: block; |
|
6354 | 6386 | border-right: 5px solid transparent; |
6355 | 6387 | } |
6356 | 6388 |
|
| 6389 | +.ideditor .combobox .combobox-option.has-description { |
| 6390 | + display: flex; |
| 6391 | + flex-direction: column; |
| 6392 | + align-items: flex-start; |
| 6393 | +} |
| 6394 | +.ideditor .combobox .combobox-option-description { |
| 6395 | + font-size: 11px; |
| 6396 | + line-height: 1.3; |
| 6397 | + opacity: 0.7; |
| 6398 | + white-space: normal; |
| 6399 | + padding-top: 2px; |
| 6400 | +} |
6357 | 6401 | .ideditor .combobox .combobox-option.raw-option { |
6358 | 6402 | font-family: monospace; |
6359 | 6403 | color: var(--text-color); |
|
6796 | 6840 | font-weight: normal; |
6797 | 6841 | padding-left: 10px; |
6798 | 6842 | } |
6799 | | -.ideditor .section-raw-member-editor .member-row .member-entity-name.has-colour::before, |
6800 | | -.ideditor .section-raw-membership-editor .member-row .member-entity-name.has-colour::before, |
6801 | | -.ideditor .feature-list .entity-name.has-colour::before, |
| 6843 | + |
6802 | 6844 | .ideditor .combobox-parent-relation .has-colour::before { |
6803 | 6845 | display: inline-block; |
6804 | 6846 | content: ''; |
6805 | | - margin-left: -5px; |
| 6847 | + margin-left: 2px; |
6806 | 6848 | margin-right: 5px; |
6807 | 6849 | border-style: solid; |
6808 | 6850 | border-width: 4px; |
6809 | 6851 | border-radius: 4px; |
6810 | 6852 | border-color: inherit; |
6811 | 6853 | } |
6812 | | -.ideditor .combobox-parent-relation .has-colour::before { |
6813 | | - margin-left: 2px; |
| 6854 | +.ideditor .section-raw-membership-editor .member-row img.member-entity-icon, |
| 6855 | +.ideditor .section-raw-member-editor .member-row img.member-entity-icon { |
| 6856 | + display: inline-block; |
| 6857 | + width: auto; |
| 6858 | + height: 18px; |
| 6859 | + margin-left: 5px; |
| 6860 | + margin-bottom: -4.5px; |
| 6861 | +} |
| 6862 | +.ideditor .section-raw-membership-editor .member-row span.member-entity-ref-color, |
| 6863 | +.ideditor .section-raw-member-editor .member-row span.member-entity-ref-color, |
| 6864 | +.ideditor .feature-list .feature-list-item span.member-entity-ref-color { |
| 6865 | + display: inline-block; |
| 6866 | + margin-left: 5px; |
| 6867 | + margin-right: -5px; |
| 6868 | + border-style: solid; |
| 6869 | + border-width: 4px; |
| 6870 | + border-radius: 10px; |
| 6871 | + line-height: 10px; |
6814 | 6872 | } |
6815 | 6873 |
|
6816 | 6874 | .ideditor[dir='rtl'] .section-raw-member-editor .member-row .member-entity-name, |
|
8294 | 8352 |
|
8295 | 8353 | /* Unstyle button fields */ |
8296 | 8354 | .ideditor .inspector-hover .form-field-input-radio label.active, |
8297 | | -.ideditor .inspector-hover .entity-editor-pane a.hide-toggle { |
| 8355 | +.ideditor .inspector-hover .entity-editor-pane summary.hide-toggle { |
8298 | 8356 | opacity: 1; |
8299 | 8357 | background-color: transparent; |
8300 | 8358 | color: var(--passive-text-color); |
|
9173 | 9231 | margin-top: 0; |
9174 | 9232 | } |
9175 | 9233 |
|
9176 | | -.ideditor .community-detail a.hide-toggle, |
9177 | | -.ideditor .community-detail a:visited.hide-toggle { |
| 9234 | +.ideditor .community-detail summary.hide-toggle { |
9178 | 9235 | font-size: 12px; |
9179 | 9236 | font-weight: normal; |
9180 | 9237 | padding-bottom: 0; |
|
0 commit comments