diff options
author | Gabriel Potkány <gadelat@gmail.com> | 2015-02-04 09:25:43 +0100 |
---|---|---|
committer | Gabriel Potkány <gadelat@gmail.com> | 2015-02-04 09:25:43 +0100 |
commit | 8839fba1d655294d0afbd9fac285a4f60a4b5dad (patch) | |
tree | 88dd711dabc6f0ca0c282fd2d6a185f3536306bc /application/views/welcome_message.php | |
parent | 9cec91be05e13f292f73e59dd08febf5e32859d8 (diff) |
Removed -webkit-selection
Diffstat (limited to 'application/views/welcome_message.php')
-rw-r--r-- | application/views/welcome_message.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |