blob: 2f902a73fe595c3c4f2a5a8010a0cdd52161cd83 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 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
*******************************************************************************/
Menu.header-toolbar {
color: #3b8fc2;
background-color: white;
border: 1px solid #005499;
border-radius: 0px 0px 2px 2px;
}
MenuItem.header-toolbar {
color: #004277;
}
MenuItem.header-toolbar:hover {
color: #0369bc;
background-color: transparent;
}
Menu.header-overflow {
color: #656565;
background-color: white;
border: 1px #005499;
border-radius: 2px;
}
MenuItem.header-overflow {
color: #004277;
}
MenuItem.header-overflow:hover {
color: #0369bc;
background-color: transparent;
}
/* MenuBar */
Menu.menuBar {
color: #0059a5;
background-color: white;
border: 1px solid #cccccc;
border-radius: 0px 0px 2px 2px;
}
MenuItem.menuBar {
color: #004277;
}
MenuItem.menuBar:hover {
color: #0369bc;
background-color: transparent;
}