OpenSprinkler Forums OpenSprinkler Mobile and Web App Mobile Web App Theme Re: Re: Mobile Web App Theme

#25306

nate
Participant

the current status page already has a border and adding this CSS causes a double border making the line too thick separating stations.

Try this:

.ui-btn-up-c, .ui-btn-hover-c {
border: 1px solid #dedede;
}

Edit: fixed typo in css class name.