You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2017/06/18 16:58:54 UTC

svn commit: r1799106 - /comdev/reporter.apache.org/trunk/site/css/tabs.css

Author: humbedooh
Date: Sun Jun 18 16:58:54 2017
New Revision: 1799106

URL: http://svn.apache.org/viewvc?rev=1799106&view=rev
Log:
simplify tab shadows and background

Modified:
    comdev/reporter.apache.org/trunk/site/css/tabs.css

Modified: comdev/reporter.apache.org/trunk/site/css/tabs.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/css/tabs.css?rev=1799106&r1=1799105&r2=1799106&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/css/tabs.css (original)
+++ comdev/reporter.apache.org/trunk/site/css/tabs.css Sun Jun 18 16:58:54 2017
@@ -47,7 +47,7 @@ br {
 }
 
 .tablink {
-    background: linear-gradient(to bottom, #FAFAFA 0%,#dfdfdf 100%);
+    background: #EAEAEA;
     color: #555;
     padding-top: 10px;
     float: left;
@@ -55,7 +55,7 @@ br {
     min-width: 110px;
     text-align: center;
     margin-right: 4px;
-    box-shadow: inset 0px -1px 2px rgba(0,0,0,0.75);
+    box-shadow: inset 0px -2px 2px rgba(0,0,0,0.33);
 }