Notebook Table Cell Borders

I am trying to remove the cell borders from a table in the Notebook widget. I have a CSS setup and set it to only apply to that specific widget - if I apply the CSS to the entire dashboard the css works and changes the color of cell borders on tables in other widgets but the table in the Notebook widget remains unchanged. here is the custom CCS I am using:
.noborder table,
.noborder th,
.noborder td {
border: none !important;
outline: none !important;
box-shadow: none !important;
}

.noborder table {
border-collapse: collapse !important;
}

.noborder [class*="mantine-Card-root"],
.noborder [class*="mantine-Paper-root"] {
border: none !important;
box-shadow: none !important;
}
.noborder table,
.noborder th,
.noborder td {
border: none !important;
outline: none !important;
box-shadow: none !important;
}

.noborder table {
border-collapse: collapse !important;
}

.noborder [class*="mantine-Card-root"],
.noborder [class*="mantine-Paper-root"] {
border: none !important;
box-shadow: none !important;
}
Any ideas would be appreciated!
5 Replies
Cakey Bot
Cakey Bot4d ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Manicraft1001
Manicraft10014d ago
!qa out_of_scope
Cakey Bot
Cakey Bot4d ago
Your question is out of scope of our support. We are volunteers working on Homarr and cannot provide you with any information or help with third party software. Please contact the support of the respective applications instead to receive help.
Manicraft1001
Manicraft10014d ago
Custom CSS is not something we will help with, we cannot fix everyone's CSS or we'd need too much time. This is explained further in the docs.
Teh_Fonz
Teh_FonzOP3d ago
Fair enough! Appreciate that, makes sense. I will go further afield for a solution 🙂 Cheers!

Did you find this page helpful?