mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 05:25:37 +08:00
style/text editor/forms: restyle dropdowns
This commit is contained in:
parent
e85858d22d
commit
ed748bbebd
1 changed files with 10 additions and 0 deletions
|
@ -419,6 +419,12 @@ div.ck-template-form .ck-search__info span:nth-child(2) {
|
|||
font-size: .9em;
|
||||
}
|
||||
|
||||
/* Link dropdown */
|
||||
|
||||
:root .ck.ck-form.ck-link-form ul.ck-link-form__providers-list {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* Bookmark dropdown */
|
||||
|
||||
.ck.ck-bookmark-form .ck-form__row_with-submit {
|
||||
|
@ -472,6 +478,10 @@ button.ck.ck-button.ck-button-action.ck-button_with-text {
|
|||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.ck.ck-form__header {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* EDITOR'S CONTENT
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue