Commit 43fefe33 authored by Ivan Tyagov's avatar Ivan Tyagov

CSS for listbox buttons in gadget mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36301 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a56e2105
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts76242823.7</string> </value>
<value> <string>ts76264002.76</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -216,6 +216,17 @@ div.edit-form button{\n
overflow: auto;\n
}\n
\n
/* listbox buttons in gadget mode */\n
div.block table.listbox button.sort_button,\n
div.block table.listbox thead tr th{\n
color:#000000;\n
}\n
\n
div.block table.listbox button.sort_button:hover{\n
color: #FFFFFF;\n
}\n
\n
\n
/* Add gadgets link */\n
#add_new_gadget_link{\n
margin-top:13px;\n
......@@ -519,7 +530,7 @@ div.block fieldset label{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>7964</int> </value>
<value> <int>8174</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
1450
\ No newline at end of file
1452
\ 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