Skip to content

Commit dde22c8

Browse files
committed
remove border from errorlist
1 parent 617d28c commit dde22c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

django_modal_actions/static/django_modal_actions/css/modal_actions.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,8 @@
174174
.dma-errorlist {
175175
color: var(--error-fg);
176176
background: var(--error-bg);
177-
border: 1px solid var(--error-fg);
178177
margin: 0 0 10px;
179178
padding: 10px;
180-
border-radius: 4px;
181-
list-style-type: none;
182179
}
183180

184181
.dma-errorlist li {

0 commit comments

Comments
 (0)