Changeset 860294
- Timestamp:
- 02/18/2014 04:06:29 PM (12 years ago)
- Location:
- text-selection-color/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
text-selection-color.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
text-selection-color/trunk/readme.txt
r801176 r860294 3 3 Tags: text, selection, highlight, color 4 4 Requires at least: 3.0 5 Tested up to: 3. 7.16 Stable tag: trunk5 Tested up to: 3.8.1 6 Stable tag: 1.1 7 7 8 8 Text Selection Color plugin helps to change the color of the selected text in the website easily. … … 42 42 1. Text Selection Color settings page 43 43 2. Selection color preview after changing colors 44 45 == Changelog == 46 47 = 1.1 = 48 49 * Fixed css override issue. -
text-selection-color/trunk/text-selection-color.php
r801176 r860294 2 2 /* 3 3 Plugin Name: Text Selection Color 4 Version: 1. 04 Version: 1.1 5 5 Plugin URI: http://nazmurrahman.com/text-selection-color-wordpress-plugin/ 6 6 Author: Nazmur Rahman … … 49 49 ::selection{ 50 50 color: '.get_option('text-color').'; 51 background-color: '.get_option('text-bg-color').' ;51 background-color: '.get_option('text-bg-color').' !important; 52 52 } 53 53 ::-moz-selection{ 54 54 color: '.get_option('text-color').'; 55 background-color: '.get_option('text-bg-color').' ;55 background-color: '.get_option('text-bg-color').' !important; 56 56 } 57 57 </style>';
Note: See TracChangeset
for help on using the changeset viewer.