Commit bc83bb10 authored by Ivan Tyagov's avatar Ivan Tyagov

In KM listbox we have no borders so adjust accordingly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38290 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 33c1702a
......@@ -216,6 +216,10 @@ table.listbox tbody tr:hover td {\n
background-color:#F7F6F0;\n
}\n
\n
/* No results message */\n
table.listbox td.listbox-table-no-result-row{\n
border: none;\n
}\n
/* Search inputs */\n
table.listbox tr.listbox-search-line th.listbox-table-filter-cell input{\n
border: none;\n
......
1535
\ No newline at end of file
1536
\ 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