enhance headerFloatingBtn styles

This commit is contained in:
2025-11-05 21:43:28 +03:00
parent 072cf47d17
commit 87a7799fa6
2 changed files with 15 additions and 3 deletions

View File

@@ -430,9 +430,9 @@
position: absolute; position: absolute;
z-index: 999; z-index: 999;
top: 70px; top: 70px;
opacity: 0.9;
background-color: #fff; background: #aaa8a833;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); backdrop-filter: blur(40px);
} }
.backButtonContainer { .backButtonContainer {
@@ -449,6 +449,9 @@
width: 95%; width: 95%;
margin-left: 5%; margin-left: 5%;
margin-right: 5%; margin-right: 5%;
border-radius: 60px;
box-shadow: none;
color: #fff !important;
} }
.searchButtonContainer { .searchButtonContainer {
@@ -689,3 +692,11 @@
:global(.ant-app-rtl) .logoContainerIcon { :global(.ant-app-rtl) .logoContainerIcon {
right: -10px !important; right: -10px !important;
} }
:global(.ant-select-selection-item) {
color: #fff !important;
}
:global(.ant-select-arrow) {
color: #fff !important;
}

View File

@@ -104,6 +104,7 @@ function MenuPage() {
className={styles.orderTypeSelect} className={styles.orderTypeSelect}
classNames={{ popup: { root: "order-type-select-dropdown" } }} classNames={{ popup: { root: "order-type-select-dropdown" } }}
listHeight={150} listHeight={150}
disabled
/> />
</div> </div>
<SearchButton /> <SearchButton />