You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2016/02/03 10:35:22 UTC

svn commit: r1728285 - /lucene/cms/trunk/content/css/global.css

Author: janhoy
Date: Wed Feb  3 09:35:22 2016
New Revision: 1728285

URL: http://svn.apache.org/viewvc?rev=1728285&view=rev
Log:
SOLR-8579: Change color of Solr download button to Solr-REDâ„¢

Modified:
    lucene/cms/trunk/content/css/global.css

Modified: lucene/cms/trunk/content/css/global.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/css/global.css?rev=1728285&r1=1728284&r2=1728285&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/global.css (original)
+++ lucene/cms/trunk/content/css/global.css Wed Feb  3 09:35:22 2016
@@ -1008,20 +1008,20 @@ code.inline{
 	text-align: center;
 	text-transform: uppercase;
 	/*GRADIENT*/
-	background: #E07F00 !important; /* Old browsers */
-	background: -moz-linear-gradient(top, #FABB34 0%, #E07F00 100%) !important;
+	background: #D9411E !important; /* Old browsers */
+	background: -moz-linear-gradient(top, #C8BEB4 0%, #D9411E 100%) !important;
 	/* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FABB34) !important,
-		color-stop(100%, #E07F00) ); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #FABB34 0%, #E07F00 100%) !important;
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C8BEB4) !important,
+		color-stop(100%, #D9411E) ); /* Chrome,Safari4+ */
+	background: -webkit-linear-gradient(top, #C8BEB4 0%, #D9411E 100%) !important;
 	/* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #FABB34 0%, #E07F00 100%)important;
+	background: -o-linear-gradient(top, #C8BEB4 0%, #D9411E 100%)important;
 	/* Opera 11.10+ */
-	background: -ms-linear-gradient(top, #FABB34 0%, #E07F00 100%) important;;
+	background: -ms-linear-gradient(top, #C8BEB4 0%, #D9411E 100%) important;;
 	/* IE10+ */
-	background: linear-gradient(top, #FABB34 0%, #E07F00 100%) !important; /* W3C */
-	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#FABB34',
-		endColorstr='#E07F00', GradientType=0 ); /* IE6-9 */
+	background: linear-gradient(top, #C8BEB4 0%, #D9411E 100%) !important; /* W3C */
+	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#C8BEB4',
+		endColorstr='#D9411E', GradientType=0 ); /* IE6-9 */
 }
 
 .button-green a {
@@ -1115,7 +1115,7 @@ code.inline{
 
 /*ACTIVE*/
 .button-orange a:active {
-	background: #E07F00; /* Old browsers */
+	background: #D9411E; /* Old browsers */
 }
 
 .button-green a:active {