diff --git a/services/premiere-plugin-uxp/styles.css b/services/premiere-plugin-uxp/styles.css index 23f3a2a..6c33cc2 100644 --- a/services/premiere-plugin-uxp/styles.css +++ b/services/premiere-plugin-uxp/styles.css @@ -261,6 +261,8 @@ input[type="search"]::-webkit-search-cancel-button { display: none; } height: 34px; border: none; background: transparent; + appearance: none; + -webkit-appearance: none; border-radius: 8px; color: var(--text-3); display: flex; @@ -476,6 +478,8 @@ input[type="search"]::-webkit-search-cancel-button { display: none; } flex-shrink: 0; border: 1px solid transparent; background: transparent; + appearance: none; + -webkit-appearance: none; border-radius: 7px; color: var(--text-2); display: flex;