~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/build/autocomplete-list/assets/skins/night/autocomplete-list-skin.css

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.0 (build 5089)
3
 
Copyright 2012 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
.yui3-skin-night [for=ac-input] { /* autocomplete label color */
8
 
    color: #CBCBCB;
9
 
}
10
 
 
11
 
.yui3-skin-night .yui3-aclist-content {
12
 
        font-size: 100%;
13
 
    background-color: #151515;
14
 
        color: #ccc;
15
 
    border: 1px solid #303030;
16
 
        -moz-box-shadow: 0 0 17px rgba(0,0,0,0.58);
17
 
        -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.58);
18
 
        box-shadow: 0 0 17px rgba(0,0,0,0.58);
19
 
}
20
 
 
21
 
.yui3-skin-night .yui3-aclist-item-active {
22
 
    background-color: #2F3030;
23
 
    background: -moz-linear-gradient(
24
 
                0% 100% 90deg,
25
 
                #252626 0%,
26
 
                #333434 100%
27
 
        );
28
 
    background: -webkit-gradient(
29
 
        linear,
30
 
        left top,
31
 
        left bottom,
32
 
        from(#333434),
33
 
        to(#252626)
34
 
    );
35
 
}
36
 
.yui3-skin-night .yui3-aclist-item-hover {
37
 
    background-color: #262727;
38
 
    background: -moz-linear-gradient(
39
 
                0% 100% 90deg,
40
 
                #202121 0%,
41
 
                #282929 100%
42
 
        );
43
 
    background: -webkit-gradient(
44
 
        linear,
45
 
        left top,
46
 
        left bottom,
47
 
        from(#282929),
48
 
        to(#202121)
49
 
    );
50
 
}
51
 
 
52
 
.yui3-skin-night .yui3-aclist-item { 
53
 
    padding: 0 1em;   /*0.4em 1em 0.6em*/
54
 
    line-height: 2.25;
55
 
}
56
 
.yui3-skin-night .yui3-aclist-item-active { outline: none; }
57
 
.yui3-skin-night .yui3-highlight { color:#EFEFEF; }