# HG changeset patch # User rougeronj # Date 1427195766 -3600 # Node ID 03d4200ae80941b50dc1ba2c5dc384699cb2c36b # Parent 00d105cb88ca13ae27766f97e003ab976bd15252 update titles color in "Domaines Artistiques" diff -r 00d105cb88ca -r 03d4200ae809 src/hdalab/static/hdalab/css/trees.css --- a/src/hdalab/static/hdalab/css/trees.css Tue Mar 24 11:02:44 2015 +0100 +++ b/src/hdalab/static/hdalab/css/trees.css Tue Mar 24 12:16:06 2015 +0100 @@ -11,15 +11,15 @@ } .cattree .score_0, .cattree .score_1, .cattree .score_0 a, .cattree .score_1 a { - color: #80d080; + color: #a9a9a9; } .cattree .score_2, .cattree .score_3, .cattree .score_4, .cattree .score_2 a, .cattree .score_3 a, .cattree .score_4 a { - color: #409840; + color: #898989; } .cattree .score_5, .cattree .score_6, .cattree .score_7, .cattree .score_5 a, .cattree .score_6 a, .cattree .score_7 a { - color: #006000; + color: #686868; } .cattree .score_0:before, .cattree .score_1:before { @@ -55,7 +55,7 @@ } .cattree p.theme { - color: #000080; height: 20px; cursor: pointer; + color: #7cb0bd; height: 20px; cursor: pointer; } .cattree p.theme:after {