blob: 44012e8dac6ea1743e09208b39fa0f47fbfb9700 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2012 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
******************************************************************************/
/* Text */
Text {
color: #464a4e;
background-color: #fcfcfc;
}
Text[BORDER] {
border: 1px solid #a4a4a4;
border-radius: 2px 2px 2px 2px;
}
Text-Search-Icon, Text-Search-Icon:hover {
background-image: url( theme/resources/text/find.png );
spacing: 3px;
}
Text-Cancel-Icon, Text-Cancel-Icon:hover {
background-image: url( theme/resources/text/clear.gif );
spacing: 3px;
}