diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-04 11:51:21 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-04 11:51:21 +0100 |
commit | d22ba47139cf294506b9a1f34cc996f23155ebf5 (patch) | |
tree | 88dd711dabc6f0ca0c282fd2d6a185f3536306bc /application | |
parent | 9cec91be05e13f292f73e59dd08febf5e32859d8 (diff) | |
parent | 8839fba1d655294d0afbd9fac285a4f60a4b5dad (diff) |
Merge pull request #3555 from gadelat/webkitselection
[ci skip] Remove -webkit-selection usage
Diffstat (limited to 'application')
-rw-r--r-- | application/views/errors/html/error_404.php | 1 | ||||
-rw-r--r-- | application/views/errors/html/error_db.php | 1 | ||||
-rw-r--r-- | application/views/errors/html/error_general.php | 1 | ||||
-rw-r--r-- | application/views/welcome_message.php | 1 |
4 files changed, 0 insertions, 4 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; diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index 66b1efd6c..f5115630b 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -10,7 +10,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; |