~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to lib/yuilib/3.13.0/datatable-paginator/assets/skins/night/datatable-paginator-skin.css

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
YUI 3.13.0 (build 508226d)
 
3
Copyright 2013 Yahoo! Inc. All rights reserved.
 
4
Licensed under the BSD License.
 
5
http://yuilibrary.com/license/
 
6
*/
 
7
 
 
8
.yui3-datatable-paginator {
 
9
    background: white url(../../../../assets/skins/night/sprite.png) repeat-x 0 0;
 
10
    background-image: -webkit-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
 
11
    background-image: -moz-linear-gradient(top, transparent 40%, hsla(0, 0%, 0%, 0.21));
 
12
    background-image: -ms-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
 
13
    background-image: -o-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
 
14
    background-image: linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
 
15
}
 
16
 
 
17
.yui3-datatable-paginator .yui3-datatable-paginator-control {
 
18
    color: #242D42;
 
19
}
 
20
 
 
21
.yui3-datatable-paginator .yui3-datatable-paginator-control-first:hover,
 
22
.yui3-datatable-paginator .yui3-datatable-paginator-control-last:hover,
 
23
.yui3-datatable-paginator .yui3-datatable-paginator-control-prev:hover,
 
24
.yui3-datatable-paginator .yui3-datatable-paginator-control-next:hover {
 
25
    box-shadow: 0 1px 2px #292442;
 
26
}
 
27
 
 
28
.yui3-datatable-paginator .yui3-datatable-paginator-control-first:active,
 
29
.yui3-datatable-paginator .yui3-datatable-paginator-control-last:active,
 
30
.yui3-datatable-paginator .yui3-datatable-paginator-control-prev:active,
 
31
.yui3-datatable-paginator .yui3-datatable-paginator-control-next:active {
 
32
    box-shadow: inset 0 1px 1px #292442;
 
33
    background: #E0DEED;
 
34
    background: hsla(250, 30%, 90%, 0.3);
 
35
}
 
36
 
 
37
.yui3-datatable-paginator .yui3-datatable-paginator-control-disabled,
 
38
.yui3-datatable-paginator .yui3-datatable-paginator-control-disabled:hover {
 
39
    color: #BDC7DB;
 
40
    border-color: transparent;
 
41
    box-shadow: none;
 
42
}
 
 
b'\\ No newline at end of file'