insomnia/app/ui/css/lib/chrome/platform_app.css

15 lines
241 B
CSS
Raw Normal View History

2016-03-16 23:34:25 +00:00
@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;
}