| 1 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 2 | |
| 3 | .findbar-closebutton { |
| 4 | list-style-image: url("chrome://global/skin/icons/close-button.gif"); |
| 5 | } |
| 6 | |
| 7 | findbar { |
| 8 | border-top: 1px solid #666699; |
| 9 | border-bottom: 1px solid transparent; |
| 10 | min-width: 1px; |
| 11 | } |
| 12 | |
| 13 | /* find-next button */ |
| 14 | |
| 15 | .findbar-find-next { |
| 16 | /* XXX: look into this when we support FF |
| 17 | list-style-image: url("chrome://global/skin/icons/find.png"); |
| 18 | -moz-image-region: rect(0px 16px 16px 0px); |
| 19 | */ |
| 20 | } |
| 21 | |
| 22 | /* find-previous button */ |
| 23 | |
| 24 | .findbar-find-previous { |
| 25 | /* XXX: look into this when we support FF |
| 26 | list-style-image: url("chrome://global/skin/icons/find.png"); |
| 27 | -moz-image-region: rect(0px 32px 16px 16px); |
| 28 | */ |
| 29 | } |
| 30 | |
| 31 | /* highlight button */ |
| 32 | |
| 33 | .findbar-highlight { |
| 34 | /* XXX: look into this when we support FF |
| 35 | list-style-image: url("chrome://global/skin/icons/find.png"); |
| 36 | -moz-image-region: rect(0px 48px 16px 32px); |
| 37 | */ |
| 38 | } |
| 39 | |
| 40 | .find-status-icon { |
| 41 | list-style-image: none; |
| 42 | margin-top: 0px; |
| 43 | margin-bottom: 0px; |
| 44 | -moz-margin-start: 12px; |
| 45 | -moz-margin-end: 0px; |
| 46 | width: 16px; |
| 47 | height: 16px; |
| 48 | } |
| 49 | |
| 50 | .findbar-find-status { |
| 51 | margin-top: 0px; |
| 52 | margin-bottom: 0px; |
| 53 | -moz-margin-start: 3px; |
| 54 | -moz-margin-end: 0px; |
| 55 | padding: 2px; |
| 56 | } |
| 57 | |
| 58 | .find-status-icon[status="notfound"] { |
| 59 | /* XXX: look into this when we support FF |
| 60 | list-style-image: url("chrome://global/skin/icons/notfound.png"); |
| 61 | */ |
| 62 | } |
| 63 | |
| 64 | .findbar-textbox { |
| 65 | -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); |
| 66 | border: none; |
| 67 | margin: 0px; |
| 68 | } |
| 69 | |
| 70 | .findbar-textbox[status="notfound"] { |
| 71 | background-color: #FFC0C0; |
| 72 | color: #000000; |
| 73 | } |
| 74 | |
| 75 | findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox { |
| 76 | background-color: #FFFFC0; |
| 77 | } |
| 78 | |
| 79 | .find-status-icon[status="wrapped"] { |
| 80 | /* XXX: look into this when we support FF |
| 81 | list-style-image: url("chrome://global/skin/icons/wrap.png"); |
| 82 | */ |
| 83 | } |
| 84 | |
| 85 | .find-field-container { |
| 86 | /* -moz-appearance: textfield; */ |
| 87 | } |