update ปรับสีปุ่ม
All checks were successful
frontend-action / build-image (push) Successful in 3m0s
All checks were successful
frontend-action / build-image (push) Successful in 3m0s
This commit is contained in:
@@ -288,6 +288,12 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<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 {
|
.v-overlay__scrim {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
@@ -363,6 +369,10 @@ div.v-window__container
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 0px) and (max-width: 700px) {
|
@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__container
|
||||||
> div.v-window-item.v-window-item--active.v-carousel-item
|
> div.v-window-item.v-window-item--active.v-carousel-item
|
||||||
> div
|
> div
|
||||||
|
|||||||
@@ -606,6 +606,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
.v-pagination__item--is-active
|
||||||
|
.v-btn{
|
||||||
|
background-color: #f4c03f!important;
|
||||||
|
}
|
||||||
.v-input__control {
|
.v-input__control {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user