[Cosmo-dev] Re: [commits-cosmo] (br) [5072] added mimi's css change per bug 9885

Matthew Eernisse mde at osafoundation.org
Fri Jul 13 17:19:34 PDT 2007


Mimi,

Could we possibly do away with the changed color for visited links?

Doesn't seem like it's really like navigation links on a Web site or a 
wiki where it's useful to keep track of where you've clicked, and where 
you haven't. For example, is it really relevant in the context of an app 
that the user has previously clicked "Log Out" before?

To pile on, note that links that invoke JavaScript (e.g. Settings, 
show/hide) will never go purple, so there will be seemingly no rhyme or 
reason why some links in the app are purple, and some are blue.

I'd like to advocate strongly that we go back to using the same color 
for visited/unvisted links in the PIM UI.

Thanks.


Matthew


svncheckin at osafoundation.org wrote:
> Revision
>     5072 <http://cvs.osafoundation.org/viewcvs.cgi?rev=5072&view=rev>
> Author
>     br
> Date
>     2007-07-13 16:18:53 -0700 (Fri, 13 Jul 2007)
> 
> 
>       Log Message
> 
> added mimi's css change per bug 9885 
> <http://bugzilla.osafoundation.org/show_bug.cgi?id=9885>
> 
> 
>       Modified Paths
> 
>     * cosmo/trunk/cosmo/src/main/webapp/templates/default/ui.css
>       <#cosmotrunkcosmosrcmainwebapptemplatesdefaultuicss>
> 
> 
>       Diff
> 
> 
>         Modified:
>         cosmo/trunk/cosmo/src/main/webapp/templates/default/ui.css (5071
>         => 5072)
> 
> --- cosmo/trunk/cosmo/src/main/webapp/templates/default/ui.css	2007-07-13 23:11:15 UTC (rev 5071)
> +++ cosmo/trunk/cosmo/src/main/webapp/templates/default/ui.css	2007-07-13 23:18:53 UTC (rev 5072)
> @@ -63,19 +63,25 @@
>  }
>  /* Default link color --
>   * generally color for text of active buttons should match */
> -a {
> -    color: #339;
> -    cursor: pointer;
> -}
>  a span, a{
> -    color: #339;
> +    color: #0066ff;
>      text-decoration: none;
>  }
>  
> +a:visited {
> +    color: #6633cc;
> +    text-decoration: none;
> +}
> +
>  a:hover {
> -    color: #9999cc;
> +    text-decoration: underline;
>  }
>  
> +a:active {
> +    color: #4322e5;
> +    text-decoration: underline;
> +}
> +
>  /* Invisible elements */
>  .invisible {
>      display: none;
> @@ -132,7 +138,7 @@
>      padding-bottom: 12px;
>  }
>  #loginDialogFormContainer {
> -	margin: auto;
> +    margin: auto;
>      padding: 12px;
>      border: 1px solid #999;
>      width: 340px;
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Commits-Cosmo mailing list
> Commits-Cosmo at osafoundation.org
> http://lists.osafoundation.org/cgi-bin/mailman/listinfo/commits-cosmo



More information about the cosmo-dev mailing list