-
Hi I have asked this type a question before without getting it answered and now I´m hitting it again and was wondering how this should all work together. Is there some special CSS messing with Blazorise? Now I´m trying to remove a shadow from a card and it doesn´t work and it seems that the theming is overriding the Blazorise properties <Card Shadow="Shadow.None">
<CardBody Shadow="Shadow.None">
test
</CardBody>
</Card> that gives me this result, with shadow I would expected that setting the Blazorise styling would override the theme ones , is that incorrect and if so how should I do this? Please don´t tell me I need to do some inline CSS? Blazorise version : 9.4.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I had a lengthy discussion on this here and it just seems that I need to add inline I would urge somebody to document small per-page style customization like this where we are not overriding modules/pages |
Beta Was this translation helpful? Give feedback.
I had a lengthy discussion on this here and it just seems that I need to add inline
<style></style>
tag (CSS isolation files don´t work) on the page and override the abp.io theme style. Note that CSS isolation files don't work (at least not for me).I would urge somebody to document small per-page style customization like this where we are not overriding modules/pages