Fix some code quality issues

This commit is contained in:
James Cole
2023-02-12 08:07:08 +01:00
parent 1fd455dbab
commit 2ad2d53f88
6 changed files with 4 additions and 19 deletions

View File

@@ -1806,7 +1806,7 @@ a:focus {
left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
color: #444 !important;
color: #444;
}
.btn-box-tool {
padding: 5px;

File diff suppressed because one or more lines are too long