repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 17735c99be0f7a012778dd2f6b93efe28ac1ac53:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 17735c99be0f7a012778dd2f6b93efe28ac1ac53
Author: James Baicoianu 
Date:   Fri Jan 6 03:10:08 2017 -0800

    Added urlbar.css

diff --git a/css/urlbar.css b/css/urlbar.css
new file mode 100644
index 0000000000000000000000000000000000000000..278c23aa5fe7fbcd35c1013f0cc9411c51c769f0
--- /dev/null
+++ b/css/urlbar.css
@@ -0,0 +1,22 @@
+.janusweb_urlbar {
+  position: relative;
+}
+.janusweb_urlbar_progress {
+  position: absolute;
+  left: 1px;
+  right: 1px;
+  top: 2px;
+  height: 2px;
+  pointer-events: none;
+}
+.janusweb_urlbar_progress .ui_progressbar_track {
+  margin: 0;
+  height: 2px;
+  border: 0;
+  vertical-align: top;
+  background: transparent;
+  box-shadow: none;
+}
+.janusweb_urlbar_progress.ui_progressbar .ui_pegboard_peg {
+  background-color: rgba(0,196,64,.5);
+}

-----END OF PAGE-----