~landscape/lazr-js/production

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/scrollview/assets/skins/sam/scrollview-paginator-skin.css

  • Committer: Sidnei da Silva
  • Date: 2010-09-18 14:54:13 UTC
  • mfrom: (166.11.12 toolchain)
  • Revision ID: sidnei.da.silva@canonical.com-20100918145413-8scojue3rodcm0f4
- Merge from lazr-js trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 
3
Code licensed under the BSD License:
 
4
http://developer.yahoo.com/yui/license.html
 
5
version: 3.2.0
 
6
build: 2676
 
7
*/
 
8
.yui-skin-sam .yui3-scrollview-paginator {
 
9
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
 
10
    -moz-tap-highlight-color: rgba(0,0,0,0);
 
11
}
 
12
 
 
13
.yui-skin-sam .yui3-scrollview-paginator-page { 
 
14
    background: #666; 
 
15
    margin-right: 8px;
 
16
    
 
17
    -webkit-border-radius: 2px;
 
18
    -moz-border-radius: 2px; 
 
19
}
 
20
 
 
21
.yui-skin-sam .yui3-scrollview-paginator-page.yui3-scrollview-active { 
 
22
    background: #fff; 
 
23
}
 
 
b'\\ No newline at end of file'