update both themes for suite default theme changes up to 2011-03-27
[themes.git] / LCARStrek / communicator / search / searchbar.css
CommitLineData
52af0a75
RK
1.searchbar-textbox {
2 width: 6em;
3 min-width: 6em;
cf3319d7
RK
4 border-radius: 5px;
5 margin: 0;
6 -moz-margin-start: 3px;
52af0a75
RK
7}
8
cf3319d7
RK
9.searchbar-textbox > .autocomplete-textbox-container {
10 border-radius: 3px 0 0 3px;
11 padding: 2px;
52af0a75
RK
12}
13
14/* ::::: searchbar-engine-button ::::: */
15
cf3319d7 16.toolbarbutton-icon {
52af0a75
RK
17 height: 16px;
18 width: 16px;
56f2a618 19 list-style-image: url("chrome://global/skin/filepicker/file.gif");
52af0a75
RK
20}
21
cf3319d7 22.toolbarbutton-menu-dropmarker {
52af0a75
RK
23 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
24}
25
cf3319d7
RK
26.searchbar-engine-button:hover > .toolbarbutton-menu-dropmarker,
27.searchbar-engine-button:hover:active > .toolbarbutton-menu-dropmarker,
28.searchbar-engine-button[open="true"] > .toolbarbutton-menu-dropmarker {
52af0a75
RK
29 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
30}
31
32
33/* ::::: search-go-button ::::: */
34
35.search-go-container {
36 -moz-box-align: center;
37}
38
39.search-go-button {
52af0a75
RK
40 list-style-image: url("chrome://global/skin/icons/search.png");
41 -moz-image-region: rect(0, 16px, 16px, 0);
42}
43
44.search-go-button:-moz-system-metric(touch-enabled) {
45 -moz-padding-start: 5px;
46 -moz-padding-end: 3px;
47}
48
49.search-go-button:-moz-locale-dir(rtl) {
50 -moz-transform: scaleX(-1);
51}
52
53.search-go-button:hover {
54}
55
56.search-go-button:hover:active {
57}
58
59.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
60 font-weight: bold;
61}