Skip to content

Commit

Permalink
fix a.btn color
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed May 4, 2023
1 parent c413fbe commit 0fd238f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/cms-actions.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ td>.action.btn {
margin-right: 0;
}

/* a.btn */
.ui-widget.ui-widget-content a.btn,
.ui-widget a.btn {
color: #fff;
}

/* Last icon */
l-i {
--size: 1em;
Expand Down

0 comments on commit 0fd238f

Please sign in to comment.