Dateien nach "css" hochladen

This commit is contained in:
2025-03-06 21:39:29 +00:00
parent 58e255a47d
commit 0b4c2c1474
3 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* Stil für das Dropdown-Menü in der Editor-Toolbar */
.mce-icon.mce_classic_shortcode_button {
background-color: #0073aa;
color: white;
border-radius: 3px;
padding: 5px;
font-weight: bold;
}
/* Optional: Stil für das Menü */
.mce-menu-item {
font-size: 14px;
padding: 5px;
}