Commit 6ad9f948 authored by Fabien Morin's avatar Fabien Morin

improve css style for page number in search style listboxes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26431 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d9c8bac
...@@ -1401,6 +1401,16 @@ div.search .centeredInner {\n ...@@ -1401,6 +1401,16 @@ div.search .centeredInner {\n
font-weight:bold;\n font-weight:bold;\n
}\n }\n
\n \n
div.search .searchPages a{\n
text-decoration: underline;\n
}\n
\n
div.search .searchPages .selected{\n
color: #CB0D00;\n
font-weight:bold;\n
text-decoration: none;\n
}\n
\n
/* MatrixBox */\n /* MatrixBox */\n
.MatrixContent {\n .MatrixContent {\n
color: #000;\n color: #000;\n
......
709 710
\ No newline at end of file \ No newline at end of file
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