The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.28 (Linux)
|
![]() |
Problem with sb-admin.css - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Problem with sb-admin.css (/showthread.php?tid=667) |
Problem with sb-admin.css - haydentech - 08-09-2017 I was having trouble using code pulled from bootsnipp.com in my project. Basically, code that worked great on bootsnipp never quite worked right for me, and it was driving me crazy. I tracked down the problem to sb-admin.css. It looks we don't ship the stock sb-admin.css from startbootstrap.com. The version of sb-admin shipped in 4.2.9 is both old and modified from the original. We should probably override what needs changing instead of modifying the original. The especially problematic part are 2 lines added at the very end, which cause all kinds of breakage: .dropdown-menu {width: 205px;} .btn {width: 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d};} Since that gets loaded for every page, basically any of your personal or bootsnipp code that uses the btn or dropdown-menu class is hosed by this. Can we get these lines removed for the next release to spare others the pain? Problem with sb-admin.css - mudmin - 08-10-2017 Absolutely! I'm working on 4.3 and 4.2.10 simultaneously. This will go in both. Thanks so much for doing the research. Sorry for the troubles! |