blob: f650eb29bdf19d75d5457bed4d12c88436c9e075 [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
table td.actions {
width: 200px;
/*Make fixed*/
min-width: 200px;
max-width: 200px;
cursor: default;
}
table td.actions span {
margin: 0 0 0 2px !important;
}
table td.actions .action span.icon {
float: left;
width: 23px;
height: 21px;
background-image: url('../images/sprites.png');
cursor: pointer;
}
table td.actions .action.disabled .icon {
opacity: 0.2;
/*+opacity:20%;*/
cursor: not-allowed;
filter: alpha(opacity=20);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
-moz-opacity: 0.2;
}
table tr.odd td.actions .action.disabled .icon {
background-color: #f2f0f0;
}
table tr.even td.actions .action.disabled .icon {
background-color: #dfe1e3;
}
table tr td.actions .action.text {
display: inline-block;
border: 1px solid #c2c2c2;
border-radius: 4px;
/*+border-radius:4px;*/
background: url('../images/bg-gradients.png') repeat-x 0 -83px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
table tr td.actions .action.text:hover {
/*+box-shadow:inset 0px 1px 3px #171717;*/
box-shadow: inset 0 1px 3px #171717;
-moz-box-shadow: inset 0 1px 3px #171717;
-webkit-box-shadow: inset 0 1px 3px #171717;
-o-box-shadow: inset 0 1px 3px #171717;
}
table tr td.actions .action.text .label {
padding: 4px 0 0 4px;
}
table tr td.actions .action.text .icon {
padding-bottom: 4px;
}
table tr.selected td.actions .action.disabled .icon {
background-color: #cbddf3;
}