aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-24 00:16:38 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-05-24 00:58:29 +0800
commit02e9b253ea8d127c766172f029379073cddb8f91 (patch)
tree1156c15bb69b7ec55131a434a4c28d498c93396d /src/resources
parentb6b0b34a2b74c55738cf1c8c62485eb3bf48512a (diff)
downloadgsoc2013-epiphany-02e9b253ea8d127c766172f029379073cddb8f91.tar
gsoc2013-epiphany-02e9b253ea8d127c766172f029379073cddb8f91.tar.gz
gsoc2013-epiphany-02e9b253ea8d127c766172f029379073cddb8f91.tar.bz2
gsoc2013-epiphany-02e9b253ea8d127c766172f029379073cddb8f91.tar.lz
gsoc2013-epiphany-02e9b253ea8d127c766172f029379073cddb8f91.tar.xz
gsoc2013-epiphany-02e9b253ea8d127c766172f029379073cddb8f91.tar.zst
gsoc2013-epiphany-02e9b253ea8d127c766172f029379073cddb8f91.zip
embed: remove custom CSS styling for the overlay progressbar
Now that the overlay progressbar is styled by the theme, we can just set the OSD style class on the overlay to get the same effect. https://bugzilla.gnome.org/show_bug.cgi?id=676660
Diffstat (limited to 'src/resources')
-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);
-}