new color scheme adaptions to menubars and toolbars
[themes.git] / LCARStrek / browser / searchbar.css
CommitLineData
319c6529
RK
1.searchbar-textbox {
2 width: 6em;
3 min-width: 6em;
4}
5
6.autocomplete-textbox-container {
7 -moz-box-align: stretch;
8}
9
10.textbox-input-box {
11 margin: 0;
12}
13
14/* ::::: searchbar-engine-button ::::: */
15
16.searchbar-engine-image {
17 height: 16px;
18 width: 16px;
19 list-style-image: url("chrome://global/skin/filepicker/file.gif");
20 -moz-margin-start: 2px;
21}
22
23.searchbar-engine-button {
24 min-width: 0;
25 margin: 0;
26 padding: 0;
27 -moz-padding-end: 2px;
28 -moz-box-align: center;
29 background: none;
30 border: none;
31}
32
1e29db46 33.searchbar-engine-button[open="true"] {
56f2a618
RK
34 background-color: #FF9F00;
35}
36
319c6529
RK
37.searchbar-engine-button > .button-box {
38 padding: 0;
39 border: 0;
40}
41
42.searchbar-dropmarker-image {
56f2a618 43 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
319c6529
RK
44}
45
46.searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
56f2a618 47 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
319c6529
RK
48}
49
50
51/* ::::: search-go-button ::::: */
52
53.search-go-container {
54 -moz-box-align: center;
55}
56
57.search-go-button {
58 padding: 1px;
56f2a618
RK
59 list-style-image: url("chrome://global/skin/icons/search.png");
60 -moz-image-region: rect(0, 16px, 16px, 0);
319c6529
RK
61}
62
63.search-go-button:-moz-system-metric(touch-enabled) {
64 -moz-padding-start: 5px;
65 -moz-padding-end: 3px;
66}
67
68.search-go-button:-moz-locale-dir(rtl) {
71a617ff 69 transform: scaleX(-1);
319c6529
RK
70}
71
72.search-go-button:hover {
319c6529
RK
73}
74
75.search-go-button:hover:active {
319c6529
RK
76}
77
78.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
79 font-weight: bold;
80}