Skip to content

Commit

Permalink
Merge branch 'stable/3.0.x' into stable/4.0.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/conf.py
#	docs/index.rst
#	docs/quickstart.rst
#	grappelli/__init__.py
#	package.json
#	setup.py
  • Loading branch information
parsch committed Jun 18, 2024
2 parents 47c1244 + b088d06 commit 9ba4a5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 All @@ -219,7 +220,7 @@
}

.ui-datepicker-title {
margin: 3px 27px 2px;
margin: 2px 27px;
line-height: 1.8em;
text-align: center;

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 9ba4a5d

Please sign in to comment.