add color for fa-stack

This commit is contained in:
keyhelpuser 2023-01-16 23:18:20 +00:00
parent c573a906aa
commit 813a7419a0
1 changed files with 9 additions and 0 deletions

View File

@ -555,4 +555,13 @@ input[disabled], input[readonly], textarea[disabled], select[disabled] {
color: #0d0d0d !important;
border-color: #DF691A !important;
background-color: #48C774 !important;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
color: #DF691A;
}