mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-25 07:27:56 +01:00
Fix css issues.
This commit is contained in:
parent
f3af50740c
commit
c1d3902b72
@ -6,6 +6,14 @@ html {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-o-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
#waitDialog {
|
#waitDialog {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
@ -728,7 +736,3 @@ div#toolbar .topicRelation:hover {
|
|||||||
div#toolbar .relationshiplabel {
|
div#toolbar .relationshiplabel {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nicEdit-main {
|
|
||||||
outline:none;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user