Changeset 7a0b9be in github


Ignore:
Timestamp:
Aug 2, 2010 3:33:34 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
8ed0152
Parents:
f623640
Message:
  • Fix background color in importcontacts (#1486882)
Location:
skins/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skins/default/addressbook.css

    r0d35d6b r7a0b9be  
    206206{ 
    207207  background-color: #F2F2F2; 
    208 } 
    209  
    210 #contact-frame 
    211 { 
    212208  border: none; 
    213209} 
     
    218214  text-align: right; 
    219215} 
     216 
  • skins/default/common.css

    ree09d46 r7a0b9be  
    470470} 
    471471 
     472.darkbg 
     473{ 
     474  background-color: #F2F2F2 !important; 
     475} 
     476 
    472477 
    473478/***** common table settings ******/ 
     
    682687} 
    683688 
    684                                
     689 
    685690/***** onclick menu list *****/ 
    686691 
  • skins/default/templates/importcontacts.html

    r087c7dc r7a0b9be  
    1010<roundcube:include file="/includes/header.html" /> 
    1111 
    12 <div id="mainscreen" class="box"> 
     12<div id="mainscreen" class="box darkbg"> 
    1313<div class="boxtitle"><roundcube:label name="importcontacts" /></div> 
    1414 
Note: See TracChangeset for help on using the changeset viewer.