Skip to content

Commit

Permalink
changed integration of ui-datepicker-prev/next icons, fixes #1057
Browse files Browse the repository at this point in the history
  • Loading branch information
parsch committed Jun 18, 2024
1 parent 35aea9b commit 5662246
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions grappelli/sass/partials/custom/_jquery-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@
top: 4px;
width: 20px;
height: 30px;
background-color: transparent;
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;

span {
Expand All @@ -200,12 +197,16 @@

.ui-datepicker-prev {
left: 2px;
@include grp-icon-sprite($ui-datepicker-prev);
@include grp-background-gradient-icon-combo($ui-datepicker-prev, transparent, transparent,
false,
false);
}

.ui-datepicker-next {
right: 4px;
@include grp-icon-sprite($ui-datepicker-next);
@include grp-background-gradient-icon-combo($ui-datepicker-next, transparent, transparent,
false,
false);
}

.ui-datepicker-prev-hover {
Expand Down
2 changes: 1 addition & 1 deletion grappelli/static/grappelli/stylesheets/screen.css

Large diffs are not rendered by default.

0 comments on commit 5662246

Please sign in to comment.