Commit 4f2a120e authored by Ivan Tyagov's avatar Ivan Tyagov

Use consistent colors for hoover.

Fix edit form bakground which used ERP5 background (blue).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38473 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 05959fd0
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -223,7 +220,7 @@ a:hover { \n
}\n
\n
#header ul.breadcrumb li a:hover {\n
\tcolor:#000;\n
\tcolor:#FFF;\n
}\n
\n
.gadget table thead tr th a, .content table thead tr th a {\n
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts84711123.89</string> </value>
<value> <string>ts84970562.3</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -165,7 +165,7 @@ div.border_bottom0px{\n
\n
#navigation_table a:hover, \n
#navigation_table #tabs_switcher:hover,\n
#navigation_table #tabs ul #add_new_tab_dialog_link:hover{color: #000; }\n
#navigation_table #tabs ul #add_new_tab_dialog_link:hover{color: #FFF; }\n
\n
/* EOF Gadget Navigation Table */\n
\n
......@@ -213,7 +213,7 @@ div.edit-form {\n
padding-bottom: 0.5em;\n
border: solid black;\n
border-width: 0 1px 1px 1px;\n
background-color: #BDD0F0;\n
background-color: transparent;\n
overflow: auto;\n
}\n
\n
......@@ -537,7 +537,7 @@ div.block div.adminToolbox .inner label{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>9025</int> </value>
<value> <int>9029</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
1546
\ No newline at end of file
1547
\ 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