From 9d2c444b458c0dc7145f9a8ad96fe057ef2728bb Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Sat, 19 Mar 2011 04:05:22 +0900 Subject: [PATCH] reduce needless offset of gradients --- skin/classic/treestyletab/square/tab-surface-4.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skin/classic/treestyletab/square/tab-surface-4.css b/skin/classic/treestyletab/square/tab-surface-4.css index 77b09a69..afc49608 100644 --- a/skin/classic/treestyletab/square/tab-surface-4.css +++ b/skin/classic/treestyletab/square/tab-surface-4.css @@ -35,7 +35,7 @@ background-color: ThreeDFace !important; background-image: -moz-linear-gradient( top, - rgba(0, 0, 0, 0.02) 1px, + rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, 0) 50% ) !important; } @@ -47,7 +47,7 @@ background-color: #c1d2ee !important; background-image: -moz-linear-gradient( top, - rgba(4, 83, 227, 0.04) 1px, + rgba(4, 83, 227, 0.04) 0, rgba(4, 83, 227, 0) 50% ) !important; } @@ -62,7 +62,7 @@ background-color: #e0e8f6 !important; background-image: -moz-linear-gradient( top, - rgba(213, 224, 245, 1) 1px, + rgba(213, 224, 245, 1) 0, rgba(213, 224, 245, 0.4) 50% ) !important; } @@ -73,7 +73,7 @@ background-color: #d1e2fe !important; background-image: -moz-linear-gradient( top, - rgba(199, 219, 252, 1) 1px, + rgba(199, 219, 252, 1) 0, rgba(199, 219, 252, 0.4) 50% ) !important; }