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