openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 565b2e3ee218ebc7bc45273e4e2dc376674f523b
parent 149e8b1281ae6d217e30379533b45cb3a640060c
Author: Jan Dankert <devnull@localhost>
Date:   Sun, 14 Oct 2012 17:03:10 +0200

Farbige Scrollleisten (IE-only), Fix: Hintergrundfarbe im Vollbild-Modus.

Diffstat:
Mthemes/default/css/openrat.css.php | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -34,6 +34,13 @@ blockquote, q {quotes:"" "";} a img {border:none;} +html +{ + scrollbar-face-color: <?php echo $_GET['title_background_color']; ?>; + scrollbar-arrow-color: <?php echo $_GET['title_background_color']; ?>; + scrollbar-base-color: <?php echo $_GET['title_text_color']; ?>; +} + iframe { @@ -1040,7 +1047,7 @@ div#workbench div.bar > div.frame > div.window.fullscreen position:fixed; top:0; left:0; - background-color:<?php echo $_GET['inactive_background_color']; ?>; + background-color:<?php echo $_GET['background_color']; ?>; margin:0px; /*set the width and height to 100% of the screen*/