From 1dbf77c77752c7837721817cbb69aaffe7b33790 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Tue, 3 Mar 2015 23:43:55 +0000 Subject: [PATCH] Fix watermark on cli tab. Previous commit broke text selection and scrolling via the scrollbar. --- tabs/cli.css | 6 +++++- tabs/cli.html | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tabs/cli.css b/tabs/cli.css index e1294cc2..519c2e55 100644 --- a/tabs/cli.css +++ b/tabs/cli.css @@ -7,10 +7,14 @@ } .tab-cli .backdrop { border: 1px solid silver; - background-color: black; + background-color: rgba(0,0,0,0.75); margin-top: 10px; height: calc(100% - 80px); /* - (p, textarea) */ + background-image: url("../images/light-wide-1.svg"); + background-repeat: no-repeat; + background-position: 50% 80%; + background-size: 600px; } .tab-cli .window { height:100%; diff --git a/tabs/cli.html b/tabs/cli.html index 7b8de74e..44dd901c 100644 --- a/tabs/cli.html +++ b/tabs/cli.html @@ -2,7 +2,6 @@

-