Make sidebars disabled-on-edit by default

This commit is contained in:
Nick O'Leary
2016-05-29 22:31:29 +01:00
parent ada1e624d8
commit 64722da4a7
7 changed files with 30 additions and 31 deletions

View File

@@ -95,3 +95,12 @@
.sidebar-header-button:not(:first-child) {
border-left: none;
}
.sidebar-shade {
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
background: $shade-color;
}