The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Bootstrap Table - 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: Bootstrap Table (/showthread.php?tid=367) |
Bootstrap Table - Brandin - 11-26-2016 Heyo! I am trying to use the bootstrap table classes on a new page I made that users visit Code: usersc/external.php?type=templates http://pasteboard.co/2FQ6mwdWw.png I want it to look more like this: http://pasteboard.co/2FQtVa47c.png I had accomplished this by adding classes Code: table table-hover table-bordered Code: functions.php Thank you. Bootstrap Table - mudmin - 11-26-2016 I don't have any experience with that. When you go in the backend, do you see the CSS being loaded. Are you making your changes to the 3rd file you are loading? That stops the other two from overriding your changes? Bootstrap Table - Brandin - 11-26-2016 All CSS's are loading. The only changes I have made have been to primary for my order tabs screen which users a tabs JS I found online which also uses CSS. But I don't get why it works on one page and not another? The code is legit like 99{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} the same. Bootstrap Table - winterswolf - 11-29-2016 Is there another CSS style that is overriding it? Could test by putting !important at the end of your CSS styling to make sure it's being prioritised. For example: <pre> Code: .wrapper.sidebar-content { |