[racktables-users] Re: Question about permissions.

  • From: Denis Ovsienko <denis@xxxxxxxxxxxxx>
  • To: "racktables-users" <racktables-users@xxxxxxxxxxxxx>
  • Date: Thu, 23 Aug 2018 13:24:53 +0100

 ---- On Thu, 23 Aug 2018 12:52:25 +0100 Michael Tiernan 
<michael.tiernan@xxxxxxxxx> wrote ---- 

Thanks for the reply! 
 
Is there a good place to post/suggest items for wish list? 
 
Should it require a post, here: 
I'd like it, if in the user's preferences the user can set the  
'background' color for the page. 
(This might entail the transparency setting but I don't know.) 
I'm not asking for this to be automatic or rule based, just a simple  
setting so that as a user I have an option to say "Make my background  
color 0xe0efd4" 
[...]

If you create a PHP file in plugins/ with the code below, it should do the 
trick (you can have more CSS to override the defaults):

---------------------------------------------------------
<?php

if ($remote_username == 'power_user')
addCSS (<<<'ENDOFCSS'
body {
background-color: red;
}
ENDOFCSS
, TRUE);

-- 
    Denis Ovsienko



Other related posts: