Commit 1c2ccc2d by zhangyy

4.9 creatprogess

parent 1283bf8c
...@@ -58,8 +58,8 @@ a.disabled{ ...@@ -58,8 +58,8 @@ a.disabled{
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
color: #ffffff; color: #ffffff;
background: #00b983; background: #3468a8;
border: 1px solid #04a777; border: 1px solid #3468a8;
cursor: pointer; cursor: pointer;
padding:0 12px; padding:0 12px;
margin-left: 10px; margin-left: 10px;
...@@ -73,7 +73,7 @@ a.disabled{ ...@@ -73,7 +73,7 @@ a.disabled{
} }
.current{ .current{
color: #ffffff; color: #ffffff;
background: #00b983; background: #3468a8;
border-color: #00b983; border-color: #3468a8;
border-radius: 3px; border-radius: 3px;
} }
\ No newline at end of file
...@@ -220,11 +220,12 @@ div.canvas-wrapper { ...@@ -220,11 +220,12 @@ div.canvas-wrapper {
font-size: 10pt; font-size: 10pt;
} }
div.propertySection { div.propertySection {
height: 250px; height:300px;
overflow-y: auto;
background-color: #e8edf1; background-color: #e8edf1;
margin-bottom: 0px; margin-bottom: 10px;
padding-bottom: 10px;
} }
.selected-item-title { .selected-item-title {
......
...@@ -22,7 +22,7 @@ html,body{ ...@@ -22,7 +22,7 @@ html,body{
} }
.box h2 span{ .box h2 span{
display: inline-block; display: inline-block;
border-left:6px solid #04A777; border-left:6px solid #3468a8;
height:25px; height:25px;
margin-right:20px; margin-right:20px;
} }
......
...@@ -15,7 +15,11 @@ ...@@ -15,7 +15,11 @@
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style> <style>
.glyphicon-user{ .glyphicon-user{
color: #007bff; color: #3468a8;
}
.btn-outline-primary{
border: 1px solid #3468a8;
color: #3468a8;
} }
.mb-3{ .mb-3{
margin-bottom: 0!important; margin-bottom: 0!important;
......
Index: src/main/resources/templates/bpm/index.html
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/main/resources/templates/bpm/index.html (revision f5c2015750ca88b7f254de77900e56923e83970d)
+++ src/main/resources/templates/bpm/index.html (revision )
@@ -15,7 +15,11 @@
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>
.glyphicon-user{
- color: #007bff;
+ color: #3468a8;
+ }
+ .btn-outline-primary{
+ border: 1px solid #3468a8;
+ color: #3468a8;
}
.mb-3{
margin-bottom: 0!important;
@@ -32,7 +36,6 @@
}
.nav-icon span{
display: inline-block;
- line-height: ;
}
.nav-icon i{
width: 1.875rem;
Index: src/main/resources/static/css/common/page_new.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/main/resources/static/css/common/page_new.css (revision f5c2015750ca88b7f254de77900e56923e83970d)
+++ src/main/resources/static/css/common/page_new.css (revision )
@@ -58,8 +58,8 @@
height: 32px;
line-height: 32px;
color: #ffffff;
- background: #00b983;
- border: 1px solid #04a777;
+ background: #3468a8;
+ border: 1px solid #3468a8;
cursor: pointer;
padding:0 12px;
margin-left: 10px;
@@ -73,7 +73,7 @@
}
.current{
color: #ffffff;
- background: #00b983;
- border-color: #00b983;
+ background: #3468a8;
+ border-color: #3468a8;
border-radius: 3px;
}
\ No newline at end of file
Index: src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css (revision f5c2015750ca88b7f254de77900e56923e83970d)
+++ src/main/resources/static/js/plugins/bootstrapselect/css/product_list.css (revision )
@@ -22,7 +22,7 @@
}
.box h2 span{
display: inline-block;
- border-left:6px solid #04A777;
+ border-left:6px solid #3468a8;
height:25px;
margin-right:20px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment