Add missing CSS from 3126c58d30

This commit is contained in:
Dan Stillman 2019-03-29 04:24:44 -04:00
parent 038119c481
commit 75cb2724f2
2 changed files with 29 additions and 0 deletions

19
scss/win/_search.scss Normal file
View file

@ -0,0 +1,19 @@
.search input {
height: 24px;
}
.search .search-cancel-button {
background-image: url(chrome://global/skin/icons/Search-close.png);
background-position: left 0 top 0;
width: 12px;
height: 12px;
top: 4px;
}
.search .search-cancel-button:hover {
background-position: left 32px top 0;
}
.search .search-cancel-button:hover:active {
background-position: left 16px top 0;
}

View file

@ -0,0 +1,10 @@
.tag-selector-item {
padding-bottom: .6em;
}
.tag-selector-actions {
margin-top: -1px;
margin-right: 1px;
margin-bottom: 3px;
line-height: 12px;
}