allow string based values for comboboxarray
[roojs1] / css / xtheme-slate.css
index c4806fe..e8d8906 100644 (file)
 }
 .x-menu-item-active{
        background:#ebf3fd url(../images/slate/menu/item-over.gif) repeat-x left bottom;
-       border:1px solid #c2cbd2;
 }
 .x-menu-item-arrow{
        background:transparent url(../images/slate/menu/menu-parent.gif) no-repeat right;
@@ -558,6 +557,8 @@ body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc
        border:1px dotted  #ccc;
     
 }
+
+/******/
 .x-grid-hd-btn{
        background:#f2daa9 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
 }
@@ -755,7 +756,80 @@ td.x-date-mp-sel a{
 
 
 /* Miscellaneous */
-
-.x-item-disabled * {
+.x-item-disabled,
+.x-item-disabled *
+{
        color:#333 !important;
 }
+
+
+.x-box-tl
+{
+        background:transparent url(../images/default/box/corners.gif) no-repeat 0 0;
+        zoom:1;
+}
+.x-box-tc
+{
+        height:8px;
+        background:transparent url(../images/default/box/tb.gif) repeat-x 0 0;
+        overflow:hidden;
+}
+.x-box-tr
+{
+        background:transparent url(../images/default/box/corners.gif) no-repeat right -8px;
+}
+        
+.x-box-ml
+{
+    background:transparent url(../images/default/box/l.gif) repeat-y 0;
+    padding-left:4px;
+    overflow:hidden;
+    zoom:1;
+}
+.x-box-mc
+{
+    background:#eee url(../images/default/box/tb.gif) repeat-x 0 -16px;
+    padding:4px 10px;
+    font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
+    color:#393939;
+    font-size:12px;
+}
+.x-box-mc h3
+{
+    font-size:14px;
+    font-weight:bold;
+    margin:0 0 4 0;
+    zoom:1;
+}
+.x-box-mr
+{
+    background:transparent url(../images/default/box/r.gif) repeat-y right;
+    padding-right:4px;
+    overflow:hidden;
+}
+.x-box-bl
+{
+    background:transparent url(../images/default/box/corners.gif) no-repeat 0 -16px;
+    zoom:1;
+}
+.x-box-bc
+{
+    background:transparent url(../images/default/box/tb.gif) repeat-x 0 -8px;
+    height:8px;
+    overflow:hidden;
+}
+.x-box-br
+{
+    background:transparent url(../images/default/box/corners.gif) no-repeat right -24px;
+}
+.x-box-tl,.x-box-bl
+{
+    padding-left:8px;
+    overflow:hidden;
+}
+.x-box-tr,.x-box-br
+{
+    padding-right:8px;
+    overflow:hidden;
+}
+