Plugin Directory

Changeset 2015715


Ignore:
Timestamp:
01/20/2019 11:20:36 AM (7 years ago)
Author:
wpslash
Message:

Fixed admin.css class name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woohistory/trunk/css/admin.css

    r2015652 r2015715  
    4242
    4343
    44 .woohistory-button-canceled {
     44.woohistory-button-cancelled {
    4545    -moz-box-shadow: 0px 1px 0px 0px #c2261b;
    4646    -webkit-box-shadow: 0px 1px 0px 0px #c2261b;
     
    6868    text-shadow:0px 1px 0px #f23400;
    6969}
    70 .woohistory-button-canceled:hover {
     70.woohistory-button-cancelled:hover {
    7171    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e34242), color-stop(1, #e32424));
    7272    background:-moz-linear-gradient(top, #e34242 5%, #e32424 100%);
     
    7878    background-color:#e34242;
    7979}
    80 .woohistory-button-canceled:active {
     80.woohistory-button-cancelled:active {
    8181    position:relative;
    8282    top:1px;
Note: See TracChangeset for help on using the changeset viewer.