zotero/scss/linux/_search.scss
Dan Stillman 3126c58d30 Tag selector UI tweaks
- 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
2019-03-29 01:46:54 -04:00

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;
}