Re: Question regarding styling input checkbox element
"Kevin Koster" <dillo-PpymaetoNy61Z/[email protected]> Wed, 21 May 2025 08:43:35 +1000
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Organization | OmberTech |
| Message-ID | <174778103477.28.613084521684830070@746ceaa95e1d> |
a1ex-J7K0XVabL0iELgA04lAiVw-XMD5yJDbdMReXY1tMh2IBg@public.gmane.org wrote:
> When using a dark css theme (I like to use a black background), putting
> a checkmark in a checkbox is invisible (black). I tried messing around
> with style.css with various configurations for input, but it seems
> impossible to make the checkmark anything other than black.
>
> It's not a huge issue, but when editing bookmarks it becomes a little
> annoying.
I've got visible checkboxes on a black background with this
style.css in Dillo 3.2.0:
* {color: #00f400}
html {background-color: gray !important}
body, div, span, nav, p, a, form, h1, h2, h3, h4, h5, h6, ul, ol, li, table, tr, td {background-color: black}
img, map {background-color: gray !important}
:link {text-decoration: none !important; color: #00f5e8 !important}
:visited {text-decoration: none !important; color: #a020f0 !important}
That style does make the bookmarks page look pretty odd with its
CSS enabled, but it's intended to avoid dark-on-black content on
some websites.
_______________________________________________
Dillo-dev mailing list -- dillo-dev-lx9mn2B4QYRWk0Htik3J/[email protected]
To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]