
| Current Path : /var/www/html/rocksensor3/web/core/modules/ckeditor5/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor3/web/core/modules/ckeditor5/css/style.admin.css |
.ckeditor5-toolbar-button-style {
display: flex;
align-items: center;
justify-content: space-between;
width: 110px;
color: #000;
}
.ckeditor5-toolbar-button-style::before {
margin-left: 10px;
/* For browsers which don't support alt content, eg FireFox */
content: "Style";
content: "Style" / "";
font-size: 14px;
}
[dir="rtl"] .ckeditor5-toolbar-button-style::before {
margin-right: 10px;
margin-left: 0;
}
.ckeditor5-toolbar-button-style::after {
display: inline-block;
width: 7px;
height: 7px;
margin-right: 10px;
content: "";
transform: rotate(135deg);
border-width: 2px 2px 0 0;
border-style: solid;
}
[dir="rtl"] .ckeditor5-toolbar-button-style::after {
margin-right: 0;
margin-left: 10px;
}