升级easyUI到1.9.4版本
This commit is contained in:
31
erp_web/js/easyui/themes/material/checkbox.css
Normal file
31
erp_web/js/easyui/themes/material/checkbox.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.checkbox {
|
||||
position: relative;
|
||||
border: 2px solid #00bbee;
|
||||
-moz-border-radius: 4px 4px 4px 4px;
|
||||
-webkit-border-radius: 4px 4px 4px 4px;
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
}
|
||||
.checkbox-checked {
|
||||
border: 0;
|
||||
background: #00bbee;
|
||||
}
|
||||
.checkbox-inner {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.checkbox path {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
.checkbox-disabled {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.checkbox-value {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
left: -999px;
|
||||
}
|
||||
Reference in New Issue
Block a user