修改样式
This commit is contained in:
@@ -137,9 +137,6 @@ div.edui-box {
|
||||
background-color: white;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.edui-editor div{
|
||||
width:auto;
|
||||
@@ -165,9 +162,6 @@ div.edui-box {
|
||||
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
|
||||
background-repeat: repeat-x;
|
||||
/*border: 1px solid #d4d4d4;*/
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
-moz-border-radius: 4px 4px 0 0;
|
||||
border-radius: 4px 4px 0 0;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
||||
*zoom: 1;
|
||||
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
||||
@@ -431,7 +425,7 @@ div.edui-box {
|
||||
|
||||
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
|
||||
background: url(../images/icons.png) -741px 0;
|
||||
_background: url(../images/icons.gif) -741px 0;
|
||||
/*_background: url(../images/icons.gif) -741px 0;*/
|
||||
height: 20px;
|
||||
width: 9px;
|
||||
}
|
||||
@@ -439,9 +433,6 @@ div.edui-box {
|
||||
.edui-default .edui-toolbar .edui-combox .edui-combox-body {
|
||||
border: 1px solid #CCC;
|
||||
background-color: white;
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
}
|
||||
|
||||
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
|
||||
@@ -505,9 +496,6 @@ div.edui-box {
|
||||
background-color: #ffe69f;
|
||||
padding: 0;
|
||||
border: 1px solid #dcac6c;
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
}
|
||||
|
||||
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
|
||||
@@ -946,7 +934,7 @@ div.edui-box {
|
||||
.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow,
|
||||
.edui-default .edui-toolbar .edui-menubutton-body .edui-arrow {
|
||||
background: url(../images/icons.png) -741px 0;
|
||||
_background: url(../images/icons.gif) -741px 0;
|
||||
/*_background: url(../images/icons.gif) -741px 0;*/
|
||||
height: 20px;
|
||||
width: 9px;
|
||||
}
|
||||
@@ -1048,9 +1036,6 @@ div.edui-box {
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
*border-right-width: 2px;
|
||||
*border-bottom-width: 2px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
|
||||
@@ -1120,7 +1105,6 @@ div.edui-box {
|
||||
position: relative;
|
||||
}
|
||||
.edui-default .edui-message-body{
|
||||
border-radius: 3px;
|
||||
padding: 8px 15px 8px 8px;
|
||||
color: #c09853;
|
||||
background-color: #fcf8e3;
|
||||
@@ -1209,9 +1193,6 @@ div.edui-box {
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
*border-right-width: 2px;
|
||||
*border-bottom-width: 2px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
@@ -1826,7 +1807,6 @@ div.edui-box {
|
||||
height: 50px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/*粘贴弹出菜单*/
|
||||
|
||||
Reference in New Issue
Block a user