OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › Mobile Web App Theme
@salbahra wrote:
Update 2: I do still plan on incorporating @nate’s suggestion to the flat theme.
You mean the dividers for the table lists ? Yea I agree the underline is bad. I like nate’s borders.
@salbahra wrote:
I know someone will say, why not call the new default, default.
Yea perhaps the word “Legacy” or “Original” ? 🙂
Thanks for being accommodating Not sure where you find the time..
@Michael Legacy is a great fit! I will change the wording tonight, thanks!
I am going to add @nate’s border suggestion the only reason I haven’t yet is because I want to apply it not only to lists on the homepage but to all lists in the app. However, the current status page already has a border and adding this CSS causes a double border making the line too thick separating stations. Once I find an elegant way to get around it I will have the code pushed out. Should be soon!
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.
Looks good!
OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › Mobile Web App Theme