Fix position of search icon (#11003)
This commit is contained in:
parent
6ecf1825ef
commit
9add88a920
1 changed files with 2 additions and 2 deletions
|
@ -3903,7 +3903,7 @@ a.status-card.compact:hover {
|
|||
|
||||
.fa {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
top: 16px;
|
||||
right: 10px;
|
||||
z-index: 2;
|
||||
display: inline-block;
|
||||
|
@ -3933,7 +3933,7 @@ a.status-card.compact:hover {
|
|||
}
|
||||
|
||||
.fa-times-circle {
|
||||
top: 11px;
|
||||
top: 17px;
|
||||
transform: rotate(0deg);
|
||||
color: $action-button-color;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue