From: Christos Stathis Date: Wed, 18 Jan 2012 14:46:50 +0000 (+0200) Subject: Added background color to selected lines in file list X-Git-Tag: v0.1~40 X-Git-Url: https://code.grnet.gr/git/pithos-web-client/commitdiff_plain/4a7311c02521c04bb8d56d6d57b66c7248f6bb2c Added background color to selected lines in file list --- diff --git a/src/gr/grnet/pithos/web/client/PithosCellTable.css b/src/gr/grnet/pithos/web/client/PithosCellTable.css index fb94c32..b184802 100644 --- a/src/gr/grnet/pithos/web/client/PithosCellTable.css +++ b/src/gr/grnet/pithos/web/client/PithosCellTable.css @@ -77,6 +77,7 @@ .cellTableSelectedRow { color: #d45500; + background-color: #74aec9; height: auto; overflow: auto; } @@ -84,4 +85,11 @@ .cellTableHoveredRow { background: none; background-color: #A1C8DB; -} \ No newline at end of file +} + +.cellTableSelectedRow .cellTableHoveredRow { + color: #d45500; + background-color: #74aec9; + height: auto; + overflow: auto; +}