Commit 1183315f authored by Jose's avatar Jose

fix attach button cursor

parent 53811074
...@@ -32,12 +32,10 @@ legend { ...@@ -32,12 +32,10 @@ legend {
button, button,
html [type="button"], html [type="button"],
[type="reset"], [type="reset"],
[type="submit"] { [type="submit"],
[role="button"] {
// Override bootstrap reboot // Override bootstrap reboot
-webkit-appearance: inherit; -webkit-appearance: inherit;
}
[role="button"] {
cursor: pointer; cursor: pointer;
} }
......
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