mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-10 19:23:49 +08:00
add basic input styles
This commit is contained in:
parent
0ac78c451e
commit
a6d6f4e7ae
@ -56,9 +56,17 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input {
|
input,
|
||||||
|
select {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
color: black;
|
||||||
|
margin: 0.1rem;
|
||||||
|
border: 1px solid black;
|
||||||
|
border-radius: 0.3rem;
|
||||||
|
padding: 0.1rem 0.4rem;
|
||||||
|
background: white;
|
||||||
|
accent-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ProseMirror:focus {
|
.ProseMirror:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user