Skip to content

Commit

Permalink
Issue #282: Coloring closing icons white and align them properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Oct 6, 2023
1 parent c8391d2 commit 44adbb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions var/httpd/htdocs/skins/Agent/default/css/Core.InputFields.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ div.InputField_InputContainer {
line-height: 11px;
}

div.InputField_InputContainer .fa-close {
color: #ffffff;
height: 10px;
vertical-align: top;
}

.InputField_Search::-ms-clear {
display: none;
width : 0;
Expand Down

0 comments on commit 44adbb9

Please sign in to comment.