forked from SilverHoodCorp/polar-bookshelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
summernote-dark.css
227 lines (227 loc) · 5.64 KB
/
summernote-dark.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
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
.note-frame *{
color:#000;
}
kbd{
color:#fff;
background-color:#000;
}
.note-btn{
color:#333;
background-color:#fff;
border-color:#fff;
}
.note-btn:focus,.note-btn.focus{
color:#333;
background-color:#ebebeb;
border-color:#fff
}
.note-btn:hover{
color:#333;
background-color:#ebebeb;
border-color:#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{
background-color:#fff;
border-color:#fff
}
.note-btn:hover,.note-btn:focus,.note-btn.focus{
color:#333;
background-color:#ebebeb;
}
.note-btn-primary{
color:#fff;
}
.note-btn-primary:hover,.note-btn-primary:focus,.note-btn-primary.focus{
color:#fff;
background-color:#fa6362;
}
.close{
color:#000;
}
.note-dropdown-item:hover{
background-color:#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{
border-bottom-color:#000;
}
.note-tooltip.top .note-tooltip-arrow{
border-top-color:#000;
}
.note-tooltip.right .note-tooltip-arrow{
border-right-color:#000;
}
.note-tooltip.left .note-tooltip-arrow{
border-left-color:#000;
}
.note-tooltip-arrow{
border-color:transparent;
}
.note-tooltip-content{
color:#fff;
background-color:#000
}
.note-popover.bottom .note-popover-arrow{
border-bottom-color:#999;
border-bottom-color:rgba(0,0,0,0.25);
}
.note-popover.bottom .note-popover-arrow::after{
border-bottom-color:#fff;
}
.note-popover.top .note-popover-arrow{
border-top-color:#999;
border-top-color:rgba(0,0,0,0.25);
}
.note-popover.top .note-popover-arrow::after{
border-top-color:#fff;
}
.note-popover.right .note-popover-arrow{
border-right-color:#999;
border-right-color:rgba(0,0,0,0.25);
}
.note-popover.right .note-popover-arrow::after{
border-right-color:#fff;
}
.note-popover.left .note-popover-arrow{
border-left-color:#999;
border-left-color:rgba(0,0,0,0.25);
}
.note-popover.left .note-popover-arrow::after{
border-left-color:#fff;
}
.note-popover-arrow::after{
border-color:transparent;
}
.note-popover-content{
color:#000;
background-color:#fff
}
.note-editor .note-dropzone{
color:#87cefa;
background-color:#fff;
}
.note-editor .note-dropzone.hover{
color:#098ddf
}
.note-editor .note-editing-area .note-editable a{
color:#337ab7;
background-color: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;
background-color:#fff
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{
background-color:#e5e5e5
}
.note-editor.note-frame .note-editing-area .note-codable{
color:#ccc;
background-color:#222;
}
.note-editor.note-frame.fullscreen .note-editable{
background-color:#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;
background-color:#f5f5f5;
}
.note-editor.note-frame .note-status-output .alert-success{
color:#3c763d!important;
background-color:#dff0d8!important
}
.note-editor.note-frame .note-status-output .alert-info{
color:#31708f!important;
background-color:#d9edf7!important
}
.note-editor.note-frame .note-status-output .alert-warning{
color:#8a6d3b!important;
background-color:#fcf8e3!important
}
.note-editor.note-frame .note-status-output .alert-danger{
color:#a94442!important;
background-color:#f2dede!important
}
.note-editor.note-frame .note-statusbar{
background-color:#f5f5f5;
}
.note-popover .note-popover-content,.note-toolbar{
background-color:#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{
background-color:#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{
background-color:#e0e0e0
}
.note-placeholder{
color: gray;
}
.note-handle .note-control-selection .note-control-selection-bg{
background-color:#000;
}
.note-handle .note-control-selection .note-control-sizing{
background-color:#fff;
}
.note-handle .note-control-selection .note-control-selection-info{
color:#fff;
background-color:#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;
background-color:#428bca;
}