Add mobile support for "become/stop root" feature

This commit is contained in:
Lance Edgar 2016-12-11 19:16:24 -06:00
parent ee0bdc4b74
commit 024d3c1975
2 changed files with 18 additions and 3 deletions

View file

@ -3,6 +3,15 @@
* Global styles for mobile templates
****************************************/
[data-role="header"] a.root-user,
[data-role="header"] a.root-user:hover {
background-color: red;
}
#usermenu .root-user a {
background-color: red;
}
.replacement-header {
display: none;
}