mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 03:59:05 +01:00
style/text editor/forms: restyle dropdowns
This commit is contained in:
parent
e85858d22d
commit
ed748bbebd
@ -419,6 +419,12 @@ div.ck-template-form .ck-search__info span:nth-child(2) {
|
|||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Link dropdown */
|
||||||
|
|
||||||
|
:root .ck.ck-form.ck-link-form ul.ck-link-form__providers-list {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Bookmark dropdown */
|
/* Bookmark dropdown */
|
||||||
|
|
||||||
.ck.ck-bookmark-form .ck-form__row_with-submit {
|
.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;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ck.ck-form__header {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* EDITOR'S CONTENT
|
* EDITOR'S CONTENT
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user