09-26-2017, 02:57 PM
When we moved the admin settings to tabs, we took out the option to display or not display the CSS samples. The code for it is still present in admin.php and so throws an error when updating any CSS options. It also means is another settings column we can drop from future releases.
Here's without the code block:
https://pastebin.com/3vTfE1Tn
For the default theme changes, removed the 50px margin at the top of the page (as well as from the media query) and gave the logo a background color with rounded borders. Let me know if you think it's missing something.
:
https://pastebin.com/bXkApfKC
Code:
css_sample
Here's
Code:
admin.php
https://pastebin.com/3vTfE1Tn
For the default theme changes, removed the 50px margin at the top of the page (as well as from the media query) and gave the logo a background color with rounded borders. Let me know if you think it's missing something.
Code:
css/sb-admin.css
https://pastebin.com/bXkApfKC