-/* second phase hover-to-active animations */
-
-input,
-.checkselect label:last-of-type {
- -webkit-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
- -moz-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
- -o-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
- transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
-}
-
-.entity-editor-pane button.minor,
-.combobox-caret,
-.entity-editor-pane .header button,
-.toggle-list label span,
-.spin-control,
-.more-buttons,
-.view-on-osm,
-.hide-toggle:before,
-.entity-editor-pane .toggle-list label::before,
-.entity-editor-pane .toggle-list label.remove .icon {
- -webkit-transition: opacity 200ms 200ms;
- -moz-transition: opacity 200ms 200ms;
- -o-transition: opacity 200ms 200ms;
- transition: opacity 200ms 200ms;
-}
-
-.entity-editor-pane a.hide-toggle {
- -webkit-transition: padding-left 200ms 200ms, color 200ms 200ms;
- -moz-transition: padding-left 200ms 200ms, color 200ms 200ms;
- -o-transition: padding-left 200ms 200ms, color 200ms 200ms;
- transition: padding-left 200ms 200ms, color 200ms 200ms;
-}
-
-.entity-editor-pane .toggle-list label:not(.active) {
- -webkit-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
- -moz-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
- -o-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
- transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
-}
-
-.entity-editor-pane .toggle-list label {
- -webkit-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
- -moz-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
- -o-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
- transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
-}
-
-/* adding additional preset fields */
-
-.inspector-body .more-buttons {
- max-height: 100px;
- padding-top: 0;
- -webkit-transition: padding 200ms 200ms, max-height 200ms 200ms;
- -moz-transition: padding 200ms 200ms, max-height 200ms 200ms;
- -o-transition: padding 200ms 200ms, max-height 200ms 200ms;
- transition: padding 200ms 200ms, max-height 200ms 200ms;
-}
-
-button.preset-add-field {
- background: #f6f6f6;
- width: 25%;
- height: 40px;
- -webkit-transition: width 200ms;
- -moz-transition: width 200ms;
- -o-transition: width 200ms;
- transition: width 200ms;
-}
-
-button.preset-add-field:hover {
- background: #ececec;
-}
-
-/* set width based on # of buttons */
-
-button.preset-add-field:only-child {
- width: 100%;
-}
-
-button.preset-add-field:nth-last-child(2),
-button.preset-add-field:nth-last-child(2) ~ button.preset-add-field {
- width: 50%;
-}
-
-button.preset-add-field:nth-last-child(3),
-button.preset-add-field:nth-last-child(3) ~ button.preset-add-field {
- width: 33.3333%;
-}
-
-button.preset-add-field:nth-last-child(4),
-button.preset-add-field:nth-last-child(4) ~ button.preset-add-field {
- width: 25%;
-}
-
-button.preset-add-field:nth-last-child(5),
-button.preset-add-field:nth-last-child(5) ~ button.preset-add-field {
- width: 20%;
-}
-
-button.preset-add-field:nth-last-child(6),
-button.preset-add-field:nth-last-child(6) ~ button.preset-add-field {
- width: 16.6666%;
-}
-
-button.preset-add-field:nth-last-child(7),
-button.preset-add-field:nth-last-child(7) ~ button.preset-add-field {
- width: 14.2857%;
-}
-
-button.preset-add-field:nth-last-child(8),
-button.preset-add-field:nth-last-child(8) ~ button.preset-add-field {
- width: 12.5%;
-}
-
-.preset-fav button.fav {
- height: 30px;
- margin: 5px;
- padding: 0 10px;
-}