Commit 01925b31 authored by Romain Courteaud's avatar Romain Courteaud Committed by Rafael Monnerat

slapos_cloud: do not mess with cursor used by browser

  it only confuses users
parent 85e25477
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,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;
} }
...@@ -53,7 +52,6 @@ ...@@ -53,7 +52,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;
} }
...@@ -65,7 +63,6 @@ ...@@ -65,7 +63,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;
} }
...@@ -77,7 +74,6 @@ ...@@ -77,7 +74,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;
} }
...@@ -89,7 +85,6 @@ ...@@ -89,7 +85,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;
} }
...@@ -101,7 +96,6 @@ ...@@ -101,7 +96,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;
} }
......
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