openrat-cms

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

commit 10443c799735913912b308924e834bddc76909a4
parent 3aa39e347eeb29307376fd56578533ab35564889
Author: Jan Dankert <devnull@localhost>
Date:   Tue,  5 Mar 2013 00:55:41 +0100

Divider immer im Vordergrund.

Diffstat:
themes/default/css/openrat.css.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -1835,5 +1835,6 @@ div.divider.to-bottom /* Mouseover */ div.container > div.divider.ui-draggable-dragging { + z-index: 150; background-color: <?php echo $_GET['title_background_color']; ?>; }