openrat-cms

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

commit 57b801b9c7d0602b05e2cfdb1608d6de557f1b35
parent 8e8df6b92a060d70b2c0d783901bf23962813204
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 18 Oct 2012 23:31:37 +0200

Default-Cursor setzen.

Diffstat:
themes/default/css/openrat.css.php | 13+++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -217,7 +217,6 @@ div.filler div.header a.back.button font-style:normal; font-weight:normal; text-decoration:none; - cursor:default; color:<?php echo $_GET['text_color']; ?>; } @@ -225,7 +224,6 @@ ul#history > li.active { background-color: <?php echo $_GET['title_text_color']; ?>; font-weight:bold; - cursor:default; color:<?php echo $_GET['text_color']; ?>; } @@ -661,6 +659,15 @@ fieldset.open > legend, cursor: pointer; } +body { + cursor:default; +} + +input { + xcursor:text; +} + + div.menu { float:none; @@ -818,10 +825,12 @@ div.structure em .drophover { border:2px dotted green; + cursor: move; } .dropactive { border:1px dotted blue; + cursor: move; } div.window div.menu > div.icons