Bump version to 0.16
[pithos-web-client] / src / gr / grnet / pithos / web / client / PithosCellTable.css
index fb94c32..4cf7439 100644 (file)
@@ -23,9 +23,9 @@
        cursor: pointer;
        color: white;
        background-color: #74aec9;
-       height: 25px;
+       height: 28px;
        text-shadow: none;
-       font-size: small;
+       font-size: 13px;
        font-weight: normal;
 }
 
@@ -77,6 +77,7 @@
 
 .cellTableSelectedRow {
   color: #d45500;
+  background-color: #74aec9;
   height: auto;
   overflow: auto;
 }
 .cellTableHoveredRow {
     background: none;
     background-color: #A1C8DB;
+}
+
+.cellTableSelectedRow .cellTableHoveredRow {
+  color: #d45500;
+  background-color: #74aec9;
+  height: auto;
+  overflow: auto;
+}
+
+@sprite .cellTableFirstColumnShared {
+       gwt-image: 'cellTableSharedIcon';
+       background-position: 5px 9px;
 }
\ No newline at end of file