openrat-cms

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

commit ea691b3bd1a51b21ea100f895d6222a1f907dcda
parent df143b2eec7957a19a4ec66c832598fc02c3847f
Author: Jan Dankert <devnull@localhost>
Date:   Mon, 15 Oct 2012 23:18:02 +0200

Innen-Schatten in Eingabefeldern.

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

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -1394,6 +1394,11 @@ div.inputholder -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; + + -webkit-box-shadow:inset 0px 0px 3px <?php echo $_GET['title_background_color']; ?>; + -moz-box-shadow:inset 0px 0px 3px <?php echo $_GET['title_background_color']; ?>; + box-shadow:inset 0px 0px 3px <?php echo $_GET['title_background_color']; ?>; + } div.search > div.inputholder