9ff76d2dd9
* Render a colored dot for colored tags * Improve spacing and positioning, especially on 2x screens * Add scss map for tag colors in light/dark scheme * Add support for compact/comfortable in tag selector * Restyle filter box, add a placeholder and a new icon
11 lines
211 B
SCSS
11 lines
211 B
SCSS
.search input {
|
|
-moz-appearance: searchfield;
|
|
}
|
|
|
|
.search .search-cancel-button {
|
|
background-image: url(resource://gre-resources/searchfield-cancel.svg);
|
|
width: 14px;
|
|
height: 14px;
|
|
top: 10px;
|
|
right: 8px;
|
|
}
|