Plugin Directory

Changeset 1645009


Ignore:
Timestamp:
04/25/2017 02:36:16 PM (9 years ago)
Author:
webstartup
Message:

Envs Switcher all verion::
css corrections

Location:
envs-switcher
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • envs-switcher/tags/1.0.0/plugin/switcher/switcher.php

    r1439047 r1645009  
    6060        <style>
    6161            #wp-admin-bar-environment > a:before {
    62                 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff
     62                content: "\f541";
    6363            }
    6464        </style>
  • envs-switcher/tags/1.1.0/plugin/switcher/switcher.php

    r1439528 r1645009  
    6464        <style>
    6565            #wp-admin-bar-environment > a:before {
    66                 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff
     66                content: "\f541";
    6767            }
    6868        </style>
  • envs-switcher/tags/1.2.0/plugin/switcher/switcher.php

    r1442025 r1645009  
    6161        <style>
    6262            #wp-admin-bar-environment > a:before {
    63                 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff
     63                content: "\f541";
    6464            }
    6565        </style>
  • envs-switcher/tags/1.3.0/plugin/switcher/switcher.php

    r1606694 r1645009  
    7979        <style>
    8080            #wp-admin-bar-environment > a:before {
    81                 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff
     81                content: "\f541";
    8282            }
    8383        </style>
  • envs-switcher/trunk/plugin/switcher/switcher.php

    r1606694 r1645009  
    7979        <style>
    8080            #wp-admin-bar-environment > a:before {
    81                 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff
     81                content: "\f541";
    8282            }
    8383        </style>
Note: See TracChangeset for help on using the changeset viewer.