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