avarun42 / arora-wiki

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Feature Request : Change the url bar color in https adress #451

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello
It's is possible to change the color of the url bar when the adress is 
securited (https://) ?
Indeed it's useful to know that you're on the good securited site when you do 
operation with money , 
to avoid phising.
What do you think ?
Thanks

Original issue reported on code.google.com by sekisus...@gmail.com on 27 May 2009 at 8:42

GoogleCodeExporter commented 9 years ago
This feature is in Arora, but it not work. If I commented one condition 
("p.brush(QPalette::windowText) == 
Qt::black") it worked.

Original comment by Krystian...@gmail.com on 2 Jun 2009 at 1:27

GoogleCodeExporter commented 9 years ago
@Krystian.Kam
that condition was intentional as we don't want to paint a yellow background if 
the base text color is very 
light as then the contents of the url would be unreadable.

though I changed it so that the text color does not have to be exactly black 
but at least strong enough 
that it will play well with the yellow background. 

Original comment by faw...@gmail.com on 4 Jun 2009 at 6:03

GoogleCodeExporter commented 9 years ago
And what about a deep blue bakground ?, like the buttons next to...

Original comment by sekisus...@gmail.com on 4 Jun 2009 at 6:51

GoogleCodeExporter commented 9 years ago
That isn't a solution as we would have an opposite problem: a deep blue 
background wouldn't fit into light 
styles where the text colour is usually dark.

Original comment by faw...@gmail.com on 4 Jun 2009 at 8:51