mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
12 lines
226 B
SCSS
12 lines
226 B
SCSS
.search input {
|
|
-moz-appearance: searchfield;
|
|
height: 24px;
|
|
}
|
|
|
|
.search .search-cancel-button {
|
|
background-image: url(resource://gre-resources/searchfield-cancel.svg);
|
|
width: 14px;
|
|
height: 14px;
|
|
top: 10px;
|
|
right: 8px;
|
|
}
|