Skip to content

Commit 5185dc2

Browse files
committed
[chores:ui] Removed border from submit/search buttons
(cherry picked from commit 78c7d6d)
1 parent 3118770 commit 5185dc2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

openwisp_utils/admin_theme/static/admin/css/openwisp.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ div#toolbar form input[type="submit"] {
551551
margin: 0 10px 0 3px;
552552
padding: 0.47rem 1rem;
553553
background: #333;
554-
border: 1px solid #333;
554+
border: 0 none;
555555
color: #fff;
556556
}
557557
div#toolbar #searchbar {
@@ -569,7 +569,8 @@ div#changelist .actions select {
569569
margin-right: 7px;
570570
}
571571
div#changelist .actions .button {
572-
padding: 6px 1rem;
572+
padding: 7px 1rem;
573+
border: 0 none;
573574
background: #333;
574575
color: #fff;
575576
height: unset;

0 commit comments

Comments
 (0)