Changeset 860299
- Timestamp:
- 02/18/2014 04:19:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
text-selection-color/tags/1.1/text-selection-color.php
r860294 r860299 48 48 $style_html = '<style type="text/css"> 49 49 ::selection{ 50 color: '.get_option('text-color').' ;50 color: '.get_option('text-color').' !important; 51 51 background-color: '.get_option('text-bg-color').' !important; 52 52 } 53 53 ::-moz-selection{ 54 color: '.get_option('text-color').' ;54 color: '.get_option('text-color').' !important; 55 55 background-color: '.get_option('text-bg-color').' !important; 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.