I used this code to make the background of the input datetime transparent.
–mdc-text-field-fill-color: transparent;
–mdc-select-fill-color: transparent;
Since the update to 2026.4.1 it will not work anymore.
Not that I think this is your issue, but card-mod is been deprecated and no longer being worked on. The new integration is UIX. Search Home Assistant UIX in google. Its a drop in reverse compatible integration, (where card mod was not a full integration previously) Some cards wont code the same but you can still use the card mod format and everything should work.
No, it hasn’t. It’s still a valid option and gets maintenance updates when obvious things break. UIX is card-mods code base moved to an integration so that additional features can be added.
FWIW I have moved on to UIX myself though I have yet to make use of new features like forge and spark, but card-mod is still a valid option and still used by many folks.
This is a wrong statement originated from another wrong statement “UIX is a replacement for card-mod”.
Only the author of card-mod - Thomas - can issue this statement, and he has not.
“Alternative” - a valid word.
In case any one needs… the best words to use about UIX are those from its home page.
With an ever growing number of features that go beyond cards and dashboards, UI eXtension (UIX) was created to keep pushing the boundaries of custom CSS across your Home Assistant UI. UIX comes from the heritage of card-mod by @thomasloven
UI eXtension consists of UIX Styling and UIX Forge. UIX Styling allows for applying CSS styles to (nearly) any Home Assistant Frontend element. UIX Forge provides a way to forge Home Assistant elements (cards, badges, rows etc.) allowing for templates for all of the element’s configuration, as well as additional advanced augmentation of the element through UIX Forge Sparks.
The statement “UIX is a replacement for card-mod” was written on the very 1st page of your UIX site. If you already edited it - good for you)))
As I already said once - creating UIX is a great thing, but it should have been done in a very beginning instead if hijacking card-mod of Thomas since i do not consider some of your changes as useful and improving the plugin. (not to mention amount of my nerves I wasted explaining you why you need to revert some of your breaking changes).
No, it has never been on the home page. The FAQ includes a question and answer about whether UIX is a drop in replacement for card-mod which is appropriate in the FAQ.
Please stop spreading false and disparaging statements. I never did hijack anything and for you to keep saying so is slanderous and not suitable for publication in this forum.
Not badgering, just clarifying because people believe that card-mod is deprecated. And the “replacement” statement was in the page.
Managed to open the UIX site, quoting:
“ Is UI eXtension a drop in replacement for Card-mod?
Yes, UI eXtension is a drop in replacement for Card-mod versions up to 4.2.1”
As a result - posts here like “card-mod deprecated”, “this is a replacement”. Suggest to edit this particular point in FAQ to avoid confusion.
Incorrect conclusion; I did write that creating UIX is a great thing.
Who approve Pull-requests/code changes in ThomasL’s Repos ?
I had the impression that ones personal Repos, is controlled by it’s owner ( in the end ) , Not something anyone just like that, can fu ( as you describe it )
True, for me and many others, It iS
And a very easy drop-in replacement, as also explained in the docs
Agreed, it COULD be a replacement for many people due to many more added features; but who usually dares to publicly claim “my product is a replacement of another product”? As I said - “alternative” is a proper word.
The Sun don’t rise in the east, the world Spins around, towards the Sun( or in-fact it might be away from the Sun ), and you keep spinning around another option, when you could just move on, and keep using ThomasL’s Repos
Speaking of drop in replacement in the context of the FAQ is appropriate, especially as the FAQ goes on to describes the compatibility. There is no suggestion that UIX is any official, sole or any other sort of replacement. UIX documentation does not mention the word deprecated when speaking of card_mod.
thanks a lot for your replies. To be honest, I’m now quite unsure about what I should do next. Over the past 1.5 years, I’ve invested a huge amount of time customizing my cards with card_mod. In general, I really appreciate new developments — especially when they make it possible to create reusable building blocks that can be applied across multiple cards.
However, I’m now feeling uncertain about whether I should bite the bullet and migrate everything to UIX, without knowing whether the project will still be actively supported a year from now.
Are there any ways to convert my existing card_mod setups to UIX without having to rebuild everything from scratch?
Alternatively, you can easily change card_mod: to uix: from the configuration editor.
In the configuration editor, you write card_mod: in the top box and uix: in the bottom box of the search engine (Ctrl + F) and do a replace all.
You need to remove card_mod from HACS and install uix. Then restart HA.
Just in case, clear your browser cache.
Otherwise, there’s nothing to configure.