summaryrefslogtreecommitdiffstats
path: root/application/views/errors
diff options
context:
space:
mode:
authorGabriel Potkány <gadelat@gmail.com>2015-02-04 09:25:43 +0100
committerGabriel Potkány <gadelat@gmail.com>2015-02-04 09:25:43 +0100
commit8839fba1d655294d0afbd9fac285a4f60a4b5dad (patch)
tree88dd711dabc6f0ca0c282fd2d6a185f3536306bc /application/views/errors
parent9cec91be05e13f292f73e59dd08febf5e32859d8 (diff)
Removed -webkit-selection
Diffstat (limited to 'application/views/errors')
-rw-r--r--application/views/errors/html/error_404.php1
-rw-r--r--application/views/errors/html/error_db.php1
-rw-r--r--application/views/errors/html/error_general.php1
3 files changed, 0 insertions, 3 deletions
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;