导入界面样式更改
是否表达式和是否十六进制初始化顺序更改
This commit is contained in:
@@ -5243,8 +5243,11 @@ Form Layouts
|
||||
.portlet-form .form-section,
|
||||
.form .form-section {
|
||||
margin: 12px 0px 14px 0px;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #e7ecf1; }
|
||||
padding: 5px;
|
||||
border: solid #e7ecf1;
|
||||
border-width: 1px 1px 0 1px;
|
||||
width: 100%;
|
||||
background: #e7ecf1; }
|
||||
.form-fit .portlet-form .form-section, .form-fit
|
||||
.form .form-section {
|
||||
margin-left: 20px;
|
||||
@@ -5843,7 +5846,7 @@ Custom color buttons
|
||||
/* Form uneditable input */
|
||||
.uneditable-input {
|
||||
padding: 6px 12px;
|
||||
min-width: 206px;
|
||||
width: 206px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
height: 34px;
|
||||
@@ -5853,6 +5856,14 @@ Custom color buttons
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
-icab-text-overflow: ellipsis;
|
||||
-khtml-text-overflow: ellipsis;
|
||||
-moz-text-overflow: ellipsis;
|
||||
-webkit-text-overflow: ellipsis;
|
||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
|
||||
|
||||
.form-control-static {
|
||||
@@ -22279,7 +22290,7 @@ Color library demo
|
||||
|
||||
|
||||
|
||||
/*锟斤拷锟斤拷锟斤拷式*/
|
||||
/*閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷峰紡*/
|
||||
|
||||
.sort-column {
|
||||
|
||||
@@ -22551,7 +22562,7 @@ transition: background-color .1s ease-in-out;
|
||||
|
||||
/* END SHOW MORE CSS**/
|
||||
|
||||
/**鐎涙劙鍘ょ純顕<EFBFBD>锟藉銆嶉崡鈩冪壉瀵拷**/
|
||||
/**閻庢稒鍔欓崢銈囩磾椤曪拷閿熻棄顦甸妴宥夊础閳╁啰澹夌<EFBFBD>顕嗘嫹**/
|
||||
.tabInfo {
|
||||
border: 1px solid #c2cad8;
|
||||
padding: 5px;
|
||||
@@ -22592,4 +22603,19 @@ span[id^='close']{
|
||||
background:url(../img/loading.gif) no-repeat center center;
|
||||
opacity:0.7;
|
||||
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
|
||||
}
|
||||
.border-top {
|
||||
border-top: 1px solid;
|
||||
padding-top:5px;
|
||||
}
|
||||
.border-top + .form-section{
|
||||
margin-top:-25px;
|
||||
width: 100%;
|
||||
background: #e7ecf1;
|
||||
border:none
|
||||
}
|
||||
.form-section + .boxSolid {
|
||||
border: 1px solid #eeeeee;
|
||||
margin-top:-14px;
|
||||
margin-bottom:10px
|
||||
}
|
||||
Reference in New Issue
Block a user