-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change lib/style/custom.css to load last #55
Comments
We are working today for four more hours. |
This is the the css that I've gathered from https://github.com/d-cent/patterns/milestones/Guanyem-10-11. There are some problem with css overwrites (like Tuomas said above). These might also cause some CSS heritance issues that I'm not fully aware of. /* Add your custom css style here */ /* Links */ a { a:visited { /* header */ header.app-header { /* Buttons */ .btn { .btn.btn-success:hover,.btn-success:focus,.btn-success:active{ .btn-primary{ .btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{ .status-filter a { /* alerts */ .alert .alert-info{ .alert .alertwarning{ .alert .alert-success { .alert .alert-danger { /* Annotation */ .side-comment .marker:hover, /* Voting results */ .proposal-options .results-box .votes-afirmative, .proposal-options .results-box .votes-negative, .proposal-options .results-box .votes-neutral, /* aside */ aside.nav-proposal .navlist { aside.nav-proposal .navlist li.active a { |
You should place "style" component inside Now it's listed as the first local component, it should be the last one. |
Ok thanks @slifszyc. |
At the moment
lib/style/custom.css
loads before most of the other styles. It should load last so that we can override styles properly.The text was updated successfully, but these errors were encountered: