-/* Inspector (hover styles)
-------------------------------------------------------- */
-.inspector-hover .form-field-input-wrap .label,
-.inspector-hover .form-field-input-multicombo .chiplist,
-.inspector-hover .form-field-button,
-.inspector-hover .structure-extras-wrap,
-.inspector-hover .comments-container .comment,
-.inspector-hover button,
-.inspector-hover input,
-.inspector-hover textarea,
-.inspector-hover label,
-.inspector-hover .entity-issues .issue button {
- background: #ececec;
-}
-.inspector-hover .preset-list-button,
-.inspector-hover .tag-row input {
- background: #f6f6f6;
-}
-
-.inspector-hover .entity-issues .issue,
-.inspector-hover .entity-issues .issue li {
- border: 1px solid #ccc;
-}
-.inspector-hover .entity-issues .issue .icon {
- color: #666;
-}
-
-.inspector-hover a,
-.inspector-hover .form-field-input-multicombo .chips,
-.inspector-hover .form-field-input-check span {
- color: #666;
-}
-
-.inspector-hover .form-field-input-multicombo .chips {
- background: #eee;
- border: 1px solid #ccc;
-}
-
-/* no scrollbars */
-.inspector-hover div {
- overflow-x: hidden;
- overflow-y: hidden;
-}
-
-/* hide and remove from layout */
-.inspector-hidden,
-.inspector-hover .preset-list-button-wrap .tag-reference-button,
-.inspector-hover label input[type="checkbox"],
-.inspector-hover label input[type="radio"],
-.inspector-hover .form-field-input-multicombo .input-wrap,
-.inspector-hover .form-field-input-radio label,
-.inspector-hover .form-field-input-radio label span,
-.inspector-hover .form-field-input-radio label.remove .icon,
-.inspector-hover .inspector-inner .add-row,
-.inspector-hover .entity-issues .issue ul.issue-fix-list {
- display: none;
-}
-
-/* hide but preserve in layout */
-.inspector-hover .combobox-caret,
-.inspector-hover .header button,
-.inspector-hover .quick-links,
-.inspector-hover .form-field-input-multicombo .chips .remove,
-.inspector-hover .hide-toggle:before,
-.inspector-hover .more-fields,
-.inspector-hover .form-field-label button,
-.inspector-hover .tag-row button,
-.inspector-hover .footer * {
- opacity: 0;
-}
-
-/* Styles for raw tag inspector on hover */
-.inspector-hover .tag-row .key-wrap,
-.inspector-hover .tag-row .value-wrap {
- height: 31px;
-}
-
-.inspector-hover .tag-row:first-child input.value {
- border-top-right-radius: 4px;
-}
-[dir='rtl'] .inspector-hover .tag-row:first-child input.value {
- border-top-right-radius: 0;
- border-top-left-radius: 4px;
-}
-
-.inspector-hover .tag-row:last-child input.value {
- border-bottom-right-radius: 4px;
-}
-[dir='rtl'] .inspector-hover .tag-row:last-child input.value {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 4px;
-}
-
-.inspector-hover .tag-row:last-child input.key {
- border-bottom-left-radius: 4px;
-}
-[dir='rtl'] .inspector-hover .tag-row:last-child input.key {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 4px;
-}
-
-.inspector-hover .more-fields {
- max-height: 0;
- margin-bottom: -10px;
-}
-
-/* Unstyle button fields */
-.inspector-hover .form-field-input-radio label.active,
-.inspector-hover .entity-editor-pane a.hide-toggle {
- opacity: 1;
- background-color: transparent;
- color: #666;
- padding-left: 0;
- border-width: 0;
-}
-.inspector-hover .form-field-input-radio button.active {
- padding-left: 10px;
-}
-
-/* Show placeholder on hover for radio buttons */
-.inspector-hover .form-field-input-radio {
- border: 1px solid #ccc;
- border-top: 0;
- border-radius: 0 0 4px 4px;
-}
-.inspector-hover .form-field-input-radio .placeholder {
- opacity: 1;
- color: #666;
- padding: 5px 10px;
- line-height: 20px;
- width: 100%;
- border: 0;
-}
-.inspector-hover .form-field-input-radio .structure-extras-wrap {
- border: 0;
-}
-
-
-/* OSM Note / KeepRight Editors