Commit 96710c7d authored by Fabien Morin's avatar Fabien Morin

Improve lisbox css style to display listbox button as text links

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23503 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 545ea361
......@@ -279,7 +279,6 @@ div#main_content .ListSummary table {\n
background: #fff url(erp5-website-field.png) top repeat-x;\n
border: 1pt solid #ccc;\n
color: #666;\n
padding: 2px;\n
}\n
\n
div#main_content .ListContent table {\n
......@@ -290,7 +289,6 @@ div#main_content .ListContent table {\n
div#main_content .ListContent td {\n
padding: .1em;\n
border: 1pt solid #adb9cc;\n
vertical-align: top;\n
}\n
\n
div#main_content .ListContent td.Data {\n
......@@ -416,6 +414,29 @@ div#main_content table.listbox tfoot .pageNavigation button:hover {\n
text-decoration: none;\n
background: #eee;\n
}\n
\n
\n
/* listbox button style : */\n
button, select, input {\n
vertical-align: middle;\n
}\n
\n
button span {\n
background-color: inherit;\n
color: #000;\n
}\n
\n
button.sort_button {\n
background-color: inherit;\n
color: inherit;\n
border-width: 0;\n
cursor: pointer;\n
}\n
\n
button.sort_button span {\n
color: inherit;\n
text-decoration: underline;\n
}\n
]]></string> </value>
......
......@@ -189,7 +189,6 @@ button {\n
div.adminToolbox li > a:hover,\n
button:hover {\n
color: #333;\n
background: #b0cfcb;\n
border-color: #9abdb7;\n
}\n
\n
......
267
\ No newline at end of file
271
\ 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