Added background color to selected lines in file list
authorChristos Stathis <chstath@ebs.gr>
Wed, 18 Jan 2012 14:46:50 +0000 (16:46 +0200)
committerChristos Stathis <chstath@ebs.gr>
Wed, 18 Jan 2012 14:46:50 +0000 (16:46 +0200)
src/gr/grnet/pithos/web/client/PithosCellTable.css

index fb94c32..b184802 100644 (file)
@@ -77,6 +77,7 @@
 
 .cellTableSelectedRow {
   color: #d45500;
+  background-color: #74aec9;
   height: auto;
   overflow: auto;
 }
 .cellTableHoveredRow {
     background: none;
     background-color: #A1C8DB;
-}
\ No newline at end of file
+}
+
+.cellTableSelectedRow .cellTableHoveredRow {
+  color: #d45500;
+  background-color: #74aec9;
+  height: auto;
+  overflow: auto;
+}