OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › Mobile Web App Theme › Re: Re: Mobile Web App Theme
August 13, 2013 at 1:08 pm
#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.