summaryrefslogtreecommitdiff
path: root/gtk/resources/theme/Adwaita/gtk-contained-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/resources/theme/Adwaita/gtk-contained-dark.css')
-rw-r--r--gtk/resources/theme/Adwaita/gtk-contained-dark.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 5014649a2e..63da0cfd0a 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -91,18 +91,20 @@
background-position: 0% center; }
.undershoot.top {
- background: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
- background-size: auto 100px;
- background-position: center 100%; }
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 1px, rgba(0, 0, 0, 0.1) 2px, transparent 7px);
+ background-size: 100%;
+ background-position: top; }
.undershoot.bottom {
- background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
- background-size: auto 100px;
- background-position: center 0%; }
+ background-image: linear-gradient(to top, #292929 10%, rgba(41, 41, 41, 0));
+ background-size: 100%;
+ background-position: bottom; }
.undershoot.left {
+ /* FIXME: styleme! */
background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
background-size: 100px auto;
background-position: 100% center; }
.undershoot.right {
+ /* FIXME: styleme! */
background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
background-size: 100px auto;
background-position: 0% center; }