Fix watermark on cli tab. Previous commit broke text selection and
scrolling via the scrollbar.10.3.x-maintenance
parent
88a9699487
commit
1dbf77c777
|
@ -7,10 +7,14 @@
|
||||||
}
|
}
|
||||||
.tab-cli .backdrop {
|
.tab-cli .backdrop {
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
background-color: black;
|
background-color: rgba(0,0,0,0.75);
|
||||||
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
height: calc(100% - 80px); /* - (p, textarea) */
|
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 {
|
.tab-cli .window {
|
||||||
height:100%;
|
height:100%;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
<p i18n="cliInfo">
|
<p i18n="cliInfo">
|
||||||
</p>
|
</p>
|
||||||
<div class="backdrop">
|
<div class="backdrop">
|
||||||
<div id="content-watermark"></div>
|
|
||||||
<div class="window">
|
<div class="window">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue