~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-artful-2764

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.0/apps/baobab.css

  • Committer: Iain Lane
  • Date: 2016-08-01 12:10:11 UTC
  • mto: This revision was merged to the branch mainline in revision 493.
  • Revision ID: iain.lane@canonical.com-20160801121011-6hxgop77d04r71ye
Install the 3.20 themes into a 3.20 directory, so we can stay compatible with previous gtk versions too

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
BaobabWindow GtkGrid {
 
3
    background-color: @bg_color;
 
4
}
 
5
 
 
6
BaobabLocationList GtkGrid {
 
7
    background-color: transparent;
 
8
}
 
9
 
 
10
.baobab-toolbar.toolbar {
 
11
    border-color: shade (@bg_color, 0.9);
 
12
    border-style: solid;
 
13
    border-width: 0 0 1px 0;
 
14
    border-radius: 0;
 
15
}
 
16
 
 
17
.cell.baobab-level-cell,
 
18
.cell.baobab-level-cell:hover,
 
19
.cell.baobab-level-cell:selected,
 
20
.cell.baobab-level-cell:selected:hover {
 
21
    border-color: alpha (black, 0.06);
 
22
    border-width: 1px;
 
23
    border-style: solid;
 
24
    background-color: @base_color;
 
25
}