/[drupal]/contributions/themes/d4rk/css/ie7.css
ViewVC logotype

Diff of /contributions/themes/d4rk/css/ie7.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri Jan 30 20:27:16 2009 UTC revision 1.2, Sun Feb 1 04:32:20 2009 UTC
# Line 0  Line 1 
1    /** Search **/
2    #search input.form-text {
3      background: #2c363e;
4      padding: 3px;
5    }
6    
7    /** Drupal admin tables **/
8    
9    #content tr.even th,
10    #content tr.even td,
11    #content tr.odd th,
12    #content tr.odd td {
13      border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
14    }
15    
16    /* Minor fix for primary and secondary tabs in IE */
17    
18    ul.primary li a:hover {
19            cursor:pointer;
20            color:#555;
21            text-decoration:none;
22    }
23    ul.secondary li a:hover{
24            cursor:pointer;
25            color:#555;
26            text-decoration:none;
27    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2