home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / global / findBar.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  3KB  |  128 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #FindToolbar {
  4.   -moz-appearance: none !important;
  5.   border-top: 2px solid;
  6.   -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
  7.   border-bottom: 1px solid;
  8.   -moz-border-bottom-colors: transparent;  
  9. }
  10.  
  11. /* find-next button */
  12.  
  13. #find-next {
  14.   list-style-image: url("chrome://global/skin/icons/find.png");
  15.   -moz-image-region: rect(0px 16px 16px 0px);
  16. }
  17.  
  18. #find-next:hover {
  19.   -moz-image-region: rect(16px 16px 32px 0px);
  20. }
  21.  
  22. #find-next[disabled="true"] {
  23.   -moz-image-region: rect(32px 16px 48px 0px) !important;
  24. }
  25.  
  26. /* find-previous button */
  27.  
  28. #find-previous {
  29.   list-style-image: url("chrome://global/skin/icons/find.png");
  30.   -moz-image-region: rect(0px 32px 16px 16px);
  31. }
  32.  
  33. #find-previous:hover {
  34.   -moz-image-region: rect(16px 32px 32px 16px);
  35. }
  36.  
  37. #find-previous[disabled="true"] {
  38.   -moz-image-region: rect(32px 32px 48px 16px) !important;
  39. }
  40.  
  41. /* highlight button */
  42.  
  43. #highlight {
  44.   list-style-image: url("chrome://global/skin/icons/find.png");
  45.   -moz-image-region: rect(0px 48px 16px 32px);
  46. }
  47.  
  48. #highlight:hover {
  49.   -moz-image-region: rect(16px 48px 32px 32px);
  50. }
  51.  
  52. #highlight[disabled="true"] {
  53.   -moz-image-region: rect(32px 48px 48px 32px) !important;
  54. }
  55.  
  56. #highlight:active, #highlight[checked="true"] {
  57.   -moz-image-region: rect(48px 48px 64px 32px);
  58. }
  59.  
  60. #highlight[checked="true"]:hover {
  61.   -moz-image-region: rect(64px 48px 80px 32px);
  62. }
  63.  
  64. #find-status-icon
  65. {
  66.   list-style-image: none;
  67.   margin: 2px 0px 0px 12px;
  68.   width: 16px;
  69.   height: 16px;
  70. }
  71.  
  72. #find-status
  73. {
  74.   margin: 0px 0px 0px 3px;
  75.   padding: 2px;
  76. }
  77.  
  78. #find-status-icon[status="notfound"]
  79. {
  80.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  81. }
  82.  
  83. #find-field
  84. {
  85.   -moz-appearance: none;
  86.   border: none;
  87.   margin: 0px;
  88. }
  89.  
  90. #find-field[status="notfound"]
  91. {
  92.   background-color: #FF6666;
  93.   color: #FFFFFF;
  94. }
  95.  
  96. #FindToolbar[flash="true"]  > #find-field-container > #find-field
  97. {
  98.   background-color: yellow;
  99. }
  100.  
  101. #find-status-icon[status="wrapped"]
  102. {
  103.   list-style-image: url("chrome://global/skin/icons/wrap.png");
  104. }
  105.  
  106. #find-field-container
  107. {
  108.   -moz-appearance: textfield;
  109. }
  110.  
  111. #FindToolbar .toolbarbutton-1 {
  112.       -moz-appearance: toolbarbutton !important;
  113.       -moz-box-orient: horizontal !important;
  114. }
  115.  
  116. #FindToolbar .toolbarbutton-1:hover {
  117.   border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
  118. }
  119.  
  120.  
  121. #FindToolbar toolbarbutton label {
  122.     margin-left: 4px !important;
  123.     margin-right: 2px !important;
  124. }
  125.  
  126. #FindToolbar toolbarbutton image {
  127.     margin-left: 2px !important;
  128. }