From 8b8a3a4a602abb3cac1e8d8285447139f720daf8 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Fri, 14 Jan 2011 12:55:26 +0000 Subject: [PATCH] Light tweaks. --- installer/resources/themes/console/light/console.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 41c957a041..b6239be0c4 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -905,13 +905,13 @@ button:active{ } .langbox img { - opacity: 0.7 !important; - -moz-box-shadow: 0 0 1px #447; + opacity: 0.8 !important; +/* -moz-box-shadow: 0 0 1px #447;*/ } .langbox img:hover { opacity: 1 !important; - -moz-box-shadow: 0 0 1px #f60; +/* -moz-box-shadow: 0 0 1px #f60;*/ } input { -- GitLab