diff --git a/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css b/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css index b24adf9..95ab299 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css +++ b/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css @@ -73,6 +73,43 @@ li.multivalue-panel-token-ws span { } +.wizardButton { + height: 22px !important; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top; + border-color: #BBB; + color: #464646; + font-size: 12px; + border-width: 1px; + border-style: solid; + cursor: pointer; + cursor: hand; + margin-right: 5px; + margin-right: 3px; + padding-bottom: 1px; +} + +.wizardButton[disabled]:hover,.wizardButton[disabled]:active,.wizardButton[disabled] + { + color: #CCC; + border-color: #BBB; + cursor: default; + opacity: 1.0; + background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top; +} + +.wizardButton:hover { + border-color: #222; + color: #222; + opacity: 0.8; +} + +.wizardButton:active { + background: #e3e8f3 url(images/white-grad.png) repeat-x scroll left top; +} + table.userssuggest {