SPR-840: debug sidebar script IE10, styling for mobile menu

debug background-color: qc
This commit is contained in:
Jana Deutschländer 2017-03-02 16:45:22 +01:00
commit b10c27f3f2
6 changed files with 208 additions and 165 deletions

View file

@ -151,7 +151,10 @@
right: 0;
width: auto;
border: 0 none;
background: @color-site-bg;
background: @background_page-header;
background: -webkit-linear-gradient(top, @background_page-header, @color-content-bg);
background: linear-gradient(top, @background_page-header, @color-content-bg);
box-shadow: @box-shadow-bottom;
z-index: 2000;
#plugin__qc__out{