Commit cef33f12 authored by Romain Courteaud's avatar Romain Courteaud

slapos_jio: do not mess with cursor used by browser

it only confuses users
parent 474fd14c
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
.ui-btn-ok:hover a { .ui-btn-ok:hover a {
color: white !important; color: white !important;
background: green !important; background: green !important;
cursor: default;
text-align: center; text-align: center;
} }
...@@ -57,7 +56,6 @@ ...@@ -57,7 +56,6 @@
.ui-btn-warning:hover a { .ui-btn-warning:hover a {
color: white !important; color: white !important;
background: #f0ad4e !important; background: #f0ad4e !important;
cursor: default;
text-align: center; text-align: center;
} }
...@@ -69,7 +67,6 @@ ...@@ -69,7 +67,6 @@
.ui-btn-error:hover a { .ui-btn-error:hover a {
color: white !important; color: white !important;
background: red !important; background: red !important;
cursor: default;
text-align: center; text-align: center;
} }
...@@ -81,7 +78,6 @@ ...@@ -81,7 +78,6 @@
.ui-btn-no-data:hover a { .ui-btn-no-data:hover a {
color: grey !important; color: grey !important;
background: grey !important; background: grey !important;
cursor: default;
text-align: center; text-align: center;
} }
...@@ -93,7 +89,6 @@ ...@@ -93,7 +89,6 @@
.ui-btn-color-white:hover a { .ui-btn-color-white:hover a {
color: white !important; color: white !important;
background: grey !important; background: grey !important;
cursor: default;
text-align: center; text-align: center;
} }
...@@ -105,7 +100,6 @@ ...@@ -105,7 +100,6 @@
.ui-btn-white:active a, .ui-btn-white:active a,
.ui-btn-white:hover a { .ui-btn-white:hover a {
background: white !important; background: white !important;
cursor: default;
text-align: center; text-align: center;
} }
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <unicode>zope</unicode> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1001.40386.24679.24320</string> </value> <value> <string>1010.14961.23101.61474</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1658172898.38</float> <float>1691746548.56</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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