aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/css/menu.css
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/css/menu.css')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/css/menu.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/css/menu.css b/contexts/data/lib/closure-library/closure/goog/css/menu.css
deleted file mode 100644
index da66222..0000000
--- a/contexts/data/lib/closure-library/closure/goog/css/menu.css
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2009 The Closure Library Authors. All Rights Reserved.
- *
- * Use of this source code is governed by the Apache License, Version 2.0.
- * See the COPYING file for details.
- */
-
-/*
- * Standard styling for menus created by goog.ui.MenuRenderer.
- *
- * @author attila@google.com (Attila Bodis)
- */
-
-
-.goog-menu {
- background: #fff;
- border-color: #ccc #666 #666 #ccc;
- border-style: solid;
- border-width: 1px;
- cursor: default;
- font: normal 13px Arial, sans-serif;
- margin: 0;
- outline: none;
- padding: 4px 0;
- position: absolute;
- z-index: 20000; /* Arbitrary, but some apps depend on it... */
-}