summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-06-06 13:47:29 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-06-06 13:48:27 +0500
commit73d3ab7e114c4e97a3d5424e5162c0dfb6313ebd (patch)
tree56fea21df5c7e0e85d037709ecff2b0b8232b194 /src
parentf9a05ad06ccddce12eea89b7018e131aee088b41 (diff)
downloadepiphany-73d3ab7e114c4e97a3d5424e5162c0dfb6313ebd.tar.gz
css: Regenerate from SCSS
Diffstat (limited to 'src')
-rw-r--r--src/resources/themes/Adwaita-dark.css2
-rw-r--r--src/resources/themes/Adwaita.css2
-rw-r--r--src/resources/themes/HighContrast.css2
-rw-r--r--src/resources/themes/HighContrastInverse.css2
-rw-r--r--src/resources/themes/elementary.css2
-rw-r--r--src/resources/themes/shared.css2
6 files changed, 12 insertions, 0 deletions
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index 39eafa633..dfb356891 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -64,6 +64,8 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.download_progress trough { min-width: 14px; }
+.transparent { background: none; }
+
.incognito-mode { /*************************** Check and Radio buttons * */ }
.incognito-mode headerbar { background: #141927 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 64px no-repeat, linear-gradient(to top, #1a2235, #1e263b); box-shadow: inset 0 1px rgba(231, 234, 243, 0.07); border-color: #06080c; color: rgba(231, 234, 243, 0.2); }
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index 6af80d3b5..e3e66bd6f 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -64,6 +64,8 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.download_progress trough { min-width: 14px; }
+.transparent { background: none; }
+
.incognito-mode { /*************************** Check and Radio buttons * */ }
.incognito-mode headerbar { background: #c4d6e9 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 64px no-repeat, linear-gradient(to top, #bdd1e6, #c8d9ea); box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); border-color: #91b2d6; color: rgba(27, 49, 73, 0.2); }
diff --git a/src/resources/themes/HighContrast.css b/src/resources/themes/HighContrast.css
index 4ff161635..49107392b 100644
--- a/src/resources/themes/HighContrast.css
+++ b/src/resources/themes/HighContrast.css
@@ -64,6 +64,8 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.download_progress trough { min-width: 14px; }
+.transparent { background: none; }
+
.incognito-mode { /*************************** Check and Radio buttons * */ }
.incognito-mode headerbar { background: #d0deed -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 64px no-repeat, linear-gradient(to top, #c8d9ea, #d3e0ef); box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); border-color: #345d8a; color: rgba(23, 42, 62, 0.2); }
diff --git a/src/resources/themes/HighContrastInverse.css b/src/resources/themes/HighContrastInverse.css
index dcf6d13c0..c60d6bc16 100644
--- a/src/resources/themes/HighContrastInverse.css
+++ b/src/resources/themes/HighContrastInverse.css
@@ -64,6 +64,8 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.download_progress trough { min-width: 14px; }
+.transparent { background: none; }
+
.incognito-mode { /*************************** Check and Radio buttons * */ }
.incognito-mode headerbar { background: #101520 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 64px no-repeat, linear-gradient(to top, #171d2e, #1a2235); box-shadow: inset 0 1px rgba(231, 234, 243, 0.07); border-color: #36456b; color: rgba(238, 240, 246, 0.2); }
diff --git a/src/resources/themes/elementary.css b/src/resources/themes/elementary.css
index 29442b414..2bfc5a70b 100644
--- a/src/resources/themes/elementary.css
+++ b/src/resources/themes/elementary.css
@@ -64,6 +64,8 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.download_progress trough { min-width: 14px; }
+.transparent { background: none; }
+
.page-menu-contents { margin-left: 0px; margin-right: 0px; margin-bottom: 6px; }
.page-menu-zoom-box { margin-bottom: 6px; }
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index db007fda3..5e0f7bf57 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -63,3 +63,5 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.download_progress progress { min-height: 2px; }
.download_progress trough { min-width: 14px; }
+
+.transparent { background: none; }