aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/resources/epiphany.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/resources/epiphany.css b/src/resources/epiphany.css
index b3b9757e3..546eeb99b 100644
--- a/src/resources/epiphany.css
+++ b/src/resources/epiphany.css
@@ -18,32 +18,3 @@
padding-left: 0;
padding-right: 0;
}
-
-#ephy-progress-bar {
- -GtkProgressBar-xspacing: 0;
- -GtkProgressBar-yspacing: 3px;
- -GtkProgressBar-min-horizontal-bar-height: 3px;
- 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: transparent;
- border-radius: 0;
-}
-
-#ephy-overlay {
- background-color: rgba(0,0,0,0);
-}