kollapsminoriteten/wp-includes/blocks/shortcode/editor.css

27 lines
728 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
[data-type="core/shortcode"].components-placeholder{
min-height:0;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.blocks-shortcode__textarea{
2023-09-26 10:33:34 +02:00
background:#fff !important;
border:1px solid #1e1e1e !important;
border-radius:2px !important;
box-shadow:none !important;
box-sizing:border-box;
color:#1e1e1e !important;
font-family:Menlo,Consolas,monaco,monospace !important;
font-size:16px !important;
max-height:250px;
padding:12px !important;
resize:none;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
@media (min-width:600px){
.blocks-shortcode__textarea{
2023-09-26 10:33:34 +02:00
font-size:13px !important;
2021-07-23 11:58:50 +02:00
}
}
2023-04-26 17:39:43 +02:00
.blocks-shortcode__textarea:focus{
2023-09-26 10:33:34 +02:00
border-color:var(--wp-admin-theme-color) !important;
box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
outline:2px solid transparent !important;
2021-07-23 11:58:50 +02:00
}