~ubuntu-branches/ubuntu/vivid/ubuntukylin-theme/vivid-proposed

« back to all changes in this revision

Viewing changes to ubuntukylin-theme/gtk-3.0/apps/unity.css

  • Committer: Package Import Robot
  • Author(s): Zhengpeng Hou
  • Date: 2013-03-26 23:18:10 UTC
  • Revision ID: package-import@ubuntu.com-20130326231810-dlkyhhdada2ufv2u
Tags: 0.5.1
update panel layout and button (LP: #1160384)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
UnityPanelWidget,
2
2
.unity-panel {
3
3
    background-image: -gtk-gradient (linear, left top, left bottom,
4
 
                                     from (shade (@dark_bg_color, 1.5)),
5
 
                                     to (shade (@dark_bg_color, 1.04)));
6
 
    border-top-color: shade (@dark_bg_color, 1.6);
 
4
                                     from (shade (#373c3a, 1.3)),
 
5
                                     to (shade (#373c3a, 1.0)));
 
6
    border-top-color: shade (#373c3a, 1.4);
7
7
    border-style: solid;
8
8
    border-width: 1px 0 0 0;
9
9
 
10
10
    color: @dark_fg_color;
11
 
    text-shadow: 0 -1px shade (@dark_bg_color, 0.7);
 
11
    text-shadow: 0 1px shade (#373c3a, 1.1);
12
12
}
13
13
 
14
14
.unity-panel.menubar,
19
19
.unity-panel .menuitem {
20
20
    border-width: 1px 1px 0 1px;
21
21
 
22
 
    icon-shadow: 0 -1px shade (@dark_bg_color, 0.7);
 
22
    icon-shadow: 0 1px shade (#373c3a, 1.06);
23
23
}
24
24
 
25
25
.unity-panel.menubar.menuitem:hover,
27
27
    border-radius: 7px 7px 0 0;
28
28
    border-width: 1px 1px 0 1px;
29
29
    background-image: -gtk-gradient (linear, left top, left bottom,
30
 
                                     from (shade (@dark_bg_color, 1.5)),
31
 
                                     to (shade (@dark_bg_color, 1.11)));
32
 
    border-image: url("../assets/menubaritem.png") 8 10 1 10 / 8px 10px 1px 10px stretch;
 
30
                                     from (shade (#373c3a, 1.5)),
 
31
                                     to (shade (#373c3a, 1.02)));
 
32
    border-image: url("../assets/radiance-menubaritem.png") 8 10 1 10 / 8px 10px 1px 10px stretch;
33
33
    /*box-shadow: inset 0 -1px shade (@dark_bg_color, 0.95);*/
34
34
    box-shadow: none;
35
35
 
36
 
    color: shade (@dark_fg_color, 1.1);
37
 
    text-shadow: 0 -1px shade (@dark_bg_color, 0.7);
38
 
}
 
 
b'\\ No newline at end of file'
 
36
    color: @selected_fg_color;
 
37
    text-shadow: 0 1px shade (#373c3a, 1.1);
 
38
}