Index: lams_central/web/css/progressBar.css =================================================================== diff -u -r9eb9155d07abfc68f0df83f93303ed1cb39c1844 -ra83b0eec89979dce7415b02afdda324b14018dbb --- lams_central/web/css/progressBar.css (.../progressBar.css) (revision 9eb9155d07abfc68f0df83f93303ed1cb39c1844) +++ lams_central/web/css/progressBar.css (.../progressBar.css) (revision a83b0eec89979dce7415b02afdda324b14018dbb) @@ -1,49 +1,43 @@ div#tooltip { - display: none; - position: absolute; - border: 1px solid gray; - background-color: rgb(246, 238, 191); - padding: 3px; - z-index: 5; - width: 100px; - font-size: 9px; - word-wrap: break-word; -} + display: none; + position: absolute; + border: thin solid #AAAAAA; + background-color: #dddddd; + padding: 3px; + z-index: 5; + width: 100px; + font-size: 9px; + word-wrap: break-word; } .progressBarContainer { - overflow: auto; -} + overflow: auto; } div.optionalActivity { - display: none; - position: absolute; - border: 1px solid black; - background-color: rgb(234, 249, 255); - z-index: 6; - width: 145px; -} + display: none; + position: absolute; + z-index: 6; } +div.optionalActivity table { + border: thin solid black; + background-color: #e3eef7; + width: 145px; } + div.optionalActivity table tr:first-child td { - border-top: none; - background-color: rgb(197, 212, 251); -} + border-top: none; + background-color: #6ca5d6; } div.optionalActivity td { - border-top: 1px solid black; - cursor: pointer; - padding: 0px; -} + border-top: thin solid black; + cursor: pointer; + padding: 0px; } div.optionalActivity td:hover { - background-color: rgb(246, 238, 191); -} + background-color: #F6EEBF; } div#progressBarDialog { - display: none; -} + display: none; } div#progressBarDialog iframe { - width: 100%; - height: 100%; - border: none; -} \ No newline at end of file + width: 100%; + height: 100%; + border: none; }