aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Minar2010-12-10 17:04:56 -0800
committerIgor Minar2010-12-10 17:04:56 -0800
commitf8151afd903d82f0de62e87e56a480ea7386736e (patch)
treebca33b8f8930bbcda607d44142e7a2f42f4ce7cd /docs
parent74120eaa0f2ebec579dc5330fcc3121017c4aab3 (diff)
downloadangular.js-f8151afd903d82f0de62e87e56a480ea7386736e.tar.bz2
improve doc app scrollbars
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 422d5c0c..21e9d6ed 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -42,7 +42,7 @@ a {
#api-list {
position: absolute;
top: 3em;
- bottom: 0;
+ bottom: 1em;
overflow-y: scroll;
padding-right: 0.8em;
}
@@ -225,25 +225,24 @@ a {
::-webkit-scrollbar{
width:0.8em;
- height:0.8em;
- border-left: 1px solid #ccc;
+ margin: 0.2em 0em;
}
+
::-webkit-scrollbar:hover{
background-color:#eee;
}
-::-webkit-resizer{
- -webkit-border-radius:0.3em;
- background-color:#666;
-}
+
::-webkit-scrollbar-thumb{
min-height:0.8em;
min-width:0.8em;
- -webkit-border-radius:0.3em;
+ -webkit-border-radius:0.5em;
background-color: #ddd;
}
+
::-webkit-scrollbar-thumb:hover{
background-color: #bbb;
}
+
::-webkit-scrollbar-thumb:active{
background-color:#888;
}