@@ -2087,6 +2087,20 @@ function RemoteFunctions(config = {}) {
20872087 width: 200px !important;
20882088 }
20892089
2090+ .phoenix-ribbon-search input::placeholder {
2091+ color: rgba(255, 255, 255, 0.7) !important;
2092+ opacity: 1 !important;
2093+ }
2094+
2095+ .phoenix-ribbon-search input::-webkit-input-placeholder {
2096+ color: rgba(255, 255, 255, 0.7) !important;
2097+ }
2098+
2099+ .phoenix-ribbon-search input::-moz-placeholder {
2100+ color: rgba(255, 255, 255, 0.7) !important;
2101+ opacity: 1 !important;
2102+ }
2103+
20902104 .phoenix-ribbon-search-btn {
20912105 background: none !important;
20922106 border: none !important;
@@ -2195,11 +2209,11 @@ function RemoteFunctions(config = {}) {
21952209 <div class="phoenix-ribbon-header">
21962210 <div class="phoenix-ribbon-header-left">
21972211 <div class="phoenix-ribbon-search">
2198- <input type="text" placeholder="Search images... " />
2212+ <input type="text" placeholder="${ config . strings . imageGallerySearchPlaceholder } " />
21992213 <button class="phoenix-ribbon-search-btn">Search</button>
22002214 </div>
22012215 <div class="phoenix-ribbon-select">
2202- <button class="phoenix-select-image-btn" title="Select image from computer ">
2216+ <button class="phoenix-select-image-btn" title="${ config . strings . imageGallerySelectFromComputer } ">
22032217 <svg viewBox="0 0 24 24" fill="currentColor" width="20" height="20">
22042218 <path d="M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z"/>
22052219 <path d="M12,12L10.5,13.5L8.5,11.5L6,14H18L15,11L12,12Z"/>
0 commit comments