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

#25290

nate
Participant

Samer:

I know i’m just offering lame CSS tweaks here, but just having some fun playing around with this. Here are some that might help make some things a little more obvious on mobile (which usually doesn’t have :hover to differentiate buttons), without taking away from flat design too much.


.ui-li.ui-btn {
border-bottom: 1px solid #dedede;
}

another option could be something like this:


.ui-li>.ui-btn-inner:nth-of-type(2n) {
background: #ececec;
}

Can anyone redesign the header logo? Currently it’s an image that was resized to fit in the header however the text is very blurry. Should I switch back to plain text, if I can’t find/make a better logo?

How do you mean re-design? As in completely new logo? If so, might be wise to keep logo in the same area since Ray is shipping the 2.0’s with that logo on the casing —