blob: 932f343db7159e018819e451ceed79ff01a0dc48 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2016 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 default theme */
Link {
font: 14px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
color: #4a4a4a;
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-position: left top;
text-shadow: none;
padding: 2px;
}
Link-Hyperlink {
color: #416693;
text-shadow: none;
text-decoration: none;
}
Link-Hyperlink:disabled {
color: #959595;
}
Link-Hyperlink:hover {
text-decoration: underline;
}
Link-Hyperlink:hover:disabled {
color: #959595;
text-decoration: none;
}