aboutsummaryrefslogtreecommitdiffstats
path: root/data/ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/epiphany.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/ui/epiphany.css b/data/ui/epiphany.css
index d4cfc26ab..86b2fb2a5 100644
--- a/data/ui/epiphany.css
+++ b/data/ui/epiphany.css
@@ -19,3 +19,31 @@
padding-right: 0;
}
+#ephy-progress-bar {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 3;
+ -GtkProgressBar-min-horizontal-bar-height: 3;
+ padding: 0;
+}
+
+.progressbar#ephy-progress-bar {
+ border-style: none;
+ background-color: @theme_selected_bg_color;
+ background-image: none;
+ border-radius: 0;
+ -adwaita-progressbar-pattern: none;
+}
+
+GtkProgressBar#ephy-progress-bar.trough {
+ padding: 0;
+ border-image: none;
+ border-style: none;
+ border-width: 0;
+ background-image: none;
+ background-color: none;
+ border-radius: 0;
+}
+
+#ephy-overlay {
+ background-color: rgba(0,0,0,0);
+}