updated css

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@68957 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-02-07 10:33:59 +00:00
parent e55e4ca19c
commit 9c7fb67f32
1 changed files with 37 additions and 0 deletions

View File

@ -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 {