~charlesk/ubuntu-themes/lp-1289465-add-display-brightness-icons-to-ubuntu-mobile

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Dmitry Shachnev
  • Date: 2015-01-26 17:58:05 UTC
  • mfrom: (408.2.1 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20150126175805-srslpx1w4r6dyfd0
gnome-panel.css: Fix styling for checked GtkToggleButtons. 
Approved by: Lars Uebernickel, Alberts Muktupāvels

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    border-left-color: alpha (shade (@dark_bg_color, 1.5), 0.4);
90
90
}
91
91
 
 
92
PanelApplet .button:checked {
 
93
    background-image: -gtk-gradient (linear, left top, left bottom,
 
94
                                     from (shade (@dark_bg_color, 0.95)),
 
95
                                     to (shade (@dark_bg_color, 1.1)));
 
96
}
 
97
 
 
98
PanelApplet .button:checked:prelight {
 
99
    background-image: -gtk-gradient (linear, left top, left bottom,
 
100
                                     from (shade (@dark_bg_color, 1.15)),
 
101
                                     to (shade (@dark_bg_color, 1.3)));
 
102
}
 
103
 
 
104
PanelApplet .button:checked:prelight:active {
 
105
    border-image: none;
 
106
    background-image: -gtk-gradient (linear, left top, left bottom,
 
107
                                     from (shade (@dark_bg_color, 0.75)),
 
108
                                     to (shade (@dark_bg_color, 0.9))); 
 
109
    border-color: shade (@dark_bg_color, 0.8);
 
110
}
 
111
 
92
112
ClockBox {
93
113
    text-shadow: 0 -1px shade (@dark_bg_color, 0.6);
94
114
}