From 248c75a7b20374a3332650b87005b136f18b12ee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 3 Mar 2013 00:00:38 +0100 Subject: [PATCH] Look: Minor fix --- htdocs/theme/amarok/style.css.php | 1 + htdocs/theme/auguria/style.css.php | 1 + htdocs/theme/bureau2crea/style.css.php | 5 +++-- htdocs/theme/cameleo/style.css.php | 1 + htdocs/theme/eldy/style.css.php | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 8f2dd652922..b38e822a148 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -149,6 +149,7 @@ input.flat { input:disabled {background:#b6b6b6;} input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } +input[type=image] { background-color: transparent; border: none; box-shadow: none; } textarea.flat { font-size:px; diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index ce2852df89a..206bf49e442 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -129,6 +129,7 @@ textarea:disabled { background:#ddd; } input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } +input[type=image] { background-color: transparent; border: none; box-shadow: none; } .button { font-family: ; border: 1px solid #ACBCBB; diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 389abfe46b4..6f806f4594f 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -143,6 +143,9 @@ textarea:disabled { background:#ddd; } + +input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } +input[type=image] { background-color: transparent; border: none; box-shadow: none; } input.button[type=submit] { background-image: url(); display: block; @@ -158,8 +161,6 @@ input.button[type=submit] { display: inline; } -input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } - .button { font-family: ; border: 0px; diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index f5927bf401b..c546b606e94 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -112,6 +112,7 @@ textarea:disabled { background:#ddd; } input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } +input[type=image] { background-color: transparent; border: none; box-shadow: none; } input.button[type=submit] { background: #A51B00; -moz-border-radius:8px; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 784df5bef90..c3e3d58d5e6 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -249,6 +249,7 @@ textarea:disabled { background:#ddd; } input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } +input[type=image] { background-color: transparent; border: none; box-shadow: none; } .button { font-family: ; background-image: url();