diff --git a/css/createArticle.css b/css/createArticle.css index 76b9719..ced5d7e 100644 --- a/css/createArticle.css +++ b/css/createArticle.css @@ -86,20 +86,8 @@ } /* Button-Zeugs */ -.article-editor-scope .btn-publish { - background-color: #007cba; - color: white; - border: none; - padding: 12px; - border-radius: 4px; - font-weight: 600; - cursor: pointer; - font-size: 1rem; - width: 100%; -} - -.article-editor-scope .btn-publish:hover { - background-color: #006ba1; +.button#editor-button { + padding: 18px 12px; } /* Responsive Anpassungen unter 760px (für z.B. Smartphones) */