Commit c7d1eaee authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Add a fadein animation when showing the listbox content

parent 3828db21
...@@ -1155,6 +1155,9 @@ div[data-gadget-scope='erp5_searchfield'] button { ...@@ -1155,6 +1155,9 @@ div[data-gadget-scope='erp5_searchfield'] button {
.document_table table a { .document_table table a {
color: #1F1F1F; color: #1F1F1F;
} }
.document_table table tbody {
animation: fadein 0.2s ease-out;
}
.document_table table tbody tr:nth-child(even) { .document_table table tbody tr:nth-child(even) {
background-color: #f2f2f2; background-color: #f2f2f2;
} }
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>956.17326.13196.37171</string> </value> <value> <string>956.17327.55379.35737</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1482939830.65</float> <float>1482940671.94</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1338,6 +1338,7 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1338,6 +1338,7 @@ div[data-gadget-scope='erp5_searchfield'] {
} }
tbody { tbody {
animation: fadein @transition-timing;
tr { tr {
&:nth-child(even) { &:nth-child(even) {
......
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