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 ...@@ -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 .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 div.software_release_page {float:right; margin: 4px; height:22px; color: white; font-site: 18px;}\n
\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 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 {cursor : pointer; padding-top: 2px; padding-bottom: 2px;}\n
li.software_category_children {padding-top: 4px; padding-bottom: 4px;}\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 ...@@ -238,12 +238,7 @@ li.software_category_children:hover {text-decoration: underline;}\n
li.software_category:hover {\n li.software_category:hover {\n
color: #2E707C;\n color: #2E707C;\n
}\n }\n
li.software_category_selected:hover {\n li.software_category_selected {font-weight: bold; }\n
// background-color: blue;\n
}\n
li.software_category_selected {\n
// background-color: yellow;\n
}\n
\n \n
</tal:block> </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