-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.css
62 lines (57 loc) · 1.02 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.ed-container {
}
.ed-toolbar {
border-bottom: 1px solid #ddd;
}
.ed-toolbar .ed-button {
text-align: center;
text-decoration: none !important;
color: #2c3e50;
margin: 1px;
border: 1px solid transparent;
opacity: 0.8;
border-radius: 3px;
cursor: pointer;
background: transparent;
font-size: 14px;
padding: 5px;
outline: none;
}
.ed-toolbar .ed-button:hover {
opacity: 1;
}
.ed-toolbar .ed-button-active {
border-color: #95a5a6;
}
.ed-toolbar .ed-button-strike, .ed-toolbar .ed-button-h2 {
margin-right: 14px;
}
.ed-content {
outline: none;
padding: 14px 8px;
min-height: 200px;
}
.ed-link-input {
display: none;
border: none;
outline: none;
font-size: 14px;
width: 60%;
margin: 1px;
padding: 5px;
border: 1px solid transparent;
}
.ed-link-input-active button {
display: none;
}
.ed-link-input-active .ed-link-input,
.ed-link-input-active .ed-button-a {
display: initial;
}
.ed-image-overlay {
}
.ed-icon-h2:before {
content: 'H';
font-weight: bold;
font-family: sans-serif;
}