Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
morpheus.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daria Zenkova
morpheus.js
Commits
65400dac
"constraints/conversion_1.mzn" did not exist on "3c72d73dcbd814d820c0546e6910a194a60ccb94"
Commit
65400dac
authored
Apr 15, 2016
by
jgould
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lightened mouse over color
parent
504d7d6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/ui/scroll_bar.js
src/ui/scroll_bar.js
+1
-1
No files found.
src/ui/scroll_bar.js
View file @
65400dac
...
@@ -107,7 +107,7 @@ morpheus.ScrollBar.prototype = {
...
@@ -107,7 +107,7 @@ morpheus.ScrollBar.prototype = {
}
else
{
}
else
{
context
.
fillStyle
=
'
rgb(241,241,241)
'
;
context
.
fillStyle
=
'
rgb(241,241,241)
'
;
context
.
fillRect
(
0
,
0
,
width
,
height
);
context
.
fillRect
(
0
,
0
,
width
,
height
);
context
.
fillStyle
=
!
this
.
thumbMouseOver
?
'
rgb(1
88,188,188
)
'
context
.
fillStyle
=
!
this
.
thumbMouseOver
?
'
rgb(1
37,137,137
)
'
:
'
rgb(100,100,100)
'
;
:
'
rgb(100,100,100)
'
;
if
(
this
.
isVertical
)
{
if
(
this
.
isVertical
)
{
context
.
fillRect
(
0
,
this
.
thumbPos
,
width
,
this
.
thumbExtent
);
context
.
fillRect
(
0
,
this
.
thumbPos
,
width
,
this
.
thumbExtent
);
...
...
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