OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
NLEditor
/
assets
/
css
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/30/2025 06:15:43 AM
rwxr-xr-x
📄
addText.css
958 bytes
04/30/2025 06:15:43 AM
rw-r--r--
📄
styles.css
13.31 KB
04/30/2025 06:15:43 AM
rw-r--r--
📄
textEdit.css
2.2 KB
04/30/2025 06:15:43 AM
rw-r--r--
Editing: addText.css
Close
/* Styles for the text toolbar */ .text-toolbar { background-color: #f8f9fa; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); padding: 10px; z-index: 1000; } .text-toolbar button { margin-right: 5px; } .text-toolbar select, .text-toolbar input { margin-right: 10px; } /* Text formatting styles */ .editable-element { outline: none; } .editable-element:focus { outline: 2px dashed #007bff; } .editable-element[data-draggable="true"] { cursor: move; user-select: none; width:max-content; } .editable-element[data-draggable="true"]:hover::before { content: '⋮'; position: absolute; left: -15px; top: 0; color: #007bff; font-size: 16px; cursor: move; } /* Text placement overlay */ #textPlacementOverlay { transition: background-color 0.2s ease; } #textPlacementOverlay:hover { background-color: rgba(0, 123, 255, 0.1); }