blob: cf65cc9c5641deaf447d705c26dc4d0b5c07fb11 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010-2014 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP AG - initial API and implementation
*******************************************************************************/
.usrpk-tbl {
padding-bottom:8px;
}
.usrpk-tbl .v-table-body {
border-width: 1px;
border-style: solid;
border-color: #D3D3D3;
outline: none;
background-color:#FBFBFB;
}
.usrpk-tbl .v-table-cell-content {
border-style: none;
}
.usrpk-tbl .v-link span {
text-decoration: none;
}
.usrpk-tbl .v-link a:hover span {
text-decoration: underline;
}
.usrpk-tbl .v-button-link span {
text-decoration: none;
}
.usrpk-tbl .v-button-link:hover > span > span {
text-decoration: underline;
}
.usrpk-tbl .link:hover {
text-decoration: none;
}