From 0565b75846bd6eb9586149deec04564acfcac560 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 5 Aug 2013 10:06:45 -0400 Subject: [PATCH] Removed the selection background color. --- framework/yii/views/errorHandler/exception.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/framework/yii/views/errorHandler/exception.php b/framework/yii/views/errorHandler/exception.php index 6482fae..2062277 100644 --- a/framework/yii/views/errorHandler/exception.php +++ b/framework/yii/views/errorHandler/exception.php @@ -39,14 +39,6 @@ ul{ } /* base */ -::selection{ - color: #fff !important; - background-color: #e51717 !important; -} -::-moz-selection{ - color: #fff !important; - background-color: #e51717 !important; -} a{ text-decoration: none; }