.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #8ac33f; border-width: 1px; border-style: solid; padding: 10px 20px 10px 20px; background: url(../../../../../images/gradient/?s=8ac33f&e=3b8f36&h=26) repeat-x #3b8f36; font: bold 20px Georgia,Times,'Times New Roman',serif; color: #faec2d; letter-spacing: 0px; box-shadow: 10px 10px 3px rgba(0,0,0,0.5); border-radius: 25px 1px 25px 1px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { border-color: #000000; background: url(../../../../../images/gradient/?s=8ac33f&e=3b8f36&h=26) repeat-x #3b8f36; box-shadow: 10px 10px 0px rgba(0,0,0,1.0); font-weight: bold; font-style: normal; text-transform: none; color: #faec2d; outline: auto; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #faec2d; background: #83bf3e; font-weight: bold; font-style: normal; text-transform: none; color: #000000; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }