Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
a-doc-editor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramdayal Munda
a-doc-editor
Commits
940f5e70
Commit
940f5e70
authored
Jan 15, 2024
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes like cursor, e nter, backspace, width, numbering count and font size
parent
632d63be
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
3 deletions
+40
-3
a-doc-editor.css
dist/assets/a-doc-editor.css
+40
-3
a-doc-editor.js
dist/assets/a-doc-editor.js
+0
-0
favicon.svg
dist/assets/favicon.svg
+0
-0
favicon.svg
dist/favicon.svg
+0
-0
No files found.
dist/assets/a-doc-editor.css
View file @
940f5e70
...
@@ -9,6 +9,10 @@
...
@@ -9,6 +9,10 @@
justify-content
:
flex-start
;
justify-content
:
flex-start
;
}
}
hidden
{
display
:
none
;
}
.header
{
.header
{
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
block
;
...
@@ -21,7 +25,31 @@
...
@@ -21,7 +25,31 @@
width
:
100%
;
width
:
100%
;
background
:
pink
;
background
:
pink
;
display
:
flex
;
display
:
flex
;
gap
:
10px
;
}
.toolbar
[
adc-type
=
"menu-options"
]
{
position
:
absolute
;
opacity
:
0
;
pointer-events
:
none
;
border-radius
:
5px
;
background-color
:
goldenrod
;
}
.toolbar
[
adc-type
=
"menu-item"
]
:hover
[
adc-type
=
"menu-options"
]
{
opacity
:
1
;
z-index
:
10
;
pointer-events
:
auto
;
}
.toolbar
[
adc-type
=
"menu-options"
]
[
adc-type
=
"sub-menu"
]
{
border-radius
:
5px
;
min-width
:
100px
;
padding
:
5px
;
background-color
:
goldenrod
;
}
.toolbar
[
adc-type
=
"menu-options"
]
[
adc-type
=
"sub-menu"
]
:hover
{
background-color
:
gold
;
}
}
.toolbar
.item
{
.toolbar
.item
{
...
@@ -36,7 +64,8 @@
...
@@ -36,7 +64,8 @@
margin
:
4px
;
margin
:
4px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.popover
{
.popover
{
position
:
absolute
;
position
:
absolute
;
padding
:
5px
;
padding
:
5px
;
background-color
:
gray
;
background-color
:
gray
;
...
@@ -44,32 +73,40 @@
...
@@ -44,32 +73,40 @@
opacity
:
0
;
opacity
:
0
;
pointer-events
:
none
;
pointer-events
:
none
;
}
}
.popover.show
{
.popover.show
{
opacity
:
1
;
opacity
:
1
;
pointer-events
:
auto
;
pointer-events
:
auto
;
z-index
:
10
;
z-index
:
10
;
}
}
.toolbar
.item
:hover
{
.toolbar
.item
:hover
{
background
:
#5fad5f
;
background
:
#5fad5f
;
}
}
[
adc-type
=
"popover"
]
{
[
adc-type
=
"popover"
]
{
pointer-events
:
none
;
pointer-events
:
none
;
}
}
.small-input
{
.small-input
{
width
:
50px
;
width
:
50px
;
}
}
.small-btn
{
.small-btn
{
width
:
25px
;
width
:
25px
;
}
}
.option
{
.option
{
border
:
1px
solid
black
;
border
:
1px
solid
black
;
padding
:
5px
;
padding
:
5px
;
margin
:
5px
;
margin
:
5px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.option
:hover
{
.option
:hover
{
background-color
:
#f5c468
;
background-color
:
#f5c468
;
}
}
.page-list
{
.page-list
{
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
block
;
...
...
dist/assets/a-doc-editor.js
View file @
940f5e70
This diff is collapsed.
Click to expand it.
dist/assets/favicon.svg
View file @
940f5e70
dist/favicon.svg
View file @
940f5e70
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment