WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-12955d-46.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 117201 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: Customize color of checkbox
itkaufmann
pro premium priority asked 4 years ago
Is there a way to customize the color of a checkbox or is this feature planned?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: MDB5 1.3.0
- Device: any
- Browser: any
- OS: any
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 4 years ago
@itkaufmann Currently it is not possible and we don't have plans to add such a feature. Could you provide more information about what exactly you need to customize? You should be able to easily change the colors by overriding CSS styles.
itkaufmann pro premium priority commented 4 years ago
@Arkadiusz Idzikowski I would need to change the background-color of a checked checkbox. However, I see no way to ovverride it just with css.