In my Laravel 5 installation the thumbnail background is white. But in the Laravel Spark installation, the thumbnail background is gray.
Furthermore, the btn-warning button is yellow/green when it's supposed to be orange. There's no problems with the other buttons such as btn-primary and btn-success --- these buttons have blue and green styling respectively.
I've had some small issues as well with the template I use. Check the app.css for the styles. If I had my template css override the Spark default, it made a mess of Spark. Spark style override my style, some not so subtle changes to the template.
What I did was have a local css file to override the changes back to what I needed but that was time wasted to find what needed inheriting. I'm still having some issues with the Spark notification modal looking a bit fugly....
I found the .thumbnail and btn-warning styling in app.css and changing them worked. But now, it makes me wonder what else is off. Would it be safe to take the app.css from my non-Spark install of Laravel and overwrite my Laravel Spark's app.css?
Also what do you mean by "my template css"? Is this your app.css? And what do you mean by "Spark default"? Is this Spark's version of app.css?
Well, I took my non-Spark Laravel app.css and overwrote the app.css in Laravel Spark and the result was no styling whatsoever. So there goes that idea. I also looked at my non-Spark app.css and the styling for the .thumbnail background was also gray there too and same problems with the btn-warning. So is Laravel Spark not entirely pulling from app.css?