Add mobile support for "become/stop root" feature
This commit is contained in:
parent
ee0bdc4b74
commit
024d3c1975
2 changed files with 18 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue