Commit f1012ed7 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Disable button background image for Firefox

parent d719e508
...@@ -331,6 +331,7 @@ select { ...@@ -331,6 +331,7 @@ select {
line-height: 1.4em; line-height: 1.4em;
cursor: pointer; cursor: pointer;
border: none; border: none;
background-image: none;
background-color: #FFFFFF; background-color: #FFFFFF;
color: #1F1F1F; color: #1F1F1F;
border-radius: 0.325em; border-radius: 0.325em;
...@@ -369,6 +370,7 @@ button { ...@@ -369,6 +370,7 @@ button {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: none; border: none;
background-image: none;
background-color: #FFFFFF; background-color: #FFFFFF;
color: #1F1F1F; color: #1F1F1F;
transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out;
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>952.44617.5284.46489</string> </value> <value> <string>952.46193.43042.64221</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1469115939.36</float> <float>1469116036.02</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -369,6 +369,7 @@ select { ...@@ -369,6 +369,7 @@ select {
border: none; border: none;
background-image: none;
background-color: @colortextboxbackground; background-color: @colortextboxbackground;
color: @colortextboxforeground; color: @colortextboxforeground;
border-radius: @radius; border-radius: @radius;
...@@ -416,6 +417,7 @@ input[type=submit], button { ...@@ -416,6 +417,7 @@ input[type=submit], button {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: none; border: none;
background-image: none;
background-color: @colorbackground; background-color: @colorbackground;
color: @colorforeground; color: @colorforeground;
......
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