blob: 0404b2bf7748c0a806a86980a8bb2d0bde2c1a99 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2013 EclipseSource 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:
* EclipseSource - initial API and implementation
******************************************************************************/
/* Link */
Link {
color: #4a4a4a;
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-position: left top;
text-shadow: none;
}
Link-Hyperlink {
color: #00589f;
text-decoration: underline;
}
Link-Hyperlink:disabled {
color: #959595;
text-decoration: underline;
}
Link-Hyperlink:hover {
text-decoration: underline;
}