From 48b048053c31c41637323605e09095c6bbd32487 Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Thu, 4 Apr 2013 23:13:48 +0100 Subject: [PATCH] Added custom link dialog --- css/main.css | 7 ++----- index.html | 38 ++++++++++++++++++++++++++++++++++++++ js/Markdown.Editor.js | 4 +++- js/core.js | 33 ++++++++++++++++++++++++++++++++- js/main.js | 3 ++- 5 files changed, 77 insertions(+), 8 deletions(-) diff --git a/css/main.css b/css/main.css index bda47da9..45a146e1 100644 --- a/css/main.css +++ b/css/main.css @@ -42,13 +42,10 @@ div, span, a, ul, li, textarea, input, button { .input-prepend .add-on { border: 1px solid #ebebeb !important; -<<<<<<< HEAD } input.error { - border-color: #ee5f5b !important; -======= ->>>>>>> branch 'gh-pages' of https://github.com/benweet/stackedit.git + border-color: #ff6661 !important; } .navbar-inner .btn { @@ -184,7 +181,7 @@ hr { } .wmd-prompt-background { - background-color: Black; + display: none; } .wmd-prompt-dialog { diff --git a/index.html b/index.html index 85bafa3f..d877a508 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,44 @@
+ + + +