equal
deleted
inserted
replaced
48 |
48 |
49 /* Browse */ |
49 /* Browse */ |
50 a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} |
50 a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} |
51 .mceOldBoxModel a.browse span {width:22px; height:20px;} |
51 .mceOldBoxModel a.browse span {width:22px; height:20px;} |
52 a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;} |
52 a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;} |
53 a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);} |
53 a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)} |
54 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} |
54 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} |
55 a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} |
55 a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} |
56 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} |
56 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} |
57 a.pickcolor:hover span {background-color:#B2BBD0;} |
57 a.pickcolor:hover span {background-color:#B2BBD0;} |
58 a.pickcolor:hover span.disabled {} |
58 a.pickcolor:hover span.disabled {} |