summaryrefslogtreecommitdiff
path: root/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-02-18 16:00:16 +0100
committerFelix Mulder <felix.mulder@gmail.com>2016-02-18 16:01:15 +0100
commit4545b1684f2023cf83f9d2200027fc9c6df2ea33 (patch)
tree505b51a641a296eda476e052e17be662ed549934 /src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
parent908c2e7af8bda3b4ca50c25fb1a0f1aa51eb86e2 (diff)
downloadscala-4545b1684f2023cf83f9d2200027fc9c6df2ea33.tar.gz
scala-4545b1684f2023cf83f9d2200027fc9c6df2ea33.tar.bz2
scala-4545b1684f2023cf83f9d2200027fc9c6df2ea33.zip
Add progress bar for search
Diffstat (limited to 'src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css')
-rw-r--r--src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
index b4c4af9dd2..ea1c358149 100644
--- a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
+++ b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
@@ -316,6 +316,20 @@ textarea, input { outline: none; }
z-index: 1;
}
+div#search-progress {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 0.25em;
+}
+
+div#search-progress > div#progress-fill {
+ width: 0%;
+ background-color: #f16665;
+ transition: 0.1s;
+}
+
#focusfilter .focuscoll {
font-weight: bold;
}