Commit ea36bd79 by chenith

Updated HT004 : Fix graphs collor.

parent 1232e1ff
...@@ -3258,21 +3258,21 @@ input.add-note-btn:hover{ ...@@ -3258,21 +3258,21 @@ input.add-note-btn:hover{
padding: 0 !important; padding: 0 !important;
} }
.red-b { .red-b {
background: #f9623d none repeat scroll 0 0 !important; background: #fb5d67 none repeat scroll 0 0 !important;
float: left; float: left;
position: relative; position: relative;
z-index: 10; z-index: 10;
/*height: 10px;*/ /*height: 10px;*/
} }
.yellow-b{ .yellow-b{
background-color: #ffd14c !important; background-color: #fedd6f !important;
float: left; float: left;
position: relative; position: relative;
z-index: 10; z-index: 10;
/*height: 10px;*/ /*height: 10px;*/
} }
.green-b{ .green-b{
background-color: #03ac66 !important; background-color: #41bdb4 !important;
float: left; float: left;
position: relative; position: relative;
z-index: 10; z-index: 10;
......
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
%> %>
<div class="col-sm-4 col-xs-12 text-center thr-block requirement-fit" href="#3a" data-toggle="tab" id="progress3" onClick="tabToggle('#tab3','.requirement-fit')"> <div class="col-sm-4 col-xs-12 text-center thr-block requirement-fit" href="#3a" data-toggle="tab" id="progress3" onClick="tabToggle('#tab3','.requirement-fit')">
<label class="progress-label">requirements</label> <label class="progress-label">requirements</label>
<div class="percent-blue fixed-width"> <div class="percent-yellow fixed-width">
<p style="display:none;"><oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="TwoDPDouble" /></p> <p style="display:none;"><oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="TwoDPDouble" /></p>
</div> </div>
<div class="row four-label"> <div class="row four-label">
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
valElement: 'p', valElement: 'p',
strokeWidth: 15, strokeWidth: 15,
bgColor: '#e5e8eb', bgColor: '#e5e8eb',
ringColor: '#f9623d', ringColor: '#fb5d67',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal', fontWeight: 'normal',
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
valElement: 'p', valElement: 'p',
strokeWidth: 15, strokeWidth: 15,
bgColor: '#e5e8eb', bgColor: '#e5e8eb',
ringColor: '#ffd14c', ringColor: '#fedd6f',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal', fontWeight: 'normal',
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
valElement: 'p', valElement: 'p',
strokeWidth: 15, strokeWidth: 15,
bgColor: '#e5e8eb', bgColor: '#e5e8eb',
ringColor: '#03ac66', ringColor: '#41bdb4',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal', fontWeight: 'normal',
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
fontWeight: 'normal', fontWeight: 'normal',
showPercent: false showPercent: false
}); });
$('.percent-blue').percentageLoader({ $('.percent-yellow').percentageLoader({
valElement: 'p', valElement: 'p',
strokeWidth: 15, strokeWidth: 15,
bgColor: '#e5e8eb', bgColor: '#e5e8eb',
......
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