Closed (fixed)
Project:
Shiny (Administration theme)
Version:
7.x-1.0-rc5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2013 at 20:01 UTC
Updated:
17 Feb 2013 at 00:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
jjcarrionI 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!
Comment #2
jjcarrionI have forgotten to change the scss file too, here is the patch with both changes
Comment #3
dudenhofer commentedI 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
Comment #5
Gyver06 commentedI 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.
Comment #6
dudenhofer commentedYou're right, I updated the selector so it will apply to both columns with this commit http://drupalcode.org/project/shiny.git/commit/8f203d6
Comment #7
Gyver06 commentedThank you very much, everything is working now.
Best regards.