HomeHelpTrac

Changeset 15950 for trunk/templates


Ignore:
Timestamp:
02/06/12 21:41:25 (4 months ago)
Author:
Alexander Trofimov
Message:

RSS blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/css/common.css

    r15942 r15950  
    3131} 
    3232 
    33 .bx-db-header { 
     33.bx-popup .bx-db-header { 
     34    color: #ffffff; 
     35    text-shadow: #000 0px 1px 2px; 
     36 
     37    border-bottom: 1px solid #383d66; 
     38    /*border-top: 1px solid #666;*/ 
     39 
     40    background-image: url(../images/bg-toolbar.png); 
     41    background-repeat: repeat-x; 
     42    background-color:#0764a7; 
     43/* 
     44    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); 
     45    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); 
     46    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);  
     47*/ 
    3448} 
    3549 
Note: See TracChangeset for help on using the changeset viewer.