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();