Plugin Directory

Changeset 860296


Ignore:
Timestamp:
02/18/2014 04:16:45 PM (12 years ago)
Author:
nazmur.r
Message:

Fixed css override issue
Updated version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • text-selection-color/trunk/text-selection-color.php

    r860294 r860296  
    4848$style_html = '<style type="text/css">
    4949::selection{
    50 color: '.get_option('text-color').';
     50color: '.get_option('text-color').' !important;
    5151background-color: '.get_option('text-bg-color').' !important;
    5252}
    5353::-moz-selection{
    54 color: '.get_option('text-color').';
     54color: '.get_option('text-color').' !important;
    5555background-color: '.get_option('text-bg-color').' !important;
    5656}
Note: See TracChangeset for help on using the changeset viewer.