From 8839fba1d655294d0afbd9fac285a4f60a4b5dad Mon Sep 17 00:00:00 2001 From: Gabriel Potkány Date: Wed, 4 Feb 2015 09:25:43 +0100 Subject: Removed -webkit-selection --- application/views/errors/html/error_404.php | 1 - application/views/errors/html/error_db.php | 1 - application/views/errors/html/error_general.php | 1 - 3 files changed, 3 deletions(-) (limited to 'application/views/errors') diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php index d1a9e93e9..756ea9d62 100644 --- a/application/views/errors/html/error_404.php +++ b/application/views/errors/html/error_404.php @@ -9,7 +9,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ::selection { background-color: #E13300; color: white; } ::-moz-selection { background-color: #E13300; color: white; } -::-webkit-selection { background-color: #E13300; color: white; } body { background-color: #fff; diff --git a/application/views/errors/html/error_db.php b/application/views/errors/html/error_db.php index b7df94d2b..f5a43f638 100644 --- a/application/views/errors/html/error_db.php +++ b/application/views/errors/html/error_db.php @@ -9,7 +9,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ::selection { background-color: #E13300; color: white; } ::-moz-selection { background-color: #E13300; color: white; } -::-webkit-selection { background-color: #E13300; color: white; } body { background-color: #fff; diff --git a/application/views/errors/html/error_general.php b/application/views/errors/html/error_general.php index 821815de2..fc3b2ebad 100644 --- a/application/views/errors/html/error_general.php +++ b/application/views/errors/html/error_general.php @@ -9,7 +9,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ::selection { background-color: #E13300; color: white; } ::-moz-selection { background-color: #E13300; color: white; } -::-webkit-selection { background-color: #E13300; color: white; } body { background-color: #fff; -- cgit v1.2.3-24-g4f1b