From ec0f3a4dccdc96268614d77fe15fa82f3d9463fc Mon Sep 17 00:00:00 2001 From: Harvie Date: Fri, 2 Jul 2010 18:03:15 +0200 Subject: [PATCH] added nice html5 inputs http://zdrojak.root.cz/clanky/webdesigneruv-pruvodce-po-html5-tahame-data-od-navstevnika/ --- index.php | 4 ++-- jbx/themes/default/jukebox.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index f8edbdb..a1c866a 100755 --- a/index.php +++ b/index.php @@ -363,11 +363,11 @@ if(!isset($_GET['search'])) {
- +
- diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index 257fc60..d764c1c 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -78,6 +78,9 @@ tr:hover * a { text-decoration: underline; } +:invalid { + background-color: pink; +} /* Color Classes */ -- 2.30.2