~ubuntu-branches/ubuntu/quantal/light-themes/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-02-08 09:20:09 UTC
  • Revision ID: package-import@ubuntu.com-20120208092009-zjmop5zu6c2lxzcg
Tags: 0.1.8.28
* Fixes to the menuitem label color when selected
* Some theming for the unity greeter
* Fixes to menubar items and tweaks to Firefox/Thunderbird
* Updated to work with gtk 3.3.14, requires new unico
* debian/control
  - bumped depends for gtk3-engines-unico to >= 1.0.1-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                                     to (shade (@dark_bg_color, 0.95)));    
34
34
    border-color: shade (@dark_bg_color, 0.9);
35
35
    border-radius: 0;
36
 
    border-width: 0 1 0 1;
 
36
    border-width: 0 1px 0 1px;
37
37
 
38
38
    text-shadow: none;
39
39
 
40
40
    -unico-border-gradient: none;
41
41
    -unico-glow-radius: 0;
42
 
    -unico-inner-stroke-width: 0;
43
 
    -unico-outer-stroke-width: 0;
 
42
    -unico-inner-stroke-width: 0px;
 
43
    -unico-outer-stroke-width: 0px;
44
44
}
45
45
 
46
46
PanelApplet .button:prelight:active,
50
50
                                     to (shade (@dark_bg_color, 0.8))); 
51
51
    border-color: shade (@dark_bg_color, 0.9);
52
52
    border-radius: 0;
53
 
    border-width: 0 1 0 1;
 
53
    border-width: 0 1px 0 1px;
54
54
 
55
55
    -unico-border-gradient: none;
56
56
    -unico-glow-radius: 0;
64
64
                                     to (shade (@dark_bg_color, 1.0))); 
65
65
    border-color: shade (@dark_bg_color, 0.9);
66
66
    border-radius: 0;
67
 
    border-width: 0 1 0 1;
 
67
    border-width: 0 1px 0 1px;
68
68
 
69
69
    -unico-border-gradient: none;
70
70
    -unico-glow-radius: 0;