css/toolbar.css
[roojs1] / css / grid.css
index 12c6537..cb584b8 100644 (file)
@@ -1,4 +1,4 @@
-
+/* <script type="text/javascript"> */
 /** unknown styles from new grid **/
 
 /*
@@ -402,8 +402,9 @@ select.x-grid-editor{
 .x-grid-row td,
 .x-grid-hd-row td
 {\r
-       font: normal 8pt 8pt tahoma,arial,helvetica;\r
-       border-bottom: 1px solid #f1efe2;\r
+       font: normal 8pt tahoma,arial,helvetica;\r
+       border-bottom: 1px solid #f1efe2;
+    border-left: 1px solid #f1efe2;\r
        overflow: visible;\r
        white-space: nowrap;\r
        /* height:21px; */\r
@@ -420,14 +421,19 @@ select.x-grid-editor{
 .x-grid-row-over{\r
        background-color: #f1f1f1;\r
        color: black;\r
-}\r
-.x-grid-row-selected{\r
+}
+.x-grid-cell-selected,\r
+.x-grid-row-selected {\r
        background-color: #316ac5 !important;\r
        color: white;\r
-}\r
-.x-grid-row-selected span{\r
-       color: white !important;\r
-} \r
+}
+/*.x-grid-row-selected span{
+       color: white !important;
+}
+*/
+
+
+
 /* \r
   To have the scrollbars overlap the header, change .x-grid-wrap top style to 0 and \r
   and ygrid-wrap-body top to 22px\r
@@ -498,6 +504,9 @@ select.x-grid-editor{
 {
     line-height: 0px; 
     display: none;
+    position: relative;
+    height: 24px;
+    top: 0;
     
 }
 /* --- checkbox wrapping hides background -- */
@@ -505,4 +514,4 @@ select.x-grid-editor{
     background-color:#FFFFFF;
     padding: 2px 0px;
     
-} 
\ No newline at end of file
+}