sync both themes with suite classic theme changes in SeaMonkey 2.49 cycle
[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;
dae45075 6 margin-inline-start: 3px;
52af0a75
RK
7}
8
cf3319d7
RK
9.searchbar-textbox > .autocomplete-textbox-container {
10 border-radius: 3px 0 0 3px;
df1d9c69 11 -mozpadding-end: 2px;
52af0a75
RK
12}
13
9d311b0d
RK
14/* ::::: search bar ::::: */
15
16.autocomplete-treebody::-moz-tree-cell-text(datalist-first, treecolAutoCompleteComment) {
17 color: #E7ADE7;
18 font-size: smaller;
19}
20
21.autocomplete-treebody::-moz-tree-cell(datalist-first) {
22 border-top: 1px solid #E7ADE7;
23}
24
52af0a75
RK
25/* ::::: searchbar-engine-button ::::: */
26
df1d9c69
RK
27.searchbar-engine-button {
28 padding: 2px !important;
29 border-radius: 3px 0px 0px 3px;
30}
31
cf3319d7 32.toolbarbutton-icon {
52af0a75
RK
33 height: 16px;
34 width: 16px;
56f2a618 35 list-style-image: url("chrome://global/skin/filepicker/file.gif");
52af0a75
RK
36}
37
cf3319d7 38.toolbarbutton-menu-dropmarker {
52af0a75
RK
39 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
40}
41
cf3319d7
RK
42.searchbar-engine-button:hover > .toolbarbutton-menu-dropmarker,
43.searchbar-engine-button:hover:active > .toolbarbutton-menu-dropmarker,
44.searchbar-engine-button[open="true"] > .toolbarbutton-menu-dropmarker {
52af0a75
RK
45 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
46}
47
48
49/* ::::: search-go-button ::::: */
50
51.search-go-container {
52 -moz-box-align: center;
53}
54
55.search-go-button {
52af0a75
RK
56 list-style-image: url("chrome://global/skin/icons/search.png");
57 -moz-image-region: rect(0, 16px, 16px, 0);
58}
59
60.search-go-button:-moz-system-metric(touch-enabled) {
dae45075
RK
61 padding-inline-start: 5px;
62 padding-inline-end: 3px;
52af0a75
RK
63}
64
65.search-go-button:-moz-locale-dir(rtl) {
71a617ff 66 transform: scaleX(-1);
52af0a75
RK
67}
68
69.search-go-button:hover {
70}
71
72.search-go-button:hover:active {
73}
74
75.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
76 font-weight: bold;
77}