update ปรับสีปุ่ม
All checks were successful
frontend-action / build-image (push) Successful in 3m0s

This commit is contained in:
2024-06-21 20:00:32 +07:00
parent 3f3081c93a
commit b1ade3d39a
2 changed files with 14 additions and 0 deletions

View File

@@ -288,6 +288,12 @@ export default {
};
</script>
<style>
.v-carousel__controls__item.v-btn.v-btn--icon.v-btn--active {
background-color: #f5de1056;
}
.v-carousel__controls__item.v-btn.v-btn--icon.v-btn--active .mdi{
color: #ffb700; /* Colour for active one */
}
.v-overlay__scrim {
opacity: 0.7;
}
@@ -363,6 +369,10 @@ div.v-window__container
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.v-carousel__controls .v-btn--icon.v-btn--density-default {
width: 25px;
height:25px;
}
div.v-window__container
> div.v-window-item.v-window-item--active.v-carousel-item
> div

View File

@@ -606,6 +606,10 @@ export default {
};
</script>
<style>
.v-pagination__item--is-active
.v-btn{
background-color: #f4c03f!important;
}
.v-input__control {
background: white;
}