Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / menu / menus.css
index 91e10bf..175457c 100644 (file)
@@ -1,34 +1,35 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-#container {\r
-    width:600px;\r
-    height:300px;\r
-    border:3px solid #c3daf9;\r
-}\r
-\r
-.calendar {\r
-    background-image:url(../../resources/images/default/shared/calendar.gif) !important;\r
-}\r
-\r
-.blist {\r
-    background-image: url(list-items.gif) !important;\r
-}\r
-\r
-.bmenu {\r
-    background-image: url(menu-show.gif) !important;\r
-}\r
-\r
-.menu-title{\r
-    background: #ebeadb url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x;\r
-    border-bottom:1px solid #99bbe8;\r
-    color:#15428b;\r
-    font:bold 10px tahoma,arial,verdana,sans-serif;\r
-    display:block;\r
-    padding:3px;\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+#container {
+    width:600px;
+    height:300px;
+    border:3px solid #c3daf9;
+}
+
+.calendar {
+    background-image:url(../../resources/images/default/shared/calendar.gif) !important;
+}
+
+.blist {
+    background-image: url(list-items.gif) !important;
+}
+
+.bmenu {
+    background-image: url(menu-show.gif) !important;
+}
+
+.menu-title{
+    background: #D6E3F2;
+    border-style: solid;
+    border-color:#DAE6F4 #99bbe8 #99bbe8 #DAE6F4;
+    border-width: 1px;
+    margin:-2px -2px 0;
+    color:#15428b;
+    font:bold 10px tahoma,arial,verdana,sans-serif;
+    display:block;
+    padding:3px;
 }
\ No newline at end of file