summernote.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. /* Theme Variables
  2. ------------------------------------------*/
  3. /*---------------------------------------------------
  4. LESS Elements 0.9
  5. ---------------------------------------------------
  6. A set of useful LESS mixins
  7. More info at: http://lesselements.com
  8. ---------------------------------------------------*/
  9. @font-face {
  10. font-family: "summernote";
  11. font-style: normal;
  12. font-weight: normal;
  13. src: url("./font/summernote.eot?e557617934c52ea068954af79ed7c221");
  14. src: url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("./font/summernote.woff?e557617934c52ea068954af79ed7c221") format("woff"), url("./font/summernote.ttf?e557617934c52ea068954af79ed7c221") format("truetype"); }
  15. [class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  16. display: inline-block;
  17. font: normal normal normal 14px summernote;
  18. font-size: inherit;
  19. -webkit-font-smoothing: antialiased;
  20. text-decoration: inherit;
  21. text-rendering: auto;
  22. text-transform: none;
  23. vertical-align: middle;
  24. speak: none;
  25. -moz-osx-font-smoothing: grayscale; }
  26. .note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  27. display: inline-block;
  28. font-family: "summernote";
  29. font-style: normal;
  30. font-weight: normal;
  31. text-decoration: inherit; }
  32. .note-icon-align-center:before {
  33. content: "\f101"; }
  34. .note-icon-align-indent:before {
  35. content: "\f102"; }
  36. .note-icon-align-justify:before {
  37. content: "\f103"; }
  38. .note-icon-align-left:before {
  39. content: "\f104"; }
  40. .note-icon-align-outdent:before {
  41. content: "\f105"; }
  42. .note-icon-align-right:before {
  43. content: "\f106"; }
  44. .note-icon-align:before {
  45. content: "\f107"; }
  46. .note-icon-arrow-circle-down:before {
  47. content: "\f108"; }
  48. .note-icon-arrow-circle-left:before {
  49. content: "\f109"; }
  50. .note-icon-arrow-circle-right:before {
  51. content: "\f10a"; }
  52. .note-icon-arrow-circle-up:before {
  53. content: "\f10b"; }
  54. .note-icon-arrows-alt:before {
  55. content: "\f10c"; }
  56. .note-icon-arrows-h:before {
  57. content: "\f10d"; }
  58. .note-icon-arrows-v:before {
  59. content: "\f10e"; }
  60. .note-icon-bold:before {
  61. content: "\f10f"; }
  62. .note-icon-caret:before {
  63. content: "\f110"; }
  64. .note-icon-chain-broken:before {
  65. content: "\f111"; }
  66. .note-icon-circle:before {
  67. content: "\f112"; }
  68. .note-icon-close:before {
  69. content: "\f113"; }
  70. .note-icon-code:before {
  71. content: "\f114"; }
  72. .note-icon-col-after:before {
  73. content: "\f115"; }
  74. .note-icon-col-before:before {
  75. content: "\f116"; }
  76. .note-icon-col-remove:before {
  77. content: "\f117"; }
  78. .note-icon-eraser:before {
  79. content: "\f118"; }
  80. .note-icon-font:before {
  81. content: "\f119"; }
  82. .note-icon-frame:before {
  83. content: "\f11a"; }
  84. .note-icon-italic:before {
  85. content: "\f11b"; }
  86. .note-icon-link:before {
  87. content: "\f11c"; }
  88. .note-icon-magic:before {
  89. content: "\f11d"; }
  90. .note-icon-menu-check:before {
  91. content: "\f11e"; }
  92. .note-icon-minus:before {
  93. content: "\f11f"; }
  94. .note-icon-orderedlist:before {
  95. content: "\f120"; }
  96. .note-icon-pencil:before {
  97. content: "\f121"; }
  98. .note-icon-picture:before {
  99. content: "\f122"; }
  100. .note-icon-question:before {
  101. content: "\f123"; }
  102. .note-icon-redo:before {
  103. content: "\f124"; }
  104. .note-icon-row-above:before {
  105. content: "\f125"; }
  106. .note-icon-row-below:before {
  107. content: "\f126"; }
  108. .note-icon-row-remove:before {
  109. content: "\f127"; }
  110. .note-icon-special-character:before {
  111. content: "\f128"; }
  112. .note-icon-square:before {
  113. content: "\f129"; }
  114. .note-icon-strikethrough:before {
  115. content: "\f12a"; }
  116. .note-icon-subscript:before {
  117. content: "\f12b"; }
  118. .note-icon-summernote:before {
  119. content: "\f12c"; }
  120. .note-icon-superscript:before {
  121. content: "\f12d"; }
  122. .note-icon-table:before {
  123. content: "\f12e"; }
  124. .note-icon-text-height:before {
  125. content: "\f12f"; }
  126. .note-icon-trash:before {
  127. content: "\f130"; }
  128. .note-icon-underline:before {
  129. content: "\f131"; }
  130. .note-icon-undo:before {
  131. content: "\f132"; }
  132. .note-icon-unorderedlist:before {
  133. content: "\f133"; }
  134. .note-icon-video:before {
  135. content: "\f134"; }
  136. /* Theme Variables
  137. ------------------------------------------*/
  138. /* Layout
  139. ------------------------------------------*/
  140. .note-editor {
  141. /* dropzone */
  142. position: relative; }
  143. .note-editor .note-dropzone {
  144. position: absolute;
  145. z-index: 1300;
  146. display: none;
  147. color: lightskyblue;
  148. background-color: white;
  149. opacity: .95; }
  150. .note-editor .note-dropzone .note-dropzone-message {
  151. display: table-cell;
  152. font-size: 28px;
  153. font-weight: 700;
  154. text-align: center;
  155. vertical-align: middle; }
  156. .note-editor .note-dropzone.hover {
  157. color: #098ddf; }
  158. .note-editor.dragover .note-dropzone {
  159. display: table; }
  160. .note-editor .note-editing-area {
  161. position: relative; }
  162. .note-editor .note-editing-area .note-editable {
  163. outline: none; }
  164. .note-editor .note-editing-area .note-editable sup {
  165. vertical-align: super; }
  166. .note-editor .note-editing-area .note-editable sub {
  167. vertical-align: sub; }
  168. /* Frame mode layout
  169. ------------------------------------------*/
  170. .note-editor.note-frame {
  171. border: 1px solid #e4eaec;
  172. /* codeview mode */
  173. /* fullscreen mode */
  174. /* statusbar */ }
  175. .note-editor.note-frame.codeview .note-editing-area .note-editable {
  176. display: none; }
  177. .note-editor.note-frame.codeview .note-editing-area .note-codable {
  178. display: block; }
  179. .note-editor.note-frame .note-editing-area {
  180. overflow: hidden;
  181. /* editable */
  182. /* codeable */ }
  183. .note-editor.note-frame .note-editing-area .note-editable {
  184. padding: 10px;
  185. overflow: auto;
  186. color: #000;
  187. background-color: #fff; }
  188. .note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  189. background-color: #e5e5e5; }
  190. .note-editor.note-frame .note-editing-area .note-codable {
  191. /* override BS2 default style */
  192. -ms-box-sizing: border-box;
  193. box-sizing: border-box;
  194. border-radius: 0;
  195. display: none;
  196. width: 100%;
  197. padding: 10px;
  198. margin-bottom: 0;
  199. font-family: Menlo, Monaco, monospace, sans-serif;
  200. font-size: 14px;
  201. color: #ccc;
  202. resize: none;
  203. background-color: #222;
  204. border: none;
  205. box-shadow: none; }
  206. .note-editor.note-frame.fullscreen {
  207. position: fixed;
  208. top: 0;
  209. left: 0;
  210. z-index: 9999;
  211. /* bs3 modal-backdrop: 1030, bs2: 1040 */
  212. width: 100% !important; }
  213. .note-editor.note-frame.fullscreen .note-editable {
  214. background-color: white; }
  215. .note-editor.note-frame.fullscreen .note-resizebar {
  216. display: none; }
  217. .note-editor.note-frame .note-statusbar {
  218. background-color: #f5f5f5;
  219. border-bottom-right-radius: 4px;
  220. border-bottom-left-radius: 4px; }
  221. .note-editor.note-frame .note-statusbar .note-resizebar {
  222. width: 100%;
  223. height: 8px;
  224. padding-top: 1px;
  225. cursor: ns-resize; }
  226. .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  227. width: 20px;
  228. margin: 1px auto;
  229. border-top: 1px solid #e4eaec; }
  230. .note-editor.note-frame .note-statusbar.locked .note-resizebar {
  231. cursor: default; }
  232. .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  233. display: none; }
  234. .note-editor.note-frame .note-placeholder {
  235. padding: 10px; }
  236. /* Popover
  237. ------------------------------------------*/
  238. .note-popover.popover {
  239. max-width: none; }
  240. .note-popover.popover .popover-content a {
  241. display: inline-block;
  242. max-width: 200px;
  243. overflow: hidden;
  244. text-overflow: ellipsis;
  245. white-space: nowrap;
  246. /* for FF */
  247. vertical-align: middle;
  248. /* for FF */ }
  249. .note-popover.popover .arrow {
  250. left: 20px !important; }
  251. /* Popover and Toolbar (Button container)
  252. ------------------------------------------*/
  253. .note-popover .popover-content, .panel-heading.note-toolbar {
  254. padding: 0 0 5px 5px;
  255. margin: 0;
  256. /* dropdown-menu for toolbar and popover */
  257. /* color palette for toolbar and popover */ }
  258. .note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  259. margin-top: 5px;
  260. margin-right: 5px;
  261. margin-left: 0; }
  262. .note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  263. min-width: 0;
  264. padding: 5px; }
  265. .note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  266. font-size: 18px; }
  267. .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  268. position: absolute !important;
  269. z-index: 3;
  270. width: 10em;
  271. height: 10em;
  272. cursor: pointer; }
  273. .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  274. position: relative !important;
  275. z-index: 1;
  276. width: 5em;
  277. height: 5em;
  278. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
  279. .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  280. position: absolute !important;
  281. z-index: 2;
  282. width: 1em;
  283. height: 1em;
  284. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
  285. .note-popover .popover-content .note-style h1, .note-popover .popover-content .note-style h2, .note-popover .popover-content .note-style h3, .note-popover .popover-content .note-style h4, .note-popover .popover-content .note-style h5, .note-popover .popover-content .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style h1, .panel-heading.note-toolbar .note-style h2, .panel-heading.note-toolbar .note-style h3, .panel-heading.note-toolbar .note-style h4, .panel-heading.note-toolbar .note-style h5, .panel-heading.note-toolbar .note-style h6, .panel-heading.note-toolbar .note-style blockquote {
  286. margin: 0; }
  287. .note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  288. width: 20px;
  289. padding-left: 5px; }
  290. .note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  291. min-width: 340px; }
  292. .note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  293. margin: 0; }
  294. .note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  295. margin: 0 5px; }
  296. .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  297. margin: 2px 7px;
  298. font-size: 12px;
  299. text-align: center;
  300. border-bottom: 1px solid #eee; }
  301. .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  302. border-radius: 5px;
  303. padding: 0 3px;
  304. margin: 3px;
  305. font-size: 11px;
  306. cursor: pointer; }
  307. .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  308. height: 20px; }
  309. .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  310. background: #eee; }
  311. .note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  312. min-width: 242px;
  313. padding: 5px; }
  314. .note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  315. margin-right: 5px; }
  316. .note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  317. width: auto;
  318. /* dropdown-menu right position */
  319. /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  320. /* dropdown-menu for selectbox */ }
  321. .note-popover .popover-content .dropdown-menu .note-palette, .panel-heading.note-toolbar .dropdown-menu .note-palette {
  322. display: inline-block; }
  323. .note-popover .popover-content .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .dropdown-menu .note-palette:first-child {
  324. margin: 0 5px; }
  325. .note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  326. right: 0;
  327. left: auto; }
  328. .note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  329. right: 9px;
  330. left: auto !important; }
  331. .note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  332. right: 10px;
  333. left: auto !important; }
  334. .note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  335. color: deepskyblue;
  336. visibility: hidden; }
  337. .note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  338. visibility: visible; }
  339. .note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  340. font-size: 10px; }
  341. .note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  342. line-height: 1; }
  343. .note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  344. width: 20px;
  345. height: 20px;
  346. padding: 0;
  347. margin: 0;
  348. border: 1px solid #fff; }
  349. .note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  350. border: 1px solid #000; }
  351. /* Dialog
  352. ------------------------------------------*/
  353. .note-dialog > div {
  354. display: none;
  355. /* BS2's hide pacth. */ }
  356. .note-dialog .form-group {
  357. /* overwrite BS's form-horizontal minus margins */
  358. margin-right: 0;
  359. margin-left: 0; }
  360. .note-dialog .note-modal-form {
  361. margin: 0;
  362. /* overwrite BS2's form margin bottom */ }
  363. .note-dialog .note-image-dialog .note-dropzone {
  364. min-height: 100px;
  365. margin-bottom: 10px;
  366. font-size: 30px;
  367. line-height: 4;
  368. /* vertical-align */
  369. color: lightgray;
  370. text-align: center;
  371. border: 4px dashed lightgray; }
  372. /* Placeholder
  373. ------------------------------------------*/
  374. .note-placeholder {
  375. position: absolute;
  376. display: none;
  377. color: gray; }
  378. /* Handle
  379. ------------------------------------------*/
  380. .note-handle {
  381. /* control selection */ }
  382. .note-handle .note-control-selection {
  383. position: absolute;
  384. display: none;
  385. border: 1px solid black; }
  386. .note-handle .note-control-selection > div {
  387. position: absolute; }
  388. .note-handle .note-control-selection .note-control-selection-bg {
  389. -webkit-opacity: 0.3;
  390. -khtml-opacity: 0.3;
  391. -moz-opacity: 0.3;
  392. opacity: 0.3;
  393. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  394. filter: alpha(opacity=30);
  395. width: 100%;
  396. height: 100%;
  397. background-color: black; }
  398. .note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
  399. width: 7px;
  400. height: 7px;
  401. border: 1px solid black; }
  402. .note-handle .note-control-selection .note-control-sizing {
  403. background-color: white; }
  404. .note-handle .note-control-selection .note-control-nw {
  405. top: -5px;
  406. left: -5px;
  407. border-right: none;
  408. border-bottom: none; }
  409. .note-handle .note-control-selection .note-control-ne {
  410. top: -5px;
  411. right: -5px;
  412. border-bottom: none;
  413. border-left: none; }
  414. .note-handle .note-control-selection .note-control-sw {
  415. bottom: -5px;
  416. left: -5px;
  417. border-top: none;
  418. border-right: none; }
  419. .note-handle .note-control-selection .note-control-se {
  420. right: -5px;
  421. bottom: -5px;
  422. cursor: se-resize; }
  423. .note-handle .note-control-selection .note-control-se.note-control-holder {
  424. cursor: default;
  425. border-top: none;
  426. border-left: none; }
  427. .note-handle .note-control-selection .note-control-selection-info {
  428. border-radius: 5px;
  429. -webkit-opacity: 0.7;
  430. -khtml-opacity: 0.7;
  431. -moz-opacity: 0.7;
  432. opacity: 0.7;
  433. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  434. filter: alpha(opacity=70);
  435. right: 0;
  436. bottom: 0;
  437. padding: 5px;
  438. margin: 5px;
  439. font-size: 12px;
  440. color: white;
  441. background-color: black; }
  442. .note-hint-popover {
  443. min-width: 100px;
  444. padding: 2px; }
  445. .note-hint-popover .popover-content {
  446. max-height: 150px;
  447. padding: 3px;
  448. overflow: auto; }
  449. .note-hint-popover .popover-content .note-hint-group .note-hint-item {
  450. display: block !important;
  451. padding: 3px; }
  452. .note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  453. display: block;
  454. clear: both;
  455. font-weight: 400;
  456. line-height: 1.4;
  457. color: white;
  458. text-decoration: none;
  459. white-space: nowrap;
  460. cursor: pointer;
  461. background-color: #428bca;
  462. outline: 0; }
  463. .note-popover.popover {
  464. display: none; }
  465. .note-popover.note-air-popover .note-btn.dropdown-toggle:after, .note-editor .note-toolbar .note-btn.dropdown-toggle:after {
  466. display: none;
  467. margin: 0;
  468. border: none; }
  469. .note-popover.note-air-popover .dropdown-menu > li, .note-editor .note-toolbar .dropdown-menu > li {
  470. padding: 0 5px;
  471. margin: 2px 0; }
  472. .note-popover.note-air-popover .note-color .dropdown-menu > li, .note-editor .note-toolbar .note-color .dropdown-menu > li {
  473. padding: 0;
  474. margin: 0; }
  475. .note-popover.note-air-popover .dropdown-menu > li.divider, .note-editor .note-toolbar .dropdown-menu > li.divider {
  476. height: 1px;
  477. margin: 10px 0;
  478. overflow: hidden;
  479. background-color: #e4eaec; }
  480. .note-popover.note-air-popover .dropdown-menu > li > a, .note-editor .note-toolbar .dropdown-menu > li > a {
  481. display: block;
  482. padding: 0.572rem 1.072rem;
  483. font-weight: normal;
  484. line-height: 1.57142857;
  485. color: #76838f;
  486. white-space: nowrap;
  487. border-radius: 0.215rem;
  488. transition: background-color .25s; }
  489. .note-popover.note-air-popover .dropdown-menu > li > a:hover, .note-popover.note-air-popover .dropdown-menu > li > a:focus, .note-editor .note-toolbar .dropdown-menu > li > a:hover, .note-editor .note-toolbar .dropdown-menu > li > a:focus {
  490. color: #76838f;
  491. text-decoration: none;
  492. background-color: #f3f7f9; }
  493. .note-popover.note-air-popover .dropdown-menu > .active > a, .note-popover.note-air-popover .dropdown-menu > .active > a:hover, .note-popover.note-air-popover .dropdown-menu > .active > a:focus, .note-editor .note-toolbar .dropdown-menu > .active > a, .note-editor .note-toolbar .dropdown-menu > .active > a:hover, .note-editor .note-toolbar .dropdown-menu > .active > a:focus {
  494. color: #76838f;
  495. text-decoration: none;
  496. background-color: #f3f7f9;
  497. outline: 0; }
  498. .note-popover.note-air-popover .dropdown-menu > .disabled > a, .note-popover.note-air-popover .dropdown-menu > .disabled > a:hover, .note-popover.note-air-popover .dropdown-menu > .disabled > a:focus, .note-editor .note-toolbar .dropdown-menu > .disabled > a, .note-editor .note-toolbar .dropdown-menu > .disabled > a:hover, .note-editor .note-toolbar .dropdown-menu > .disabled > a:focus {
  499. color: #e4eaec; }
  500. .note-popover.note-air-popover .dropdown-menu > .disabled > a:hover, .note-popover.note-air-popover .dropdown-menu > .disabled > a:focus, .note-editor .note-toolbar .dropdown-menu > .disabled > a:hover, .note-editor .note-toolbar .dropdown-menu > .disabled > a:focus {
  501. text-decoration: none;
  502. cursor: not-allowed;
  503. background-color: transparent;
  504. background-image: none; }