~jbicha/mythbuntu/drop-gconf-override

« back to all changes in this revision

Viewing changes to usr/share/themes/Mythbuntu/gtk-3.0/apps/baobab.css

  • Committer: Mario Limonciello
  • Date: 2013-11-12 18:14:05 UTC
  • Revision ID: mario_limonciello@dell.com-20131112181405-xpduejkmch0oe1er
Update included Ambiance theme to 13.04+13.10.20131014-0ubuntu1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.baobab-toolbar.toolbar {
 
2
    border-color: shade (@bg_color, 0.9);
 
3
    border-style: solid;
 
4
    border-width: 0 0 1px 0;
 
5
    border-radius: 0;
 
6
}
 
7
 
 
8
.cell.baobab-level-cell,
 
9
.cell.baobab-level-cell:hover,
 
10
.cell.baobab-level-cell:selected,
 
11
.cell.baobab-level-cell:selected:hover {
 
12
    border-color: alpha (black, 0.06);
 
13
    border-width: 1px;
 
14
    border-style: solid;
 
15
    background-color: @base_color;
 
16
}