You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/29 23:02:45 UTC

svn commit: r1598401 - /openoffice/ooo-site/trunk/content/download/test/exceptions.css

Author: marcus
Date: Thu May 29 21:02:45 2014
New Revision: 1598401

URL: http://svn.apache.org/r1598401
Log:
Added effect for displaying the download text buttons inverted

Modified:
    openoffice/ooo-site/trunk/content/download/test/exceptions.css

Modified: openoffice/ooo-site/trunk/content/download/test/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/exceptions.css?rev=1598401&r1=1598400&r2=1598401&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Thu May 29 21:02:45 2014
@@ -80,6 +80,7 @@ h1 { padding-left: 0.5em; }
 .green-sel .dl-txt-btn:hover h3 a { border: 5px solid #546828; color: #546828; }
 */
 .green-sel .dl-txt-btn h3 a { background: #E9FEBE; border: 5px solid #546828; border-radius: 15px; color: #546828; margin: 5px 0 0 3%;}
+.green-sel .dl-txt-btn:hover h3 a { background: #546828; border: 5px solid #E9FEBE; border-radius: 15px; color: #E9FEBE; margin: 5px 0 0 3%;}
 .sub-green-sel { height: 60px; background: #E9FEBE; border-top: 1px solid #C3E480; border-bottom: 1px solid #C3E480; border-radius: 15px; font-size: .8em; }
 .sub-green-sel p { padding: .1em 3%; width: 100%; }