From 5196a0be0d675ab6a03fa6a6c36aa8de01d67c48 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 18 Jan 2007 19:48:34 +0000 Subject: [PATCH] aggiunto button:active e schiariti un po' i bottoni base --- web/brisk.css | 4 ++++ web/room.css | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/web/brisk.css b/web/brisk.css index a3aa759..b693247 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -536,3 +536,7 @@ input.button { input.button:hover { background-color: white; } + +input.button:active { + background-color: RGB(255,255,153); +} diff --git a/web/room.css b/web/room.css index e6de619..2abb2a7 100644 --- a/web/room.css +++ b/web/room.css @@ -217,7 +217,7 @@ img.nobo { input.button { border: 1px solid gray; color: Black; - background-color: RGB(240,240,240); + background-color: RGB(246,246,246); vertical-align: middle; text-decoration:none; font-size: 100%; @@ -233,4 +233,8 @@ input.button:hover { background-color: white; } +input.button:active { + background-color: RGB(255,255,153); +} + -- 2.17.1