kollapsminoriteten/wp-includes/css/dist/format-library/style-rtl.css

40 lines
846 B
CSS
Raw Permalink Normal View History

2023-04-26 17:39:43 +02:00
.block-editor-format-toolbar__image-popover{
z-index:159990;
2021-04-27 08:32:47 +02:00
}
2025-02-28 08:42:11 +01:00
.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-content{
padding:16px;
width:260px;
2021-04-27 08:32:47 +02:00
}
2019-11-02 10:38:58 +01:00
2023-04-26 17:39:43 +02:00
.block-editor-format-toolbar__link-container-content{
2025-02-28 08:42:11 +01:00
align-items:center;
2023-04-26 17:39:43 +02:00
display:flex;
2021-04-27 08:32:47 +02:00
}
2019-11-02 10:38:58 +01:00
2023-04-26 17:39:43 +02:00
.block-editor-format-toolbar__link-container-value{
flex-grow:1;
flex-shrink:1;
margin:7px;
max-width:500px;
min-width:150px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
2021-04-27 08:32:47 +02:00
}
2023-04-26 17:39:43 +02:00
.block-editor-format-toolbar__link-container-value.has-invalid-link{
color:#cc1818;
2021-04-27 08:32:47 +02:00
}
2020-05-06 17:23:38 +02:00
2024-04-17 11:32:24 +02:00
.format-library__inline-color-popover [role=tabpanel]{
2023-04-26 17:39:43 +02:00
padding:16px;
2025-04-25 12:30:07 +02:00
width:260px;
2021-04-27 08:32:47 +02:00
}
2023-09-26 10:33:34 +02:00
.block-editor-format-toolbar__language-popover .components-popover__content{
padding:1rem;
width:auto;
2025-12-12 13:15:55 +01:00
}
.block-editor-format-toolbar__math-input{
direction:ltr;
2021-04-27 08:32:47 +02:00
}