app/assets/stylesheets/locomotive/backoffice/application.css.scss in locomotive_cms-2.0.0.rc9 vs app/assets/stylesheets/locomotive/backoffice/application.css.scss in locomotive_cms-2.0.0.rc10

- old
+ new

@@ -326,5 +326,18 @@ background: #EBEDF4; color: #8B8D9A; @include single-text-shadow(#fff, 0px, 0px, 1px); } + +/* ___ dialog box to edit select options ___ */ + +#edit-select-option-entries { + .placeholder { + @include tiny-buttons-group; + @include select-options-edit-style; + + .list { + height: auto; + } + } +} \ No newline at end of file