Fix the disabled "Add group" button style
authorChristos KK Loverdos <loverdos@gmail.com>
Thu, 18 Apr 2013 14:46:03 +0000 (17:46 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Thu, 18 Apr 2013 14:46:03 +0000 (17:46 +0300)
Previously some annoying button movement was taking place on mouse hover.
Refs #3575

src/gr/grnet/pithos/web/public/pithos.css

index cef60f6..cfd48d1 100644 (file)
@@ -116,6 +116,10 @@ a.info:hover div {
        white-space: nowrap;
 }
 
+.pithos-DialogBox .button[disabled] {
+  border: 0px;
+}
+
 .pithos-DialogBox .Caption {
        color: white;
        background-color: #4085a5;