removing old LCARStrek
[themes.git] / LCARStrek / global / skin / popup.css
diff --git a/LCARStrek/global/skin/popup.css b/LCARStrek/global/skin/popup.css
deleted file mode 100644 (file)
index 9777016..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-menupopup, popup
-  {
-    /* DON'T DELETE.  Removes disappearance of scrollbars
-     * in content pane when window is made smaller.
-     * Talk to evaughan@netscape.com for details.
-     */
-    min-width             : 1px;
-    background-color      : black;
-    color                 : #FF9F00;
-    border                : 1px solid #FF9F00;
-  }
-
-.popup-internal-box
-  {
-    padding               : 1px;
-  }  
-  
-/** Tooltips (tooltip <popup> is deprecated, use <tooltip> element)
- *  class="tooltip"
- **/
-.tooltip, tooltip
-  {
-    -moz-border-radius    : 3px;
-    background-color      : #9C9CFF;
-    border                : 1px solid #FFCF00;
-    color                 : #000000;
-    font                  : smaller;
-    padding               : 3px;
-  }
-
-.tooltip > .popup-internal-box,
-tooltip > .popup-internal-box
-  {
-    padding               : 0px;
-    margin                : 0px;
-  }
-
-/* rules for popups associated with menulists */
-
-  menulist > menupopup,
-  .menulist-menupopup
-    {
-      border              : 1px solid #FF9F00;
-      min-width           : 0px;
-      background-color    : black;
-    }
-
-
-