Commit 3828db21 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Add a fadein animation on page change

parent 0c72a608
......@@ -850,6 +850,9 @@ div[data-gadget-scope='header'] .ui-header ul {
*/
/* form validation (assuming label>span is used) */
}
.gadget-content div[data-gadget-scope='m'] {
animation: fadein 0.2s ease-out;
}
.gadget-content input[type='submit'] {
padding: 6pt;
background-color: #444444;
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>956.17306.22052.36932</string> </value>
<value> <string>956.17326.13196.37171</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1482939003.57</float>
<float>1482939830.65</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -967,6 +967,9 @@ div[data-gadget-scope='header'] .ui-header {
* Gadget: main
**********************************************/
.gadget-content {
div[data-gadget-scope='m'] {
animation: fadein @transition-timing;
}
input[type='submit'] {
padding: @margin-size;
......
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