Jump to content

Custom CSS does not seem to be working in 4.3.1.0


Recommended Posts

Posted

All customisations stopped showing right after the update reboot, code was still there just not working. Just thought i'd give a heads up.

@@Happy2Play

Happy2Play
Posted

What css is not working? 

PenkethBoy
Posted

FWIW  - my customisations are working on 4.3.1.0 - in chrome

Posted

Ok it appears it's just not working on the admin side for me. I have the following;

.dashboardDocument .viewMenuBar {
    background-color: #222222;
}
.adminDrawerPanel .sidebarLink.selectedSidebarLink {
    background: #222222 !important;
    color: #fff !important;
}

.statCard .statCard-content {
    background-color: rgb(204, 51, 51);
    color: #fff !important;
}

/*Left and Right Scroll Button Opacity*/
div.scrollbuttoncontainer {background: rgba(255,255,255,.2); }

/*Remove Card background Shadow and Box Outline*/
button.cardContent-shadow {background-color: transparent; box-shadow:  none; }

The scroll button and shadow still seem to be working but the ones for the dashboard are not, has something changed?

Tested in chrome and its the same in that as well as firefox.

Posted

 

 

has something changed?

 

Well yes, things will change between releases. If you're using custom css then you should be prepared to re-evaluate it with each new release.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...