Changes between Version 1 and Version 2 of Ticket #3243, comment 32
- Timestamp:
- 06/02/2011 09:45:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3243, comment 32
v1 v2 4 4 My main point here is that CSS order is important. 5 5 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! 7 9 8 10 Re: 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! ;)