source: trunk/debathena/debathena/kiosk/userChrome.css @ 24064

Revision 24064, 537 bytes checked in by rbasch, 15 years ago (diff)
In debathena-kiosk: * Enable the URL and search bars.
Line 
1/*
2 * Additional UI customizations for kiosk mode.
3 */
4
5/*
6 * Do not remove the @namespace line -- it's required for correct functioning
7 */
8@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
9
10/* Disable window controls other than "close" for fullscreen mode. */
11#nav-bar #window-controls #minimize-button, #restore-button
12{
13    display:none !important;
14}
15
16/* Disallow exit from fullscreen mode. */
17menuitem[label="Exit Full Screen Mode"]
18{
19    display:none !important;
20}
Note: See TracBrowser for help on using the repository browser.