Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
2fa65b06
Commit
2fa65b06
authored
Mar 27, 2017
by
M. Chardon
Browse files
bug affichage du curseur de souris lors du dessin
parent
7e5c3639
Changes
1
Hide whitespace changes
Inline
Side-by-side
adim_project/adim_app/static/_src/less/adim.css
View file @
2fa65b06
...
...
@@ -3420,19 +3420,19 @@ fieldset[disabled] .category-list .btn-cat[data-category="cat_geo_10"].active {
canvas
{
cursor
:
default
;
}
canvas
.cursor-tool-drawing
{
canvas
.cursor-tool-drawing
,
canvas
.cursor-tool-drawinggeo
{
cursor
:
crosshair
;
}
canvas
.cursor-tool-lines
{
canvas
.cursor-tool-lines
,
canvas
.cursor-tool-linesgeo
{
cursor
:
crosshair
;
}
canvas
.cursor-tool-ellipse
{
canvas
.cursor-tool-ellipse
,
canvas
.cursor-tool-ellipsegeo
{
cursor
:
crosshair
;
}
canvas
.cursor-tool-rectangle
{
canvas
.cursor-tool-rectangle
,
canvas
.cursor-tool-rectanglegeo
{
cursor
:
crosshair
;
}
canvas
.cursor-tool-text
{
canvas
.cursor-tool-text
,
canvas
.cursor-tool-textgeo
{
cursor
:
text
;
}
canvas
.cursor-tool-pan
{
...
...
@@ -3458,7 +3458,8 @@ canvas.cursor-tool-discordantstr {
cursor
:
crosshair
;
}
canvas
.cursor-tool-arrow
,
canvas
.cursor-tool-arrow2
{
canvas
.cursor-tool-arrow2
,
canvas
.cursor-tool-arrowgeo
{
cursor
:
crosshair
;
}
#graph-col
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment