ElkArte Community

Elk Development => Theme development => Topic started by: forumsearch0r on August 25, 2014, 01:53:59 am

Title: Mobile Up/Down buttons could need some color.
Post by: forumsearch0r on August 25, 2014, 01:53:59 am
Do you see the icons in the bottom left corner?

Neither do I.
Title: Re: Mobile Up/Down buttons could need some color.
Post by: emanuele on August 25, 2014, 04:08:48 am
Less transparency?
Title: Re: Mobile Up/Down buttons could need some color.
Post by: Jorin on August 25, 2014, 04:12:23 am
Yes, and maybe show the arrows would help. With the normal view too. ;)
Title: Re: Mobile Up/Down buttons could need some color.
Post by: forumsearch0r on August 25, 2014, 05:01:22 am
In normal view I actually see the arrows (when I hover them).
Title: Re: Mobile Up/Down buttons could need some color.
Post by: Jorin on August 25, 2014, 05:05:38 am
Yes, but only if you hover them. The function behind this buttons would be clearer if the arrows would be there no matter if you are hovering them or not, don't you think?
Title: Re: Mobile Up/Down buttons could need some color.
Post by: forumsearch0r on August 25, 2014, 05:26:58 am
I don't want those arrows anyway. I'm able to scroll without them.
Title: Re: Mobile Up/Down buttons could need some color.
Post by: Jorin on August 25, 2014, 05:36:42 am
@emanuele , we need an option in ElkArte 1.1 to enable and disable these buttons! ;D
Title: Re: Mobile Up/Down buttons could need some color.
Post by: forumsearch0r on August 25, 2014, 06:04:44 am
I thought there was some option for that? At least I translated it once. But I may be mistaken on this one.
Title: Re: Mobile Up/Down buttons could need some color.
Post by: emanuele on August 25, 2014, 07:30:37 am
Not really, just add a display: none to the css.
Add options for any tiny bit of stuff is dangerous for several reasons.

What I prefer is a way to define a fallback cascade for themes, so that we can create new "default" themes without having to overwrite the one in the "default" directory (that it will become just a normal theme among others), that way we will be able to update ElkArte default theme without disrupting any existing theme (at least in my dreams).
Title: Re: Mobile Up/Down buttons could need some color.
Post by: emanuele on August 25, 2014, 07:32:12 am
@forumsearch0r I don't think there is any setting, because the two are considered an accessibility feature, and AFAIR accessibility and security features are not "optional" (well, except those inherited).
Title: Re: Mobile Up/Down buttons could need some color.
Post by: Jorin on August 25, 2014, 07:33:22 am
Quote from: emanuele – Not really, just add a display: none to the css.
Add options for any tiny bit of stuff is dangerous for several reasons.

I was just kidding.  ;)
Title: Re: Mobile Up/Down buttons could need some color.
Post by: emanuele on August 25, 2014, 07:36:49 am
lol
Okay. :P
Title: Re: Mobile Up/Down buttons could need some color.
Post by: Spuds on August 25, 2014, 07:39:32 am
Quote from: forumsearch0r – I don't want those arrows anyway. I'm able to scroll without them.
Thats what I'm thinking for the mobile screens as well, I'd never use them on my phone or tablet, its not how those device UI are used.
Title: Re: Mobile Up/Down buttons could need some color.
Post by: forumsearch0r on September 05, 2014, 09:56:57 am
Quote from: emanuele – AFAIR accessibility and security features are not "optional" (well, except those inherited).

Accessibility isn't given with invisible arrows.
Title: Re: Mobile Up/Down buttons could need some color.
Post by: ahrasis on September 05, 2014, 11:46:10 am
I would vote for an option to disable it. (Well is there any?)
Title: Re: Mobile Up/Down buttons could need some color.
Post by: emanuele on September 05, 2014, 11:48:31 am
Quote from: forumsearch0r – Accessibility isn't given with invisible arrows.
Accessibility doesn't even use arrows (but the title attribute). :P

Code: [Select]
#gotop {display: none;}
#gobottom {display: none;}
Disabled. ;)
Title: Re: Mobile Up/Down buttons could need some color.
Post by: ahrasis on September 05, 2014, 12:00:20 pm
That will do for the time being. :)