insomnia/app/css/lib/chrome/platform_app.css
Gregory Schier a80b5dd1e0 Some more
2016-03-16 16:34:25 -07:00

20 lines
325 B
CSS

@namespace "http://www.w3.org/1999/xhtml";
body {
-webkit-user-select: none;
cursor: default;
}
webview, adview {
display: inline-block;
width: 300px;
height: 300px;
}
html, body {
overflow: hidden;
}
img, a {
-webkit-user-drag: none;
}
[contenteditable], input {
-webkit-user-select: auto;
}