Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

what's the CSS for Stylus to hide the Place Light button from GM toolbar?

1633542922
Gold
Forum Champion
Hello, keithcurtis if you please, what line of code can I add to "Reduce the GM Toolbar", to go ahead and hide the Place Light button also? Already using your browser extension-code to hide the Turn button and the Help button, and so on. #fxtools {   display: none !important; } #zoompanel {   display: none !important; } #startrounds {   display: inline !important; } #diceroller {   display: none !important; } #helpsite {   display: none !important; } #floatingtoolbar {     left: 5px !important;     top: 5px !important; } #secondary-toolbar {      left: 50px !important;     top: 5px !important;     background-color: rgba(0, 0, 0, 0.44) !important; }
1633546796
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
This should do it: #placelight {   display: none !important; }
1633629823
Gold
Forum Champion
Works!  Thanks.
Just in case you want a list of all of them: #select, #editinglayer, #drawingtools, #fxtools, #zoompanel, #measure, #placelight, #fogcontrols.udl.hide, #startrounds, #diceroller, #helpsite
1633647018
Gold
Forum Champion
Nice! I did an audit of which ones I could disappear, and which ones I needed kept in the Toolbar. I like it, having a much smaller and more compact toolbar. Able to see that much more of the map / page.