.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #6e6e6e; border-width: 0px; border-style: solid; padding: 8px 22px 8px 22px; background: #6e6e6e; font: 14px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #6e6e6e; background: #9b9b9b; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }