From a6ec3d5f8eb5fa076e871905d7a24f208d2ee997 Mon Sep 17 00:00:00 2001 From: Harvie Date: Sat, 10 Jul 2010 15:45:02 +0200 Subject: [PATCH] bit improved input boxes --- index.php | 6 ++++-- jbx/themes/default/jukebox.css | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index a815230..2cff7be 100755 --- a/index.php +++ b/index.php @@ -375,7 +375,9 @@ if(!isset($_GET['search'])) {
- +
@@ -394,7 +396,7 @@ if(!isset($_GET['search'])) { ?> - +   diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index 31ccf17..b2f1438 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -76,7 +76,7 @@ a:hover, a:hover * { text-decoration: underline; } tr:hover * a { text-decoration: underline;} :invalid { background-color: pink; } -:focus { color:darkblue; } +:focus { border-color:yellow; } /* Helpful Classes */ -- 2.30.2