Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Make "Writable if" = null truly non-writable
If you set "Writable if" = null in table settings, it does not prevent new records from being added to the table when a user clicks on the row with the "+" symbol.…
-
Re: How do you get rid of the obnoxious background color in Ninox. That purple sucks. I am still using the older version because of it. Why not make it adjustable? Please!
Ok, I want to point out that this only works when you are working with one of your tables in your database and the Form view is active. It does not work for Table view (your database name),… -
Re: How do you get rid of the obnoxious background color in Ninox. That purple sucks. I am still using the older version because of it. Why not make it adjustable? Please!
Herb, It goes in a Formula field on your Form view and you can hide it. When I get a chance, I'll post the other CSS classes that you'll want to change. -
Re: How do you get rid of the obnoxious background color in Ninox. That purple sucks. I am still using the older version because of it. Why not make it adjustable? Please!
You can use CSS in a Formula field to change the colors. This changes the side bar color to grey... html(" <style> .HudContainer_root{background-color: grey;} </style>")