Post by jfnewell1965 » Sat Mar 09, 2019 1:24 am

I am in the home stretch with the color theme. Thank you so much to all of the people who have provided guidance here.

I have a few issues remaining, which I will trace down one by one, but.....

The one thing I can't seem to resolve is forms. When you click on a form field to fill it out (this is all on the default theme), the field gets sort of blue halo/shadow around it. Does anyone know where I would go to change that color?

New member

Posts

Joined
Sat Dec 01, 2018 10:19 pm

Post by cyclops12 » Sat Mar 09, 2019 1:59 am

This would also be in bootstrap.min.css so you can either change it in that file or add

Code: Select all

.form-control:focus {
  border-color: #66afe9;
}
to the bottom of your stylesheet.css ( change the #66afe9 for the colour of your choice)

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by jfnewell1965 » Sat Mar 09, 2019 11:37 am

Thank you cyclops12....that worked.

There was still the slightest ting of blue shadow, but I fix that with the additional line below...

box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(240, 143, 124, 0.6);

I am learning....very slowly, but I am learning!

New member

Posts

Joined
Sat Dec 01, 2018 10:19 pm
Who is online

Users browsing this forum: No registered users and 145 guests