Ultima SplashScreen /Loading screen

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
tengel92
Posts: 28
Joined: 15 Sep 2016, 20:04

09 Oct 2016, 18:47

I am trying to change the splash screen /loading screen to better match the default blue-grey theme I am using right now. This is in the _splash.scss but it still has the default blue but it should be grey for the background color.

Code: Select all

   
.splash-screen {
    background-color: #607D8B;
    height: 100%;
    padding-top: 250px;
<--cut-->
     .bar:nth-child(1) {
      background-color: #558B2F;
      animation: loading 3s linear infinite;
    }
    .bar:nth-child(2) {
      background-color: #8BC34A;
      animation: loading 3s linear 1s infinite;
    }
    .bar:nth-child(3) {
      background-color: #C5E1A5;
      animation: loading 3s linear 2s infinite;
    }

tengel92
Posts: 28
Joined: 15 Sep 2016, 20:04

09 Oct 2016, 18:52

Basically I don't know jack about sass. I figured it out in the mean time be editing the theme-(color).css and layout-(color).css instead of scss files. I know this isn't a great solution and I should compile the sass files but a good work around for the moment and some people might appreciate the fast solution.

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests