[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml variation about :hover state for links in the content

Denis Mishunov denis.mishunoff at gmail.com
Sun Feb 3 15:22:55 EST 2008


Log message for revision 83467:
  variation about :hover state for links in the content

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 20:20:26 UTC (rev 83466)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 20:22:55 UTC (rev 83467)
@@ -13,8 +13,10 @@
     font-size: 120%;
 }
 #content a:hover {
-/*    color:&dtml-linkActiveColor;;*/
-    color: #2375bb;
+/*    color: #2375bb;*/
+    background-color: #2375BB;
+    color: #fff;
+    text-decoration: none;
 }
 #searchGadget {
 /*    min-height: 21px;*/



More information about the Checkins mailing list