~mvo/software-center/use-dpkg-builddeps

« back to all changes in this revision

Viewing changes to data/ui/gtk3/css/softwarecenter.css

  • Committer: Michael Vogt
  • Date: 2012-10-16 16:27:13 UTC
  • mfrom: (3233.1.2 workaround-css-memleak)
  • Revision ID: michael.vogt@ubuntu.com-20121016162713-jifwoi9f2qu1vcka
Tags: 5.4.1.2
merged lp:~mvo/software-center/workaround-css-memleak and uploaded as 5.4.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@define-color light-aubergine #DED7DB;
2
2
@define-color super-light-aubergine #F4F1F3;
3
3
 
 
4
/* 
 
5
   do not use text-shadow until bugzilla.gnome.org bug #686209 is 
 
6
   fixed - its leaking memory
 
7
*/
 
8
 
4
9
 
5
10
#featured-star {
6
11
    border-color: #F89516;  /* yellow */
31
36
    -GtkWidget-link-color: shade (@super-light-aubergine, 0.5);
32
37
    -GtkWidget-visited-link-color: shade (@super-light-aubergine, 0.6);
33
38
    color: shade (@super-light-aubergine, 0.5); /* non-link text color */
34
 
    text-shadow: 0 1 2 lighter (@super-light-aubergine);
35
39
}
36
40
 
37
41
.cellrenderer-button {
53
57
    color: darker (@light-aubergine);
54
58
    background-color: shade (@super-light-aubergine, 0.925);
55
59
    border-color: shade (@super-light-aubergine, 0.875);
56
 
    text-shadow: 0 1 2 white;
57
60
}
58
61
 
59
62
.frame-header-title {
60
 
    text-shadow: 0 1 2 white;
 
63
    /* intentionally left blank */
61
64
}
62
65
 
63
66
.item-view-separator {