CSS changes
[pithos] / web_client / src / gr / grnet / pithos / web / client / GssCellTable.css
index 0496d77..fdfa014 100644 (file)
 }
 
 .cellTableHeader {
-  /*padding: 3px 9px;*/
-  border:none;
-       background-color: #E0EDFE;
+    border:none;
        font-weight: bold;
        cursor: pointer;
+       color: white;
 }
 
 .cellTableCell {
 .cellTableEvenRow {
   cursor: hand;
   cursor: pointer;
+  background: none;
 }
 
 .cellTableOddRow {
   cursor: hand;
   cursor: pointer;
+  background: none;
 }
 
 .cellTableSelectedRow {
-  background: #628cd5;
-  color: white;
+  color: #d45500;
   height: auto;
   overflow: auto;
 }
 
- .cellTableHoveredRow {
-  
-  /*background-color: #E0EDFE;
-  color: white;
-  height: auto;
-  overflow: auto;*/
+.cellTableHoveredRow {
+    background: none;
 }
\ No newline at end of file