home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / modern.jar / skin / modern / global / popup.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-17  |  2.0 KB  |  74 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. /* ===== popup.css =====================================================
  25.   == Styles used by the XUL popup & menupopup elements.
  26.   ======================================================================= */
  27.  
  28. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  29.  
  30. /* ::::: popup/menupopup ::::: */
  31.  
  32. menupopup,
  33. popup {
  34.   cursor: default;
  35.   border: 1px solid #7F8893;
  36.   background-color: #DDE3EB;
  37.   color: #22262F;
  38. }
  39.  
  40. .popup-internal-box {
  41.   border-top: 1px solid #EEF4FC;
  42.   border-right: 1px solid #B9BFC7;
  43.   border-bottom: 1px solid #B9BFC7;
  44.   border-left: 1px solid #EEF4FC;
  45. }
  46.  
  47. /* ::::: tooltip popup ::::: */
  48.  
  49. .tooltip, tooltip {
  50.   border: 1px solid #000000;
  51.   padding: 2px 3px 2px 3px;
  52.   background-color: #FFFFE7;
  53.   color: #000000;
  54. }
  55.  
  56. .tooltip > .popup-internal-box,
  57. tooltip > .popup-internal-box {
  58.   border: none;
  59. }
  60.  
  61. /* ::::: menulist popup :::::: */
  62.  
  63. menulist > menupopup,
  64. .menulist-menupopup {
  65.   border: 1px solid black;
  66.   padding: 0px;
  67.   min-width: 0px;
  68. }
  69.     
  70. .menulist-menupopup > .popup-internal-box,
  71. menulist > menupopup > .popup-internal-box {
  72.   border: none;
  73. }
  74.