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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): zhangchao
  • Date: 2014-03-17 17:28:28 UTC
  • Revision ID: package-import@ubuntu.com-20140317172828-dmtcu7fgn56jei1y
Tags: 1.0.0
* for Ubuntu Kylin 14.04
* new background for grub (LP: #1293431)
* new plymouth (LP: #1293428)
* new GTK-theme (LP: #1293429)
* change icon (LP: #1293430)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
PanelWidget,
6
6
PanelApplet,
7
7
PanelToplevel {
8
 
    padding: 0;
9
8
    border-image: none;
10
9
 
11
10
    color: @dark_fg_color;
30
29
                                     from (shade (@dark_bg_color, 1.15)),
31
30
                                     to (shade (@dark_bg_color, 0.95)));
32
31
 
33
 
    color: @dark_fg_color;
 
32
    
34
33
}
35
34
 
36
35
.gnome-panel-menu-bar,
39
38
PanelMenuBar.menubar,
40
39
PanelMenuBar.menubar.menuitem {
41
40
    -PanelMenuBar-icon-visible: true;
42
 
    background-image: -gtk-gradient (linear, left top, left bottom,
43
 
                                     from (shade (@dark_bg_color, 1.15)),
44
 
                                     to (shade (@dark_bg_color, 0.95)));
 
41
    background-image: -gtk-gradient (linear, 0 0, 0 1,
 
42
                                     from (#8bcdef),
 
43
                                     to (#49a5d4));
45
44
}
46
45
 
47
46
PanelAppletFrame {