[epiphany/wip/exalm/hdywindow] css: Regenerate from scss



commit 4b83220c091e7b12944f21b5deead4e11207c2be
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Jan 28 20:18:05 2021 +0500

    css: Regenerate from scss

 src/resources/themes/Adwaita-dark.css        | 4 ++++
 src/resources/themes/Adwaita.css             | 4 ++++
 src/resources/themes/HighContrast.css        | 4 ++++
 src/resources/themes/HighContrastInverse.css | 4 ++++
 src/resources/themes/elementary.css          | 4 ++++
 src/resources/themes/shared.css              | 4 ++++
 6 files changed, 24 insertions(+)
---
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index a0b4c4ab9..cc020c20e 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -78,6 +78,10 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .draggable.drag-row { color: gray; background: alpha(gray,0.2); }
 
+fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min-height: 
0; min-width: 0; background: none; }
+
+fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bottom, 
alpha(black,0.1), alpha(black,0)); }
+
 .incognito-mode { /*************************** Check and Radio buttons * */ }
 
 .incognito-mode headerbar { background: #141927 linear-gradient(to top, #1a2235, #1e263b); box-shadow: inset 
0 1px rgba(231, 234, 243, 0.07); border-color: #06080c; }
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index df357aaa4..1de8c1b93 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -78,6 +78,10 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .draggable.drag-row { color: gray; background: alpha(gray,0.2); }
 
+fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min-height: 
0; min-width: 0; background: none; }
+
+fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bottom, 
alpha(black,0.1), alpha(black,0)); }
+
 .incognito-mode { /*************************** Check and Radio buttons * */ }
 
 .incognito-mode headerbar { background: #c4d6e9 linear-gradient(to top, #bdd1e6, #c8d9ea); box-shadow: inset 
0 1px rgba(255, 255, 255, 0.8); border-color: #91b2d6; }
diff --git a/src/resources/themes/HighContrast.css b/src/resources/themes/HighContrast.css
index d4f0e8733..f0ded94a7 100644
--- a/src/resources/themes/HighContrast.css
+++ b/src/resources/themes/HighContrast.css
@@ -78,6 +78,10 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .draggable.drag-row { color: gray; background: alpha(gray,0.2); }
 
+fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min-height: 
0; min-width: 0; background: none; }
+
+fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bottom, 
alpha(black,0.1), alpha(black,0)); }
+
 .incognito-mode { /*************************** Check and Radio buttons * */ }
 
 .incognito-mode headerbar { background: #d0deed linear-gradient(to top, #c8d9ea, #d3e0ef); box-shadow: inset 
0 1px rgba(255, 255, 255, 0.8); border-color: #345d8a; }
diff --git a/src/resources/themes/HighContrastInverse.css b/src/resources/themes/HighContrastInverse.css
index 496e0bbac..8e7436f46 100644
--- a/src/resources/themes/HighContrastInverse.css
+++ b/src/resources/themes/HighContrastInverse.css
@@ -78,6 +78,10 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .draggable.drag-row { color: gray; background: alpha(gray,0.2); }
 
+fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min-height: 
0; min-width: 0; background: none; }
+
+fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bottom, 
alpha(black,0.1), alpha(black,0)); }
+
 .incognito-mode { /*************************** Check and Radio buttons * */ }
 
 .incognito-mode headerbar { background: #101520 linear-gradient(to top, #171d2e, #1a2235); box-shadow: inset 
0 1px rgba(231, 234, 243, 0.07); border-color: #36456b; }
diff --git a/src/resources/themes/elementary.css b/src/resources/themes/elementary.css
index d27965bc6..4fb08b198 100644
--- a/src/resources/themes/elementary.css
+++ b/src/resources/themes/elementary.css
@@ -78,6 +78,10 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .draggable.drag-row { color: gray; background: alpha(gray,0.2); }
 
+fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min-height: 
0; min-width: 0; background: none; }
+
+fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bottom, 
alpha(black,0.1), alpha(black,0)); }
+
 .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 06dcec786..546aa8408 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -77,3 +77,7 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 .draggable.drag-icon { background: white; border: 1px solid black; }
 
 .draggable.drag-row { color: gray; background: alpha(gray,0.2); }
+
+fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min-height: 
0; min-width: 0; background: none; }
+
+fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bottom, 
alpha(black,0.1), alpha(black,0)); }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]