Added link to StackEdit 4 beta
This commit is contained in:
parent
2751892e12
commit
a0e9f5fc00
@ -1045,6 +1045,8 @@ define([
|
|||||||
}, '');
|
}, '');
|
||||||
document.getElementById('input-settings-theme').innerHTML = themeOptions;
|
document.getElementById('input-settings-theme').innerHTML = themeOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$('.modal-header').append('<a class="dialog-header-message" href="https://stackedit-beta.herokuapp.com/" target="_blank">Try StackEdit 4 beta!</a>');
|
||||||
});
|
});
|
||||||
|
|
||||||
return core;
|
return core;
|
||||||
|
@ -247,6 +247,13 @@ a {
|
|||||||
z-index: 1050 !important;
|
z-index: 1050 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dialog-header-message {
|
||||||
|
position: absolute;
|
||||||
|
top: 12px;
|
||||||
|
right: 55px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* Buttons
|
* Buttons
|
||||||
|
Loading…
Reference in New Issue
Block a user