make image embed button darker
This commit is contained in:
parent
95c8b73585
commit
5b1d595fcf
3 changed files with 6 additions and 2 deletions
|
@ -213,6 +213,10 @@ body, input {
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.medium-editor-insert-plugin .medium-insert-buttons {
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
|
||||||
/* editor's h1 is actually h3 */
|
/* editor's h1 is actually h3 */
|
||||||
h3 {
|
h3 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
we want to exclude it for iPhone 5 to allow full screen apps -->
|
we want to exclude it for iPhone 5 to allow full screen apps -->
|
||||||
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)" />
|
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/editor/style.css">
|
|
||||||
<link rel="stylesheet" href="/editor/medium-editor/css/medium-editor.min.css">
|
<link rel="stylesheet" href="/editor/medium-editor/css/medium-editor.min.css">
|
||||||
<link rel="stylesheet" href="/editor/medium-editor/css/themes/default.min.css">
|
<link rel="stylesheet" href="/editor/medium-editor/css/themes/default.min.css">
|
||||||
<link rel="stylesheet" href="/editor/medium-editor/css/medium-editor-insert-plugin.min.css">
|
<link rel="stylesheet" href="/editor/medium-editor/css/medium-editor-insert-plugin.min.css">
|
||||||
<link rel="stylesheet" href="/editor/medium-editor/css/medium-editor-insert-plugin-frontend.min.css">
|
<link rel="stylesheet" href="/editor/medium-editor/css/medium-editor-insert-plugin-frontend.min.css">
|
||||||
<link href="/editor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/editor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="/editor/style.css">
|
||||||
|
|
||||||
<script src="/editor/jquery-1.11.3.min.js"></script>
|
<script src="/editor/jquery-1.11.3.min.js"></script>
|
||||||
<script src="/editor/jquery-ui-1.11.4.custom/jquery-ui.min.js"></script>
|
<script src="/editor/jquery-ui-1.11.4.custom/jquery-ui.min.js"></script>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
|
|
||||||
# v17
|
# v18
|
||||||
|
|
||||||
/editor
|
/editor
|
||||||
/editor/style.css
|
/editor/style.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue