Fixed tools button hover color
authorChristos Stathis <chstath@ebs.gr>
Mon, 7 Nov 2011 10:11:41 +0000 (12:11 +0200)
committerChristos Stathis <chstath@ebs.gr>
Mon, 7 Nov 2011 10:11:41 +0000 (12:11 +0200)
src/gr/grnet/pithos/web/public/pithos.css

index a622fc9..0484c8a 100644 (file)
@@ -443,7 +443,11 @@ table.pithos-permList.props-labels {
 }
 
 .pithos-toolsButton {
-       background-color: #F95 !important;
+       background-color: #FF7F2A !important;
        background-position-x: 9px !important;
        background-position-y: 7px !important;
+}
+
+.pithos-toolsButton:hover {
+       background-color: #F95 !important;
 }
\ No newline at end of file