Changeset 860296
- Timestamp:
- 02/18/2014 04:16:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
text-selection-color/trunk/text-selection-color.php
r860294 r860296 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.