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