3126c58d30
- Don't cut off bottom of tags on Windows - Fix appearance of search bar on Windows/Linux - Fix cancel button on Windows/Linux - Don't cut off right-hand pane of bottom bar when narrowing pane
6 lines
142 B
SCSS
6 lines
142 B
SCSS
.search .search-cancel-button {
|
|
background-image: url(chrome://global/skin/icons/input-clear.svg);
|
|
width: 14px;
|
|
height: 14px;
|
|
top: 8px;
|
|
}
|