mirror of
https://github.com/django/django.git
synced 2025-07-18 08:39:15 +00:00
[3.1.x] Fixed #32072 -- Fixed admin search bar height.
Thanks şuayip üzülmez for the report. Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822. Backport of 342a41740dcfe48a5cd4560c63eeca4d7d41610d from master
This commit is contained in:
parent
322f0f7012
commit
3add635ff7
@ -89,7 +89,7 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchbar {
|
#toolbar #searchbar {
|
||||||
height: 19px;
|
height: 19px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
@ -99,7 +99,7 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchbar:focus {
|
#toolbar #searchbar:focus {
|
||||||
border-color: #999;
|
border-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,4 +9,5 @@ Django 3.1.3 fixes several bugs in 3.1.2.
|
|||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
|
|
||||||
* ...
|
* Fixed a regression in Django 3.1.2 that caused the incorrect height of the
|
||||||
|
admin changelist search bar (:ticket:`32072`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user