Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #3243, comment 32


Ignore:
Timestamp:
06/02/2011 09:45:06 AM (15 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3243, comment 32

    v1 v2  
    44My main point here is that CSS order is important.
    55
    6 Right now, "Buttons" is above "Formatting" and the "Buttons" section declares "a.button:hover".  Since the top-level a:hover is below this, a:hover's color will take precedence over what is declared for a.button:hover.
     6~~Right now, "Buttons" is above "Formatting" and the "Buttons" section declares "a.button:hover".  Since the top-level a:hover is below this, a:hover's color will take precedence over what is declared for a.button:hover.~~
     7
     8(EDIT) Brainfart! Forget I wrote that paragraph!  It's late here!
    79
    810Re: forms section - the declarations here use a sub-class - "standard-form", I wasn't really thinking of use-case, but of elements.  As long as the "Forms" section is moved below "Elements" in the TOC, I have no beef with this! ;)