Commit | Line | Data |
---|---|---|
929ca066 BA |
1 | .btn-default { |
2 | background-color: #333 | |
3 | } | |
4 | ||
5 | .note-editor { | |
6 | padding-left: 0; | |
7 | padding-right: 0; | |
8 | } | |
9 | ||
10 | .note-editor .note-editable { | |
11 | background-color: #eee; | |
12 | } | |
13 | ||
14 | .note-editor .note-codable { | |
15 | color: white; | |
16 | background-color: #333; | |
17 | } | |
18 | ||
19 | /* next 2 rules should be used, but do not work with summernote [TOFIX] */ | |
20 | /* | |
21 | .CodeMirror { | |
22 | border: 1px solid #eee; | |
23 | height: auto; | |
24 | } | |
25 | .CodeMirror-scroll { | |
26 | overflow-y: hidden; | |
27 | overflow-x: auto; | |
28 | } | |
29 | */ |