forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummernote.css
More file actions
124 lines (123 loc) · 2.89 KB
/
summernote.css
File metadata and controls
124 lines (123 loc) · 2.89 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.note-editor {
border: 1px solid #a9a9a9;
}
.note-editor .note-toolbar {
background-color: #f5f5f5;
margin: 0px;
padding: 5px;
border-bottom: 1px solid #a9a9a9;
}
.note-editor .note-toolbar .note-table .dropdown-menu {
min-width: 0;
padding: 5px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
z-index: 3;
position: absolute !important;
width: 20em;
height: 20em;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
z-index: 1;
position: relative !important;
border: 1px solid lightgray;
width: 5em;
height: 5em;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
z-index: 2;
position: absolute !important;
border: 1px solid deepskyblue;
width: 1em;
height: 1em;
}
.note-editor .note-toolbar .note-style h1,
.note-editor .note-toolbar .note-style h2,
.note-editor .note-toolbar .note-style h3,
.note-editor .note-toolbar .note-style h4,
.note-editor .note-toolbar .note-style blockquote {
margin: 0px;
}
.note-editor .note-toolbar .note-fontsize button {
height: 26px;
}
.note-editor .note-toolbar .note-color .dropdown-toggle {
width: 20px;
padding: 2px 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu {
padding: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .note-palette-title {
font-size: 12px;
}
.note-editor .note-toolbar .note-para .dropdown-menu {
min-width: 140px;
padding: 5px;
}
.note-editor .note-toolbar .note-para li:first-child {
margin-bottom: 5px;
}
.note-editor .note-popover .popover {
max-width: none;
}
.note-editor .note-popover .popover .popover-content {
padding: 5px;
}
.note-editor .note-popover .popover .popover-content a {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/* for FF */
vertical-align: middle;
/* for FF */
}
.note-editor .note-popover .popover.bottom .arrow {
left: 20px;
}
.note-editor .note-editable {
outline: none;
height: 300px;
overflow: scroll;
padding: 10px;
}
.note-editor .dropdown-menu {
min-width: 90px;
}
.note-editor .dropdown-menu.right {
left: auto;
right: 0;
}
.note-editor .dropdown-menu.right::before {
left: auto !important;
right: 9px;
}
.note-editor .dropdown-menu.right::after {
left: auto !important;
right: 10px;
}
.note-editor .dropdown-menu li a i {
visibility: hidden;
color: deepskyblue;
}
.note-editor .dropdown-menu li a.checked i {
visibility: visible;
}
.note-editor .btn-small {
font-size: 14px;
}
.note-editor .note-color-palette {
line-height: 1;
}
.note-editor .note-color-palette div .note-color-btn {
width: 17px;
height: 17px;
border: 1px solid #fff;
margin: 0;
padding: 0;
}
.note-editor .note-color-palette div .note-color-btn:hover {
border: 1px solid #000;
}