Plugin Directory

Changeset 535314


Ignore:
Timestamp:
04/24/2012 05:00:25 AM (14 years ago)
Author:
osuthorpe
Message:

Added support for IE and opera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easy-shortcode-buttons/trunk/buttons-style.css

    r483171 r535314  
    2020    padding: 5px 12px;
    2121    font-size: 12px;
     22    background: #6b6b6b;
    2223    background: -moz-linear-gradient(
    2324        top,
     
    3738    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .4);
    3839    margin: 10px;
     40    behavior: url(PIE.htc);
    3941}
    4042
     
    8385    color: #ffffff;
    8486    border: 1px solid #325273;
     87    background: #258dc8;
    8588    background: -moz-linear-gradient(
    8689        top,
     
    9598.bk-button-wrapper .red {
    9699    color: #ffffff;
     100    background: #ff4242;
    97101    background: -moz-linear-gradient(
    98102        top,
     
    108112.bk-button-wrapper .yellow {
    109113    color: #a67906;
     114    background: #ffffaf;
    110115    background: -moz-linear-gradient(
    111116        top,
     
    126131.bk-button-wrapper .green {
    127132    color: #ffffff;
     133    background: #78ad4c;
    128134    background: -moz-linear-gradient(
    129135        top,
     
    139145.bk-button-wrapper .white {
    140146    color: #616f7a;
     147    background: #ffffff;
    141148    background: -moz-linear-gradient(
    142149        top,
Note: See TracChangeset for help on using the changeset viewer.