Post Reply 
Google Light Blue Theme 09.06.27
Jul. 14, 2009, 11:25 AM
Post: #1
Google Light Blue Theme 09.06.27
i'm not sure if this is a "stumble-upon" or not -

for the Google Light Blue Theme, one line has this
Code:
"a:link, a:link span, .q a:link, a.toplink:visited {color: #0C5AA9;}\r\n"
and a few lines down has this
Code:
"a:hover, a:hover span, a:visited:hover, .g .fl:hover {color: #1689FF;}\r\n"

the 09.04.29 version of the filter has a .q in both lines, so i'm wondering if the latter was meant to be a .q and not a .g ???
Add Thank You Quote this message in a reply
Jul. 14, 2009, 03:01 PM (This post was last modified: Jul. 14, 2009 03:05 PM by sidki3003.)
Post: #2
RE: Google Light Blue Theme 09.06.27
I don't think so. Space and comma have different meanings.

"," is separating different independent elements for which the rule should be applied, while the translation for ".q .fl" is: All elements with a class name of "fl" that have a parent (or grandparent, or great-grandparent, ...) element with a class name of "q". There aren't any.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: