forked from External/greenlight
Fixes to room search (#2343)
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
#clear-search, #clear-room-search {
|
||||
#clear-search {
|
||||
z-index: 9;
|
||||
position: absolute;
|
||||
right: 55px;
|
||||
@ -35,10 +35,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.room-search {
|
||||
margin: 50px 0 25px 0;
|
||||
}
|
||||
|
||||
.tag i {
|
||||
color: white !important;
|
||||
}
|
||||
|
@ -133,3 +133,14 @@
|
||||
text-overflow: ellipsis;
|
||||
padding-right: 75px;
|
||||
}
|
||||
|
||||
#clear-room-search {
|
||||
z-index: 9;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 8px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user