mirror of https://github.com/django/django.git
Fixed #26742 -- Fixed action select color in admin changelist.
This commit is contained in:
parent
0bce2f102c
commit
0451dcc2eb
|
@ -304,6 +304,7 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background: none;
|
background: none;
|
||||||
|
color: #000;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in New Issue