Bug 416061 - "Add a sprinkle of nativeness to the search bar button" (use rgba to overlay highlight) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-04-08 23:40:13 -07:00
Родитель 3e2018d8b5
Коммит 636d4f999f
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -27,7 +27,6 @@
min-width: 0;
margin: 0;
-moz-margin-end: 2px;
padding: 2px 0;
border: 0;
-moz-box-align: center;
background-color: -moz-dialog;
@ -38,7 +37,7 @@
.searchbar-engine-button > .button-box {
-moz-appearance: none;
padding: 0;
padding: 2px 0;
-moz-padding-end: 2px;
border: 0;
}
@ -47,6 +46,10 @@
background-color: Highlight;
}
.searchbar-engine-button[addengines="true"] > .button-box {
background-color: rgba(230, 230, 230, 0.3);
}
.searchbar-dropmarker-image {
-moz-appearance: toolbarbutton-dropdown !important;
width: 12px;