Hello
as I replaced all Chosen and TokenInput with Selectize, I tried to create a dark theme we could use with roma admin.
My fork with dark theme is available here:
https://github.com/mistic100/selectize. … dark-theme
download the repo (branch "dark-theme"), open "examples/basic.html" and switch to dark
what do you think about it ? I feel it's not perfect (doesn't look like an "input") but I don't know what to change
you can also comment here https://github.com/brianreavis/selectize.js/pull/447
Offline
Hi
I've just tested and tried some changes. I like it with:
.selectize-control.single .selectize-input {
border-color: #555555;
box-shadow: 0 0 2px 2px #222222 inset;
}
to make it darker and the shadow to put a "hollow" effect
Offline