<field name="myeditbox" type="combo" label="FieldCombo">
<option value="1">Option 1</option>
<option value="2">Option 2</option>
</field>The tooltip for selection should be dark since the text on it is white, which means the background should be dark.
The tooltip has a white background with white text
Joomla 6.0 Stable
| Labels |
Added:
No Code Attached Yet
|
||
so we need to add an awesome crutch
awesomplete.upd.css
which will contain only style fixes.
yes dark mode fixes need to be added to https://github.com/joomla/joomla-cms/blob/5.4-dev/build/media_source/templates/administrator/atum/scss/vendor/awesomplete/awesomplete.scss
the problem is coming from awesomplete.css which doesnt support dark mode at all