Skip to content

Commit

Permalink
Minor fix to button styling in admin panel tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
amturner committed Jul 18, 2020
1 parent c38dc06 commit c1fdd74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ nav ul .dropdown:hover ul li a:active {
width: 4em;
padding: 0.2em;
white-space: normal;
color: white;
}
.site-main .content .admin-content table tbody tr td .button,
.site-main .content .admin-content table tbody tr td form input[type=submit] {
Expand All @@ -616,6 +617,9 @@ nav ul .dropdown:hover ul li a:active {
background-color: rgb(92, 0, 0);
border-color: rgb(92, 0, 0);
}
.site-main .content .admin-content table tbody tr td .button:hover {
text-decoration: none;
}

/* Admin - Category List */
.site-main .content .admin-content .categories {
Expand Down

0 comments on commit c1fdd74

Please sign in to comment.