5 Star 10 Fork 7

Gitee 极速下载/polar-bookshelf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/burtonator/polar-bookshelf
克隆/下载
summernote-dark.tsx 6.23 KB
一键复制 编辑 原始数据 按行查看 历史
burtonator 提交于 2020-05-05 13:27 . global summernote code...
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",
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/polar-bookshelf.git
git@gitee.com:mirrors/polar-bookshelf.git
mirrors
polar-bookshelf
polar-bookshelf
master

搜索帮助