brockpetrie / dynamictextgroup

A Symphony field that provides a method to dynamically add a text field or text field groups to a section entry
22 stars 13 forks source link

Drag handle in field settings #3

Closed nilshoerrmann closed 13 years ago

nilshoerrmann commented 13 years ago

I see this black square in the section settings:

Settings

Using Safari 5.1 und Mac OS Lion.

nilshoerrmann commented 13 years ago

It's just fine using Firefox 6 and Google Chrome.

brockpetrie commented 13 years ago

Thanks, Nils!

Fixed by adding the following rule to assets/dynamictextgroup.fieldeditor.css:

.ui-resizable-e { opacity:0; }

Could you add that rule and confirm? Feel free to close this if it works.

brockpetrie commented 13 years ago

This should be resolved as of 2.0dev6. Thanks again, Nils!

nilshoerrmann commented 13 years ago

Sorry for not replying earlier: yes, it's fixed.