##// END OF EJS Templates
fixed sorting in repo list switcher and removed lower() since repo names can be have capital letters now
fixed sorting in repo list switcher and removed lower() since repo names can be have capital letters now

File last commit:

r0:564e4082 default
r488:853b9425 celery
Show More
progressbar-skin.css
55 lines | 1.1 KiB | text/css | CssLexer
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-pb-bar {
background-color:blue;
}
.yui-pb {
border: thin solid #808080
}
.yui-skin-sam .yui-pb {
background-color: transparent;
border: solid #808080;
border-width:1px 0;
}
.yui-skin-sam .yui-pb-rtl,.yui-skin-sam .yui-pb-ltr {
background-image: url(back-h.png);
background-repeat:repeat-x;
}
.yui-skin-sam .yui-pb-ttb,.yui-skin-sam .yui-pb-btt {
background-image: url(back-v.png);
background-repeat:repeat-y;
}
.yui-skin-sam .yui-pb-bar{
background-color:transparent;
}
.yui-skin-sam .yui-pb-ltr .yui-pb-bar,.yui-skin-sam .yui-pb-rtl .yui-pb-bar {
background-image:url(bar-h.png);
background-repeat:repeat-x;
}
.yui-skin-sam .yui-pb-ttb .yui-pb-bar,.yui-skin-sam .yui-pb-btt .yui-pb-bar {
background-image:url(bar-v.png);
background-repeat:repeat-y;
}
.yui-skin-sam .yui-pb-mask {
border: solid #808080;
border-width:0 1px;
margin: 0 -1px;
}
.yui-skin-sam .yui-pb-caption {
color:#000;
text-align:center;
margin:0 auto;
}
.yui-skin-sam .yui-pb-range {
color:#a6a6a6;
}