Changeset 15950 for trunk/templates
- Timestamp:
- 02/06/12 21:41:25 (4 months ago)
- File:
-
- 1 edited
-
trunk/templates/base/css/common.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/css/common.css
r15942 r15950 31 31 } 32 32 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 */ 34 48 } 35 49
Note: See TracChangeset
for help on using the changeset viewer.