insomnia/app/ui/css/lib/chrome/platform_app.css
2016-09-16 22:46:44 -07:00

15 lines
241 B
CSS

@namespace "http://www.w3.org/1999/xhtml";
body {
-webkit-user-select: none;
cursor: default;
}
html, body {
overflow: hidden;
}
img, a {
-webkit-user-drag: none;
}
[contenteditable], input {
-webkit-user-select: auto;
}