sergey124 / jira-dark

Custom dark style for JIRA. Fork of a global style "NightShift - eye care".
GNU General Public License v3.0
7 stars 3 forks source link

No Check Boxes #17

Open nikipound opened 6 years ago

nikipound commented 6 years ago

Hello,

I have noticed that there does not appear to be support for check boxes in this Style. To find check boxes, I attempted to modify a dashboard widget. I have tried expanding the input field but I do not know how to add colors to make the check mark visible. Please let me know if you need additional information.

checkboxes

nikipound commented 5 years ago

I've gotten around this by adding exceptions :not([type*="checkbox"]) to several sections, including a body format and a few input ones. It looks like I made another change too? It's hard to say what actually fixed the problem, though, because I didn't document well..

avdv commented 5 years ago

In firefox, I had to remove the -moz-appearance:none!important; rules everywhere.