[themes] apply theme to "presenter" view
This commit is contained in:
parent
a24f5c0068
commit
3ef5d0e738
|
@ -569,7 +569,7 @@
|
||||||
background-color: @highlight-button-pressed;
|
background-color: @highlight-button-pressed;
|
||||||
color: @dropdown-link-active-color;
|
color: @dropdown-link-active-color;
|
||||||
span.color {
|
span.color {
|
||||||
border-color: rgba(255,255,255,0.7);
|
border-color: @icon-normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,6 +96,9 @@ require([
|
||||||
using : 'reporter'
|
using : 'reporter'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var value = localStorage.getItem("uitheme");
|
||||||
|
api.asc_setSkin(value == "theme-dark" ? 'flatDark' : "flat");
|
||||||
|
|
||||||
var setDocumentTitle = function(title) {
|
var setDocumentTitle = function(title) {
|
||||||
(title) && (window.document.title += (' - ' + title));
|
(title) && (window.document.title += (' - ' + title));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue