blob: 4df7e20a6f1dc441fcd244f016e81c0c4ae0a088 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2011 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
*******************************************************************************/
/* Shell */
Shell-Titlebar {
color: white;
background-image: gradient( linear, left top, left bottom,
from( #005fac ), to( #005092 ) );
padding: 2px 5px 2px;
margin: 0px;
height: 22px;
font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
border: none;
border-radius: 1px 1px 0px 0px;
}
Shell-Titlebar:inactive {
color: #aaaaaa;
background-image: gradient( linear, left top, left bottom,
from( #595959 ), to( #4b4b4b ) );
}
Shell {
background-color: white;
box-shadow: none;
}
Shell-DisplayOverlay {
animation: fadeIn 200ms linear, fadeOut 400ms ease-out;
background-image: none;
background-color: #808080;
opacity: 0.2;
}
Shell[TITLE], Shell[BORDER] {
background-color: white;
border: 2px solid #005092;
border-radius: 5px 5px 0px 0px;
padding: 5px;
box-shadow: 5px 5px 3px rgba( 0, 0, 0, 0.5 );
}
Shell[BORDER]:inactive, Shell[TITLE]:inactive {
border: 2px solid #4b4b4b;
box-shadow: none;
}
Shell-CloseButton {
margin: 0px 5px 0px 0px;
}
Shell-MaxButton {
margin: 0px 6px 0px 0px;
}
Shell-MinButton {
margin: 0px 6px 0px 0px;
}