forked from SilverHoodCorp/polar-bookshelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
summernote-dark.tsx
229 lines (229 loc) · 6.23 KB
/
summernote-dark.tsx
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
const foo = {
".note-frame *": {
color: "#000",
},
"kbd": {
color: "#fff",
backgroundColor: "#000",
},
".note-btn": {
color: "#333",
backgroundColor: "#fff",
borderColor: "#fff",
},
".note-btn:focus,.note-btn.focus": {
color: "#333",
backgroundColor: "#ebebeb",
borderColor: "#fff",
},
".note-btn:hover": {
color: "#333",
backgroundColor: "#ebebeb",
borderColor: "#fff",
},
".note-btn.disabled:focus,.note-btn[disabled]:focus,fieldset[disabled] .note-btn:focus,.note-btn.disabled.focus,.note-btn[disabled].focus,fieldset[disabled] .note-btn.focus": {
backgroundColor: "#fff",
borderColor: "#fff",
},
".note-btn:hover,.note-btn:focus,.note-btn.focus": {
color: "#333",
backgroundColor: "#ebebeb",
},
".note-btn-primary": {
color: "#fff",
},
".note-btn-primary:hover,.note-btn-primary:focus,.note-btn-primary.focus": {
color: "#fff",
backgroundColor: "#fa6362",
},
".close": {
color: "#000",
},
".note-dropdown-item:hover": {
backgroundColor: "#ebebeb",
},
"a.note-dropdown-item,a.note-dropdown-item:hover": {
color: "#000",
},
".note-modal-footer a": {
color: "#337ab7",
},
".note-modal-footer a:hover,.note-modal-footer a:focus": {
color: "#23527c",
},
".note-modal-footer .note-btn": {
},
".note-modal-title": {
color: "#42515f",
},
".note-form-label": {
color: "#42515f",
},
".note-input::-webkit-input-placeholder": {
color: "#eee",
},
".note-input:-moz-placeholder": {
color: "#eee",
},
".note-input::-moz-placeholder": {
color: "#eee",
},
".note-input:-ms-input-placeholder": {
color: "#eee",
},
".note-tooltip.bottom .note-tooltip-arrow": {
borderBottomColor: "#000",
},
".note-tooltip.top .note-tooltip-arrow": {
borderTopColor: "#000",
},
".note-tooltip.right .note-tooltip-arrow": {
borderRightColor: "#000",
},
".note-tooltip.left .note-tooltip-arrow": {
borderLeftColor: "#000",
},
".note-tooltip-arrow": {
borderColor: "transparent",
},
".note-tooltip-content": {
color: "#fff",
backgroundColor: "#000",
},
".note-popover.bottom .note-popover-arrow": {
borderBottomColor: "#999",
// borderBottomColor: "rgba(0,0,0,0.25)",
},
".note-popover.bottom .note-popover-arrow::after": {
borderBottomColor: "#fff",
},
".note-popover.top .note-popover-arrow": {
borderTopColor: "#999",
// borderTopColor: "rgba(0,0,0,0.25)",
},
".note-popover.top .note-popover-arrow::after": {
borderTopColor: "#fff",
},
".note-popover.right .note-popover-arrow": {
borderRightColor: "#999",
// borderRightColor: "rgba(0,0,0,0.25)",
},
".note-popover.right .note-popover-arrow::after": {
borderRightColor: "#fff",
},
".note-popover.left .note-popover-arrow": {
borderLeftColor: "#999",
// borderLeftColor: "rgba(0,0,0,0.25)",
},
".note-popover.left .note-popover-arrow::after": {
borderLeftColor: "#fff",
},
".note-popover-arrow::after": {
borderColor: "transparent",
},
".note-popover-content": {
color: "#000",
backgroundColor: "#fff",
},
".note-editor .note-dropzone": {
color: "#87cefa",
backgroundColor: "#fff",
},
".note-editor .note-dropzone.hover": {
color: "#098ddf",
},
".note-editor .note-editing-area .note-editable a": {
color: "#337ab7",
backgroundColor: "inherit",
},
".note-editor .note-editing-area .note-editable a:hover,.note-editor .note-editing-area .note-editable a:focus": {
color: "#23527c",
},
".note-editor.note-frame .note-editing-area .note-editable": {
color: "#000",
backgroundColor: "#fff",
},
'.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]': {
backgroundColor: "#e5e5e5",
},
".note-editor.note-frame .note-editing-area .note-codable": {
color: "#ccc",
backgroundColor: "#222",
},
".note-editor.note-frame.fullscreen .note-editable": {
backgroundColor: "#fff",
},
".note-editor.note-frame .note-status-output": {
color: "#000",
},
".note-editor.note-frame .note-status-output .text-muted": {
color: "#777",
},
".note-editor.note-frame .note-status-output .text-primary": {
color: "#286090",
},
".note-editor.note-frame .note-status-output .text-success": {
color: "#3c763d",
},
".note-editor.note-frame .note-status-output .text-info": {
color: "#31708f",
},
".note-editor.note-frame .note-status-output .text-warning": {
color: "#8a6d3b",
},
".note-editor.note-frame .note-status-output .text-danger": {
color: "#a94442",
},
".note-editor.note-frame .note-status-output .alert": {
color: "#000",
backgroundColor: "#f5f5f5",
},
".note-editor.note-frame .note-status-output .alert-success": {
color: "#3c763d!important",
backgroundColor: "#dff0d8!important",
},
".note-editor.note-frame .note-status-output .alert-info": {
color: "#31708f!important",
backgroundColor: "#d9edf7!important",
},
".note-editor.note-frame .note-status-output .alert-warning": {
color: "#8a6d3b!important",
backgroundColor: "#fcf8e3!important",
},
".note-editor.note-frame .note-status-output .alert-danger": {
color: "#a94442!important",
backgroundColor: "#f2dede!important",
},
".note-editor.note-frame .note-statusbar": {
backgroundColor: "#f5f5f5",
},
".note-popover .note-popover-content,.note-toolbar": {
backgroundColor: "#fff",
},
".note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset": {
backgroundColor: "#fff",
},
".note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i,.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i": {
color: "deepskyblue",
},
".note-modal .note-modal-body .help-list-item:hover": {
backgroundColor: "#e0e0e0",
},
".note-placeholder": {
color: " gray",
},
".note-handle .note-control-selection .note-control-selection-bg": {
backgroundColor: "#000",
},
".note-handle .note-control-selection .note-control-sizing": {
backgroundColor: "#fff",
},
".note-handle .note-control-selection .note-control-selection-info": {
color: "#fff",
backgroundColor: "#000",
},
".note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover": {
color: "#fff",
backgroundColor: "#428bca",
},
}