Skip to content

Commit

Permalink
Merge pull request eclipse-ee4j#278 from yashTEF/master
Browse files Browse the repository at this point in the history
Fix Date Pick Resolution
  • Loading branch information
Reza Rahman committed Aug 21, 2023
2 parents aecdc7e + cdbff31 commit a0d8aa0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/main/webapp/resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ body .ui-menu {
border: 1px solid #3b3e40;
}

/* [TO DO] find a way to not use !important */
body .ui-datepicker .ui-datepicker-header {
padding: 0.5rem !important;
}

/* [TO DO] find a way to not use !important */
body .ui-datepicker .ui-datepicker-calendar td {
padding: 0.01rem !important;
}

.ui-datepicker th {
color: #e8e9ea !important;

Expand Down Expand Up @@ -329,4 +339,4 @@ button.ui-button.ui-state-default,

iframe {
border: none;
}
}

0 comments on commit a0d8aa0

Please sign in to comment.