Subversion Repositories wimsdev

Rev

Rev 10963 | Rev 15332 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10963 Rev 14118
Line 38... Line 38...
38
    border-width: 1px;
38
    border-width: 1px;
39
    border-color: #356AA0;
39
    border-color: #356AA0;
40
    border-radius: 10px;
40
    border-radius: 10px;
41
    -webkit-border-radius: 10px;
41
    -webkit-border-radius: 10px;
42
    -ms-touch-action: none;
42
    -ms-touch-action: none;
-
 
43
    /* touch-action: none; */ /* Set with JavaScript */
-
 
44
}
-
 
45
 
-
 
46
.jxgbox svg text {
-
 
47
    cursor: default;
-
 
48
    -webkit-user-select: none;
-
 
49
    -moz-user-select: none;
-
 
50
    -ms-user-select: none;
-
 
51
    user-select: none;
43
}
52
}
44
 
53
 
45
.JXGtext {
54
.JXGtext {
-
 
55
    font-family: Courier, monospace;
-
 
56
    /**
-
 
57
     * The default font family is now set in
-
 
58
     * JXG.Options.text.cssdefaultstyle = 'font-family: Arial, Helvetica, Geneva, sans-serif;'
-
 
59
     */
-
 
60
    /*
-
 
61
        font-family: Arial, Helvetica, Geneva, sans-serif;
-
 
62
    */
-
 
63
   
46
    /* May produce artefacts in IE. Solution: setting a color explicitly. */
64
    /* "background-color: transparent;" may produce artefacts in IE. Solution: setting a color explicitly. */
47
    background-color: transparent;
65
    background-color: transparent;
48
    font-family: Arial, Helvetica, Geneva, sans-serif;
-
 
49
    padding: 0;
66
    padding: 0;
50
    margin: 0;
67
    margin: 0;
51
}
68
}
52
 
69
 
53
.JXGinfobox {
70
.JXGinfobox {