The checkboxes of taxonomy manager module are not being displayed while using shiny

This issue was open too in the issue queue of the taxonomy_manager module http://drupal.org/node/1878938

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jjcarrion’s picture

Assigned: jjcarrion » Unassigned
Status: Active » Needs review
FileSize
276 bytes

I have remove an "opacity: 0" from the "input.form-checkbox" to show the checkbox from the file shiny.css

I hope this work for everybody.

Thanks a lot!

jjcarrion’s picture

I have forgotten to change the scss file too, here is the patch with both changes

dudenhofer’s picture

Status: Needs review » Fixed

I almost marked this as a duplicate of #1854862: checkboxes for taxonomy manager don't appear but then realized that this seems to be specific to Firefox. Firefox handles those checkbox styles slightly different, so rather than changing the global style for the checkbox, which might affect how other browsers are rendering them, I targeted the #taxonomy-manager-tree in the contrib.css file. I've committed the fix here: http://drupalcode.org/project/shiny.git/commit/f625c8e

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Gyver06’s picture

I am sorry to re-open this thread but there is still an issue with the checkboxes display with this wonderfull Shiny theme.
Have a look at my screen captures please.
The right part of the display doesn't show any checkboxes while they are displayed normally on the left side.

Regards.

dudenhofer’s picture

You're right, I updated the selector so it will apply to both columns with this commit http://drupalcode.org/project/shiny.git/commit/8f203d6

Gyver06’s picture

Thank you very much, everything is working now.

Best regards.