Commit 2932e6a4 authored by Łukasz Nowak's avatar Łukasz Nowak

Highlit selected category.

parent 498756d5
......@@ -228,7 +228,7 @@ div.software_release_more {position:relative; width:100%; height: 26px;backgroun
.sr_left_inactive {float:right; margin: 2px; height:22px; width:24px; background:url(<tal:block tal:replace="images_path"/>sr_left_inactive.png);}\n
div.software_release_page {float:right; margin: 4px; height:22px; color: white; font-site: 18px;}\n
\n
div#software_category{display:inline;float:left;width:20%;background:url(<tal:block tal:replace="images_path"/>separation_contenu.png) no-repeat center right}\n
div#software_category{display:inline;float:left;width:20%;background:url(<tal:block tal:replace="images_path"/>separation_contenu.png) no-repeat center right; font-weight: normal;}\n
ul.software_category {list-style: none none inside; padding-left: 4px; padding-top: 8px; padding-bottom: 8px;}\n
li.software_category {cursor : pointer; padding-top: 2px; padding-bottom: 2px;}\n
li.software_category_children {padding-top: 4px; padding-bottom: 4px;}\n
......@@ -238,12 +238,7 @@ li.software_category_children:hover {text-decoration: underline;}\n
li.software_category:hover {\n
color: #2E707C;\n
}\n
li.software_category_selected:hover {\n
// background-color: blue;\n
}\n
li.software_category_selected {\n
// background-color: yellow;\n
}\n
li.software_category_selected {font-weight: bold; }\n
\n
</tal:block>
......
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