编辑器ui
This commit is contained in:
@@ -209,11 +209,19 @@ div.edui-box {
|
||||
.edui-tensent .edui-editor-scale {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family:'Glyphicons Halflings';
|
||||
src:url(../../fonts/glyphicons-halflings-regular.eot);
|
||||
src:url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
|
||||
}
|
||||
.edui-tensent .edui-editor-scale .edui-editor-icon {
|
||||
float: right;
|
||||
width: 100%;
|
||||
height: 12px;
|
||||
margin-top: 10px;
|
||||
font-family:'Glyphicons Halflings';
|
||||
font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
|
||||
background: url(../images/scale.png) no-repeat;
|
||||
cursor: se-resize;
|
||||
}
|
||||
@@ -501,6 +509,8 @@ div.edui-box {
|
||||
.edui-tensent .edui-toolbar .edui-state-disabled .edui-icon {
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity = 30);
|
||||
font-family:'Glyphicons Halflings';
|
||||
font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
|
||||
}
|
||||
|
||||
/* toolbar icons */
|
||||
|
||||
Reference in New Issue
Block a user