core/com.nokia.carbide.cpp/themes/carbide/html/webresources.css
branchC3_BUILDER_WORK
changeset 1724 b99f029f4d47
parent 1720 6433764204b0
parent 1723 b386036cfe5d
child 1730 e0e324a4ef67
equal deleted inserted replaced
1720:6433764204b0 1724:b99f029f4d47
     1 /*******************************************************************************
       
     2  * Copyright (c) 2005, 2006 IBM Corporation and others.
       
     3  * All rights reserved. This program and the accompanying materials 
       
     4  * are made available under the terms of the Eclipse Public License v1.0
       
     5  * which accompanies this distribution, and is available at
       
     6  * http://www.eclipse.org/legal/epl-v10.html
       
     7  * 
       
     8  * Contributors:
       
     9  *     IBM Corporation - initial API and implementation
       
    10  *******************************************************************************/
       
    11 
       
    12 body {
       
    13 	background-image : url(../graphics/root/background.jpg);
       
    14 }
       
    15 
       
    16 /* show the "selected" image for this page */
       
    17 #navigation-links a#webresources img, 
       
    18 #navigation-links a#webresources:hover img,
       
    19 #navigation-links a#webresources:focus img,
       
    20 #navigation-links a#webresources:active img {
       
    21 	background-image : url(../graphics/icons/ctool/webrsrc48sel.gif); 
       
    22 }