| 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 | list-style-image: url("chrome://global/skin/icons/find.png"); |
| 17 | -moz-image-region: rect(0px 16px 16px 0px); |
| 18 | } |
| 19 | |
| 20 | .findbar-find-next[disabled="true"] { |
| 21 | -moz-image-region: rect(16px 16px 32px 0px); |
| 22 | } |
| 23 | |
| 24 | /* find-previous button */ |
| 25 | |
| 26 | .findbar-find-previous { |
| 27 | list-style-image: url("chrome://global/skin/icons/find.png"); |
| 28 | -moz-image-region: rect(0px 32px 16px 16px); |
| 29 | } |
| 30 | |
| 31 | .findbar-find-previous[disabled="true"] { |
| 32 | -moz-image-region: rect(16px 32px 32px 16px); |
| 33 | } |
| 34 | |
| 35 | /* highlight button */ |
| 36 | |
| 37 | .findbar-highlight { |
| 38 | list-style-image: url("chrome://global/skin/icons/find.png"); |
| 39 | -moz-image-region: rect(0px 48px 16px 32px); |
| 40 | } |
| 41 | |
| 42 | .findbar-higlight[disabled="true"] { |
| 43 | -moz-image-region: rect(16px 48px 32px 32px); |
| 44 | } |
| 45 | |
| 46 | .find-status-icon { |
| 47 | list-style-image: none; |
| 48 | margin-top: 0px; |
| 49 | margin-bottom: 0px; |
| 50 | -moz-margin-start: 12px; |
| 51 | -moz-margin-end: 0px; |
| 52 | width: 16px; |
| 53 | height: 16px; |
| 54 | } |
| 55 | |
| 56 | .findbar-find-status { |
| 57 | margin: 0 !important; |
| 58 | -moz-margin-start: 3px !important; |
| 59 | padding: 2px !important; |
| 60 | } |
| 61 | |
| 62 | .find-status-icon[status="notfound"] { |
| 63 | list-style-image: url("chrome://global/skin/icons/notfound.png"); |
| 64 | } |
| 65 | |
| 66 | .findbar-textbox[status="notfound"] { |
| 67 | box-shadow: 0 0 0 1em #FFC0C0 inset; |
| 68 | color: #000000; |
| 69 | } |
| 70 | |
| 71 | .findbar-textbox[flash="true"] { |
| 72 | box-shadow: 0 0 0 1em #FFFFC0 inset; |
| 73 | color: #000000; |
| 74 | } |
| 75 | |
| 76 | .find-status-icon[status="wrapped"] { |
| 77 | list-style-image: url("chrome://global/skin/icons/wrap.png"); |
| 78 | } |