summaryrefslogtreecommitdiff
path: root/src/resources/themes/shared.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/themes/shared.css')
-rw-r--r--src/resources/themes/shared.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index e2aa4c9e9..a283bbd71 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -138,3 +138,23 @@ button.active-menu {
border-radius: 18px;
background: rgba(0, 0, 0, 0.65);
color: white; }
+
+.url_progress {
+ border: none;
+ background-color: transparent;
+ background-image: none;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ margin-top: 0px;
+ margin-bottom: 6px; }
+
+.url_progress progress {
+ background-color: @theme_selected_bg_color;
+ background-image: none;
+ border: none;
+ min-height: 2px; }
+
+.url_progress trough {
+ border: none;
+ background-color: transparent;
+ background-image: none; } \ No newline at end of file