User tests: Successful: Unsuccessful:
add css and change to [data-bs-theme-dark]
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Repository NPM Change |
Title |
|
Labels |
Added:
NPM Resource Changed
PR-5.1-dev
|
i would but it doesnt work
Okay then :)
maybe it was me and someone else can get it to work
@brianteeman I made a quick check and data-color-scheme
works to me:
[data-color-scheme=dark] #dragarea.hover #upload-icon,
[data-color-scheme=dark] #dragarea p.lead {
color: #eee;
}
[data-color-scheme=dark] #dragarea.hover {
background-color: #666;
border-color: #eee;
}
I will take another look. Probably did something daft
Labels |
Added:
bug
Dark Mode
|
I have tested this item ✅ successfully on 9d48656
I have tested this item ✅ successfully on 9d48656
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-14 17:22:19 |
Closed_By | ⇒ | LadySolveig |
I think use of
data-color-scheme
would be preferable, in non BS files.