Skip to content

Commit

Permalink
AMP-3153: fix color of Date filters and Filter button inside its
Browse files Browse the repository at this point in the history
dropdown menu
  • Loading branch information
yingfeng-iu committed May 14, 2024
1 parent 90dd9bb commit 98d59cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/dashboard/DashboardFilters/DateFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export default {
},
};
</script>

<style scoped>
input {
width: -webkit-fill-available;
Expand All @@ -169,6 +170,11 @@ input {
.my-datepicker {
border: none;
}
.btn-info {
color: #fff !important;
background-color: #17a2b8 !important;
border-color: #17a2b8 !important;
}
#dropdownMenuButton:hover {
background: #153c4d !important;
border-color: #153c4d;
Expand Down

0 comments on commit 98d59cd

Please sign in to comment.