~ttosttos/egtk/fix-1007728

« back to all changes in this revision

Viewing changes to gtk-3.0/content-view.css

  • Committer: Daniel Fore
  • Date: 2012-04-26 22:04:22 UTC
  • Revision ID: daniel@elementaryos.org-20120426220422-c9wn80sds9toyifh
content-view window

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    background-color: @base_color;
21
21
}
22
22
 
 
23
.content-view .window {
 
24
    background-image: -gtk-gradient (linear,
 
25
            left top,
 
26
            left bottom,
 
27
            from (#f8f8f8),
 
28
            color-stop (0.8, #f8f8f8),
 
29
            to (#f0f0f0));
 
30
    
 
31
    border-radius: 7px;
 
32
    
 
33
    border-width: 1px;
 
34
    border-style: solid;
 
35
    border-color: alpha (#000, 0.25);
 
36
 
 
37
}
 
38
 
23
39
.content-view .entry {
24
40
 
25
41
    background-image: -gtk-gradient (linear,