forked from 0x2620/oxjs
prevent dialog from being dragged off-screen in webkit; make layer transparent even if mouseup occurs outside it
This commit is contained in:
parent
f5488c6c57
commit
1b84855dde
3 changed files with 30 additions and 11 deletions
|
|
@ -66,6 +66,9 @@ Forms
|
|||
//border: 1px solid rgb(160, 160, 160);
|
||||
color: rgb(64, 64, 64);
|
||||
}
|
||||
.OxThemeClassic .OxInputLabel {
|
||||
color: rgb(64, 64, 64);
|
||||
}
|
||||
.OxThemeClassic .OxButton,
|
||||
.OxThemeClassic div.OxInput,
|
||||
.OxThemeClassic .OxRange {
|
||||
|
|
|
|||
|
|
@ -11,14 +11,17 @@ Base
|
|||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
//-webkit-user-select: none
|
||||
-webkit-user-select: none
|
||||
}
|
||||
div {
|
||||
-webkit-user-select: none
|
||||
}
|
||||
div, input, textarea {
|
||||
font-family: Lucida Grande, Lucida Sans Unicode, Segoe UI;
|
||||
font-size: 11px;
|
||||
}
|
||||
td {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue