kollapsminoriteten/wp-includes/blocks/button/editor-rtl.css

92 lines
2.5 KiB
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block[data-align=center]>.wp-block-button{
margin-left:auto;
margin-right:auto;
text-align:center;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block[data-align=right]>.wp-block-button{
text-align:right;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-button{
cursor:text;
position:relative;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-button:focus{
box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
outline:2px solid transparent;
outline-offset:-2px;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-button[data-rich-text-placeholder]:after{
opacity:.8;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-button__inline-link{
color:#757575;
height:0;
max-width:290px;
overflow:hidden;
}
.wp-block-button__inline-link-input__suggestions{
max-width:290px;
}
@media (min-width:782px){
.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{
max-width:260px;
2021-07-23 11:58:50 +02:00
}
}
2023-04-26 17:39:43 +02:00
@media (min-width:960px){
.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{
max-width:290px;
2021-07-23 11:58:50 +02:00
}
}
2023-04-26 17:39:43 +02:00
.is-selected .wp-block-button__inline-link{
height:auto;
overflow:visible;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-button-label__width .components-button-group{
display:block;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-button-label__width .components-base-control__field{
margin-bottom:12px;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
div[data-type="core/button"]{
display:table;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.editor-styles-wrapper .wp-block-button[style*=text-decoration] .wp-block-button__link{
text-decoration:inherit;
2023-09-26 10:33:34 +02:00
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where(.has-border-color){
border-width:initial;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-color]){
border-top-width:medium;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-color]){
border-left-width:medium;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){
border-bottom-width:medium;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-color]){
border-right-width:medium;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-style]){
border-width:initial;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-style]){
border-top-width:medium;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-style]){
border-left-width:medium;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){
border-bottom-width:medium;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-style]){
border-right-width:medium;
2021-07-23 11:58:50 +02:00
}