Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gy4443
chemotion_eln_server
Commits
36425afd
Commit
36425afd
authored
Oct 13, 2015
by
Jan-Philipp Willem
Browse files
change disabled dragHandle-color
parent
fb704584
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/components/ElementContainer.js
View file @
36425afd
...
...
@@ -20,7 +20,7 @@ class ElementContainer extends Component {
render
()
{
const
{
connectDragSource
,
sourceType
}
=
this
.
props
;
if
(
sourceType
==
""
)
{
return
<
span
style
=
{{
fontSize
:
'
18pt
'
,
cursor
:
'
not-allowed
'
}}
className
=
'
text-muted
fa fa-arrows
'
><
/span>
;
return
<
span
style
=
{{
fontSize
:
'
18pt
'
,
cursor
:
'
not-allowed
'
,
color
:
'
lightgray
'
}}
className
=
'
fa fa-arrows
'
><
/span>
;
}
else
{
return
connectDragSource
(
<
span
style
=
{{
fontSize
:
'
18pt
'
,
cursor
:
'
move
'
}}
className
=
'
text-info fa fa-arrows
'
><
/span>
,
...
...
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