|
|
| 第37行: |
第37行: |
|
| |
|
| .wikiEditor-ui-toolbar .group-format .tool[rel="nccolorpicker"] { | | .wikiEditor-ui-toolbar .group-format .tool[rel="nccolorpicker"] { |
| width:auto !important; padding:0 8px !important; text-indent:0 !important; | | width: auto !important; |
| background-image:none !important; font-size:13px; | | padding: 0 10px !important; |
| | text-indent: 0 !important; |
| | background-image: none !important; |
| | font-size: 15px; |
| | line-height: 1; |
| | display: inline-flex; |
| | align-items: center; |
| | gap: 4px; |
| } | | } |
| .nc-colorpop { position:absolute; z-index:1000; background:#fff; border:1px solid #c8c2b4;
| |
| border-radius:8px; box-shadow:0 10px 30px -8px rgba(40,40,40,.35); padding:10px; }
| |
| .nc-colorpop-grid { display:grid; grid-template-columns:repeat(8,22px); gap:6px; margin-bottom:8px; }
| |
| .nc-swatch { width:22px; height:22px; border:1px solid rgba(0,0,0,.15); border-radius:4px; cursor:pointer; padding:0; }
| |
| .nc-swatch:hover { transform:scale(1.12); }
| |
| .nc-colorpop-row { display:flex; align-items:center; gap:6px; font-size:13px; }
| |
| .nc-colorpop-row input[type="color"] { width:34px; height:26px; padding:0; border:1px solid #c8c2b4; border-radius:4px; cursor:pointer; }
| |
| .nc-colorpop-ok { margin-left:auto; padding:3px 12px; border:1px solid #1a6b7d; background:#1a6b7d; color:#fff; border-radius:4px; cursor:pointer; }
| |
|
| |
|
|
| |
|