home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / classic.jar / skin / classic / browser / searchbar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-04-09  |  1.7 KB  |  83 lines

  1. .searchbar-textbox {
  2.   min-height: 22px;
  3.   width: 6em;
  4.   min-width: 6em;
  5.   background-color: -moz-field;
  6. }
  7.  
  8. .textbox-input-box {
  9.   margin: 0;
  10. }
  11.  
  12. .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
  13.   font-weight: bold;
  14. }
  15.  
  16. /* Engine button */
  17. .searchbar-engine-image {
  18.   height: 16px;
  19.   width: 16px;
  20.   list-style-image: url("chrome://global/skin/icons/folder-item.png");
  21.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  22.   -moz-margin-start: 2px;
  23. }
  24.  
  25. .searchbar-engine-button {
  26.   -moz-appearance: none;
  27.   min-width: 0;
  28.   margin: 0;
  29.   -moz-margin-end: 2px;
  30.   border: 0;
  31.   -moz-box-align: center;
  32.   background-color: -moz-dialog;
  33.   -moz-border-end: 1px solid;
  34.   -moz-border-right-colors: ThreeDShadow;
  35.   -moz-border-left-colors: ThreeDShadow;
  36. }
  37.  
  38. .searchbar-engine-button > .button-box {
  39.   -moz-appearance: none;
  40.   padding: 2px 0;
  41.   -moz-padding-end: 2px;
  42.   border: 0;
  43. }
  44.  
  45. .searchbar-engine-button[addengines="true"] {
  46.   background-color: Highlight;
  47. }
  48.  
  49. .searchbar-engine-button[addengines="true"] > .button-box {
  50.   background-color: rgba(230, 230, 230, 0.3);
  51. }
  52.  
  53. .searchbar-dropmarker-image {
  54.   -moz-appearance: toolbarbutton-dropdown !important;
  55.   width: 12px;
  56.   height: 12px;
  57.   -moz-margin-start: 1px;
  58. }
  59.  
  60. /* Search go button */
  61. .search-go-container {
  62.   -moz-box-align: center;
  63. }
  64.  
  65. .search-go-button {
  66.   padding: 1px;
  67.   list-style-image: url("chrome://browser/skin/Search-glass.png");
  68.   cursor: pointer;
  69. }
  70.  
  71. .search-go-button[chromedir="rtl"] {
  72.   list-style-image: url("chrome://browser/skin/Search-glass-rtl.png");
  73. }
  74.  
  75. menuitem[cmd="cmd_clearhistory"] {
  76.   list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
  77. }
  78.  
  79. menuitem[cmd="cmd_clearhistory"][disabled] {
  80.   list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled");
  81. }
  82.  
  83.