2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

Update easymde.css

This commit is contained in:
Jonathan 2022-05-19 15:47:19 +02:00 committed by GitHub
parent c695648fb2
commit c136ce20c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,9 +68,9 @@
-o-user-select: none; -o-user-select: none;
user-select: none; user-select: none;
padding: 9px 10px; padding: 9px 10px;
border-top: 1px solid #bbb; border-top: 1px solid #ced4da;
border-left: 1px solid #bbb; border-left: 1px solid #ced4dab;
border-right: 1px solid #bbb; border-right: 1px solid #ced4da;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
} }