removing ie specific css so asset pipeline works
Oleg
committed Dec 15, 2011
commit cbc4c8aea5137cf3080cf95283b3f87508accb8f
Showing 1
changed file with
1 additions
and 1 deletions
app/assets/stylesheets/comfortable_mexican_sofa/elrte.css
+1
-1
| @@ | @@ -63,7 +63,7 @@ |
| .el-rte .toolbar ul li{display:inline-block;display:-moz-inline-stack;display:inline-block;height:22px;width:22px;vertical-align:top;zoom:1;*display:inline;margin:1px 1px;padding:0;background:url('/assets/comfortable_mexican_sofa/elrte/elrte-toolbar.png') no-repeat;border:1px solid #ccc;z-index:100} | |
| .el-rte .toolbar ul li.hover{border:1px solid #484848} | |
| .el-rte .toolbar ul li.active{background-color:#fff;border:1px solid #ccc} | |
| - | .el-rte .toolbar ul li.disabled{opacity:alpha(0.3);opacity:.3;filter:Alpha(Opacity=30)} |
| + | .el-rte .toolbar ul li.disabled{opacity:.3} |
| .el-rte .toolbar ul li.about{background-position:-829px -5px} | |
| .el-rte .toolbar ul li.save{background-position:-30px -2px} | |
| .el-rte .toolbar ul li.new{background-position:-55px -2px} | |