Skip to content

Commit

Permalink
Updated the draggable color.
Browse files Browse the repository at this point in the history
  • Loading branch information
joemccann committed Aug 4, 2016
1 parent 3bc9b10 commit 24f15c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Markdown is a lightweight markup language based on the formatting conventions th
This text you see here is *actually* written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.

### Version
3.4.3
3.5.1

### Tech

Expand Down
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/scss/components/_resizable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/*.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }*/
.ui-resizable-e {
background-color: #666;
border-right: 8px solid #222;
border-right: 8px solid #e8e8e8;
border-left: 1px solid #222;
/*box-shadow: inset 0 1px 0 #6e6e6e,0 2px 2px rgba(0,0,0,0.4);*/
width:10px;
Expand Down

0 comments on commit 24f15c0

Please sign in to comment.