Plugin Directory

Changeset 562244


Ignore:
Timestamp:
06/22/2012 08:20:42 AM (14 years ago)
Author:
technosis
Message:

trying to fix the customize theme page image issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templ33t/branches/01_02_handling_posts/inc/customize_theme.php

    r562237 r562244  
    1919        top: 0px;
    2020        z-index: 100;
     21        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     22        filter: alpha(opacity=50);
     23        -moz-opacity:0.5;
     24        -khtml-opacity: 0.5;
     25        opacity: 0.5;
    2126    }
    2227    .templ33t-customize-modal {
     28        background: #FFF;
     29        border: 1px solid #909090;
     30        -moz-border-radius: 9px;
     31        -webkit-border-radius: 9px;
     32        -khtml-border-radius: 9px;
     33        border-radius: 9px;
     34        -moz-box-shadow: 0px 0px 24px #000;
     35        -webkit-box-shadow: 0px 0px 24px #000;
     36        box-shadow: 0px 0px 24px #000;
    2337        height: 400px;
    2438        left: 50%;
Note: See TracChangeset for help on using the changeset viewer.