diff --git a/module/task/css/recordestimate.css b/module/task/css/recordestimate.css index 5ead61fb66..21160f13ab 100644 --- a/module/task/css/recordestimate.css +++ b/module/task/css/recordestimate.css @@ -3,7 +3,6 @@ .form-condensed .table-form {margin-bottom: 20px;} .hours {display: flex; float: left; transform: translate(0, 50%); margin: 0;} .estimateTotally, .consumedTotally {border-radius: 9px; padding: 3px 7px; margin: 0 5px 0 5px; min-width: 18px;} -.consumedTotally {background: #EAF3FF; color: #2B80FF;} .estimateTotally {background: #FFEFEF; color: #FF6262;} .nav > li.divider {margin: 0 10px 0 5px; background-color: #000; opacity: 0.06; width: 1px ; height: 15px; padding: 0 !important;} .table-bordered td, .table-bordered th { border: 1px solid #EEEEEE; } @@ -24,5 +23,3 @@ #toggleFoldIcon:hover {cursor: pointer;} #toggleFoldIcon .icon-border {width: 20px; height: 20px; border-radius: 8px; border: 1px solid #D5E5FF;} -#toggleFoldIcon .icon-border > .icon {color: #3785FF;} -#toggleFoldIcon .text {color: #3785FF;}