升级easyUI到1.9.4版本
This commit is contained in:
33
erp_web/js/easyui/themes/bootstrap/progressbar.css
Normal file
33
erp_web/js/easyui/themes/bootstrap/progressbar.css
Normal file
@@ -0,0 +1,33 @@
|
||||
.progressbar {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.progressbar-text {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
}
|
||||
.progressbar-value {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 0;
|
||||
-moz-border-radius: 5px 0 0 5px;
|
||||
-webkit-border-radius: 5px 0 0 5px;
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.progressbar {
|
||||
border-color: #D4D4D4;
|
||||
}
|
||||
.progressbar-text {
|
||||
color: #333;
|
||||
font-size: 12px;
|
||||
}
|
||||
.progressbar-value,
|
||||
.progressbar-value .progressbar-text {
|
||||
background-color: #0081c2;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user